iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 956 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 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.882 18.764A8.881 8.881 0 0 1 1 9.882 8.881 8.881 0 0 1 9.882 1a8.881 8.881 0 0 1 8.882 8.882 8.881 8.881 0 0 1-8.882 8.882zm0-16.654a7.771 7.771 0 1 0 0 15.543 7.771 7.771 0 1 0 0-15.543zm4.44 7.772a4.441 4.441 0 0 0-8.881 0H4.33a5.551 5.551 0 1 1 11.102 0h-1.11zm-4.995 2.22c.005 0 .009.003.014.003l1.538-3.625c.118-.28.475-.44.797-.36.322.082.486.374.368.654l-1.602 3.775c.333.305.55.732.55 1.219a1.665 1.665 0 1 1-1.665-1.666zm0 2.222a.555.555 0 1 0 0-1.11.555.555 0 0 0 0 1.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = Dashboard;