iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 727 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 E = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M.004 12.004A12.012 12.012 0 0012 24a2.27 2.27 0 002.266-2.266A2.27 2.27 0 0012 19.467c-4.116 0-7.463-3.347-7.463-7.463S7.884 4.541 12 4.541c3.323 0 6.15 2.186 7.111 5.197H12a2.27 2.27 0 00-2.266 2.266A2.27 2.27 0 0012 14.27h9.73a2.27 2.27 0 002.266-2.266A12.02 12.02 0 0012 0C5.385.008.004 5.39.004 12.004" }));
exports.default = E;