iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 817 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 BoulesLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 26a102 102 0 10102 102A102.12 102.12 0 00128 26zm59.22 34.29L60.29 187.22a90.21 90.21 0 01-12.53-18.49l121-121a90.21 90.21 0 0118.46 12.56zm8.49 8.49a90.21 90.21 0 0112.53 18.49l-121 121a90.21 90.21 0 01-18.49-12.53zM128 38a89.67 89.67 0 0128.79 4.72L42.72 156.79A90 90 0 01128 38zm0 180a89.67 89.67 0 01-28.79-4.72L213.28 99.21A90 90 0 01128 218z" }));
exports.default = BoulesLight;