iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 801 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 Boules = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 24a104 104 0 10104 104A104.11 104.11 0 00128 24zm56.28 36.41L60.4 184.28a88.33 88.33 0 01-10.19-15.18L169.1 50.21a87.8 87.8 0 0115.18 10.2zm11.31 11.31a87.8 87.8 0 0110.2 15.18L86.9 205.79a87.8 87.8 0 01-15.18-10.2zM128 40a87.81 87.81 0 0125.05 3.64L43.64 153.05A88 88 0 01128 40zm0 176a87.81 87.81 0 01-25-3.64L212.36 103A88 88 0 01128 216z" }));
exports.default = Boules;