UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 890 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const ChartDots = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-chart-dots", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M3 2a1 1 0 011 1v17h17a1 1 0 01.993.883L22 21a1 1 0 01-1 1H3a1 1 0 01-1-1V3a1 1 0 011-1z" }), React.createElement("path", { d: "M19 4a3 3 0 11-.651 5.93l-2.002 3.202a3 3 0 11-4.927.337l-1.378-1.655a3 3 0 111.538-1.282l1.378 1.654a2.994 2.994 0 011.693-.115l2.002-3.203A3 3 0 0119 4z" })); exports.default = ChartDots;