UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 950 B
"use strict"; 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 BoulesDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M215.52 88.48l-127 127a96.47 96.47 0 01-48-48l127-127a96.47 96.47 0 0148 48z", opacity: ".2" }), 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 = BoulesDuotone;