iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.23 kB
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 BroomBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M237.24 213.21C216.12 203 204 180.64 204 152v-17.27a19.94 19.94 0 00-12.62-18.59l-24.86-9.81a4 4 0 01-2.26-5.14l21.33-53A32 32 0 00167.17 6a32.13 32.13 0 00-40.92 18.2l-.07.18-21 53.09a3.94 3.94 0 01-2.14 2.2 3.89 3.89 0 01-3 .06L74.6 69.43A19.89 19.89 0 0052.87 74C31.06 96.43 20 122.68 20 152a115.46 115.46 0 0032.29 80.3A12 12 0 0061 236h171a12 12 0 005.24-22.79zM68.19 92.73L91.06 102a28 28 0 0036.44-15.69l20.95-53a8.32 8.32 0 0110.33-4.81 8 8 0 014.61 10.57 1.17 1.17 0 000 .11L142 92.29a28.05 28.05 0 0015.68 36.33l22.32 8.83V152c0 1 0 2.07.05 3.1l-122.44-49a101.91 101.91 0 0110.58-13.37zM116.74 212a83.73 83.73 0 01-22.09-39 12 12 0 00-23.25 6 110.27 110.27 0 0014.49 33H66.25A91.53 91.53 0 0144 152a84 84 0 013.41-24.11l136.67 54.66A86.58 86.58 0 00198.66 212z" }));
exports.default = BroomBold;