iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 993 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 Element = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm-1.314 4.715c3.289 0 5.956 2.66 5.956 5.943a.879.879 0 01-1.758 0 4.194 4.194 0 00-4.198-4.189.878.878 0 110-1.754zm-5.092 9.504a.879.879 0 01-.879-.877 5.95 5.95 0 015.956-5.945.878.878 0 110 1.753 4.195 4.195 0 00-4.198 4.191.88.88 0 01-.879.878zm7.735 5.067c-3.29 0-5.957-2.662-5.957-5.944a.88.88 0 011.758 0 4.194 4.194 0 004.199 4.189.879.879 0 110 1.755zm0-2.683a.88.88 0 01-.88-.876.88.88 0 01.88-.878 4.195 4.195 0 004.199-4.19.878.878 0 011.758 0c0 3.282-2.667 5.944-5.957 5.944z" }));
exports.default = Element;