iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 996 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 Dashboard = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.889 2.095a6.5 6.5 0 117.222 10.81A6.5 6.5 0 013.89 2.095zm.556 9.978A5.5 5.5 0 007.5 13 5.506 5.506 0 0013 7.5a5.5 5.5 0 10-8.555 4.573zM10.293 4l.707.707-2.15 2.15a1.514 1.514 0 11-.707-.707L10.293 4zm-3.07 3.916a.5.5 0 10.555-.832.5.5 0 00-.555.832zm4.285-2.449l-.763.763c.166.403.253.834.255 1.27a3.463 3.463 0 01-.5 1.777l.735.735a4.477 4.477 0 00.274-4.545zM8.733 4.242A3.373 3.373 0 007.5 4 3.5 3.5 0 004 7.5c.003.627.176 1.24.5 1.777l-.734.735A4.5 4.5 0 019.5 3.473l-.767.769z", fill: "#424242" }));
exports.default = Dashboard;