iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.21 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 BroomThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M233.75 220.4C209.76 208.75 196 183.82 196 152v-17.28a12 12 0 00-7.56-11.15l-24.89-9.83a12 12 0 01-6.71-15.55l21.33-53a23.88 23.88 0 00-31.93-31 24.72 24.72 0 00-12.62 13.11l-21 53.1A12 12 0 0197 87.13L71.63 76.84a12 12 0 00-13 2.73C38.3 100.45 28 124.82 28 152a107.5 107.5 0 0030.07 74.77A4 4 0 0061 228h171a4 4 0 001.75-7.6zM64.34 85.15a3.94 3.94 0 014.3-.89L94 94.55a20 20 0 0026-11.2l21-53c3.39-8.16 12.61-12.35 20.58-9.35a16 16 0 019.19 21.16l-21.36 53.06a20 20 0 0011.18 26l24.9 9.83a4 4 0 012.51 3.72V152c0 2.36.08 4.69.22 7l-138.5-55.4a110.84 110.84 0 0114.62-18.45zM113.56 220a91.35 91.35 0 01-26.66-45 4 4 0 00-7.75 2 100.21 100.21 0 0023.09 43H62.68A99.5 99.5 0 0136 152a89.37 89.37 0 019.73-41.4l143.4 57.4c3.22 22 13.23 40.09 28.8 52z" }));
exports.default = BroomThin;