iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 717 B
JavaScript
;
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 LineDotted = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.252 11.1a.9.9 0 100 1.8.9.9 0 000-1.8zM10.651 11.1a.9.9 0 100 1.8.9.9 0 000-1.8zM13.45 12a.9.9 0 111.8 0 .9.9 0 01-1.8 0zM6.951 11.1a.9.9 0 100 1.8.9.9 0 000-1.8zM17.15 12a.9.9 0 111.8 0 .9.9 0 01-1.8 0zM21.75 11.1a.9.9 0 100 1.8.9.9 0 000-1.8z", fill: "#323544" }));
exports.default = LineDotted;