iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 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 BootDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M32 168c9.22-32.06 12-88.65 0-120h112a8 8 0 018 8v64h40a48 48 0 0148 48z", opacity: ".2" }),
React.createElement("path", { d: "M192 112h-32V56a16 16 0 00-16-16H32a8 8 0 00-7.47 10.86c11.06 28.84 8.76 83.71-.22 114.93A8.25 8.25 0 0024 168v32a16 16 0 0016 16h26.11a16 16 0 007.16-1.69L85.89 208h16.22l12.62 6.31a16 16 0 007.16 1.69h28.22a16 16 0 007.16-1.69l12.62-6.31h16.22l12.62 6.31a16 16 0 007.16 1.69H232a16 16 0 0016-16v-32a56.06 56.06 0 00-56-56zm-48-56v24h-32a8 8 0 000 16h32v16h-32a8 8 0 000 16h80a40.07 40.07 0 0139.2 32H42.25c6.74-30.84 8.16-74.17.61-104zm61.89 144l-12.62-6.31a16 16 0 00-7.16-1.69h-16.22a16 16 0 00-7.16 1.69L150.11 200h-28.22l-12.62-6.31a16 16 0 00-7.16-1.69H85.89a16 16 0 00-7.16 1.69L66.11 200H40v-24h192v24z" }));
exports.default = BootDuotone;