iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.11 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 BootFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M192 112h-79.73a8.17 8.17 0 01-8.25-7.47A8 8 0 01112 96h44a4 4 0 004-4v-8a4 4 0 00-4-4h-43.73a8.17 8.17 0 01-8.27-7.47 8 8 0 018-8.53h44a4 4 0 004-4v-4a16 16 0 00-16-16H32.22a8.23 8.23 0 00-5.08 1.64 8 8 0 00-2.61 9.22c11.06 28.84 8.76 83.71-.22 114.93A8 8 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 56 0 00-56-56zm40 88h-26.11l-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-24h192z" }));
exports.default = BootFill;