iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.49 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 BroomDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M192.8 165.12L43.93 105.57a110.88 110.88 0 0117.54-23.19 8 8 0 018.67-1.81l25.38 10.28a16 16 0 0020.82-9l21-53.1c4.15-10 15.47-15.33 25.63-11.53a20 20 0 0111.51 26.39l-21.35 53.1a16 16 0 008.93 20.75L187 127.3a8 8 0 015 7.43V152a104.58 104.58 0 00.8 13.12z", opacity: ".2" }),
React.createElement("path", { d: "M235.5 216.81c-22.56-11-35.5-34.58-35.5-64.8v-17.28a15.94 15.94 0 00-10.09-14.87L165 110a8 8 0 01-4.48-10.34l21.32-53a28 28 0 00-16.1-37 28.14 28.14 0 00-35.82 16 .61.61 0 000 .12L108.9 79a8 8 0 01-10.37 4.49L73.11 73.14a15.89 15.89 0 00-17.37 3.66C34.68 98.45 24 123.75 24 152a111.45 111.45 0 0031.18 77.53A8 8 0 0061 232h171a8 8 0 003.5-15.19zM67.14 88l25.41 10.3a24 24 0 0031.23-13.45l21-53c2.56-6.11 9.47-9.27 15.43-7a12 12 0 016.88 15.92l-21.4 52.99a24 24 0 0013.43 31.14l24.88 9.83V153L55.77 101.71A108.84 108.84 0 0167.14 88zm48 128a87.53 87.53 0 01-24.34-42 8 8 0 00-15.49 4 105.16 105.16 0 0018.36 38H64.44A95.54 95.54 0 0140 152a85.9 85.9 0 017.73-36.29l137.8 55.12c3 18 10.56 33.48 21.89 45.16z" }));
exports.default = BroomDuotone;