UNPKG

1.5 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var DotChart = 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: "M14.0195274,13.9969614 C14.5722317,13.9969614 15.0202871,14.4450168 15.0202871,14.997721 L15.0202871,16.9992403 C15.0202871,17.5519446 14.5722317,18 14.0195274,18 L1.00075965,18 C0.448055357,18 2.66453526e-14,17.5519446 2.66453526e-14,16.9992403 L2.66453526e-14,14.997721 C2.66453526e-14,14.4450168 0.448055357,13.9969614 1.00075965,13.9969614 L14.0195274,13.9969614 Z M18.9992403,8.0077783 C19.5519446,8.0077783 20,8.45583366 20,9.00853795 L20,11.0100573 C20,11.5627615 19.5519446,12.0108169 18.9992403,12.0108169 L1.00075965,12.0108169 C0.448055357,12.0108169 1.12265752e-12,11.5627615 1.12265752e-12,11.0100573 L1.12265752e-12,9.00853795 C1.12265752e-12,8.45583366 0.448055357,8.0077783 1.00075965,8.0077783 L18.9992403,8.0077783 Z M11.0310808,2 C11.5837851,2 12.0318404,2.44805536 12.0318404,3.00075965 L12.0318404,5.00227895 C12.0318404,5.55498325 11.5837851,6.0030386 11.0310808,6.0030386 L1.00108033,6.0030386 C0.448376035,6.0030386 0.00032067799,5.55498325 0.00032067799,5.00227895 L0.00032067799,3.00075965 C0.00032067799,2.44805536 0.448376035,2 1.00108033,2 L11.0310808,2 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file