UNPKG

1.36 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var BarChart = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M3,6 C3.55228475,6 4,6.44771525 4,7 L4,19 C4,19.5522847 3.55228475,20 3,20 L1,20 C0.44771525,20 6.76353751e-17,19.5522847 0,19 L0,7 C-6.76353751e-17,6.44771525 0.44771525,6 1,6 L3,6 Z M8.36512054,12 C8.91740529,12 9.36512054,12.4477153 9.36512054,13 L9.36512054,19 C9.36512054,19.5522847 8.91740529,20 8.36512054,20 L6.36512054,20 C5.81283579,20 5.36512054,19.5522847 5.36512054,19 L5.36512054,13 C5.36512054,12.4477153 5.81283579,12 6.36512054,12 L8.36512054,12 Z M13.69693,0 C14.2492147,-1.01453063e-16 14.69693,0.44771525 14.69693,1 L14.69693,19 C14.69693,19.5522847 14.2492147,20 13.69693,20 L11.69693,20 C11.1446452,20 10.69693,19.5522847 10.69693,19 L10.69693,1 C10.69693,0.44771525 11.1446452,-1.20591542e-16 11.69693,0 L13.69693,0 Z M19,0 C19.5522847,-1.01453063e-16 20,0.44771525 20,1 L20,19 C20,19.5522847 19.5522847,20 19,20 L17,20 C16.4477153,20 16,19.5522847 16,19 L16,1 C16,0.44771525 16.4477153,-1.20591542e-16 17,0 L19,0 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file