UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.05 kB
"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 BroomFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M235.29 216.7C212.86 205.69 200 182.12 200 152v-17.31a15.94 15.94 0 00-10.09-14.87l-28.65-11.46A8 8 0 01156.79 98l22.32-56.67C184 28.79 178 14.21 165.34 9.51a24 24 0 00-30.7 13.71l-22.39 56.86a8 8 0 01-10.41 4.5l-28.73-11.5a15.91 15.91 0 00-17.38 3.66C34.68 98.4 24 123.71 24 152a111.53 111.53 0 0031.15 77.53A8.06 8.06 0 0061 232h171a8 8 0 008-7.51 8.21 8.21 0 00-4.71-7.79zm-120.18-.7a87.52 87.52 0 01-24.26-41.71 8.21 8.21 0 00-9.25-6.18 8 8 0 00-6.32 9.89 105.33 105.33 0 0018.36 38h-29.2A95.62 95.62 0 0140 152a85.92 85.92 0 017.73-36.3l137.8 55.13c3 18.06 10.55 33.5 21.89 45.19z" })); exports.default = BroomFill;