iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.08 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 BootBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M192 104h-28V56a20 20 0 00-20-20H32a12 12 0 00-11.2 16.3c10.88 28.39 8.3 78.36-.33 108.38A12 12 0 0020 164v36a20 20 0 0020 20h26.11a20.16 20.16 0 009-2.11L86.83 212h14.34l11.77 5.89a20.16 20.16 0 009 2.11h28.22a20.16 20.16 0 008.95-2.11l11.72-5.89h14.34l11.77 5.89a20.16 20.16 0 008.95 2.11H232a20 20 0 0020-20v-36a60.07 60.07 0 00-60-60zM48 60h92v44h-24a12 12 0 000 24h76a36.07 36.07 0 0133.94 24H47.21c5.54-27.92 7.02-63.59.79-92zm180 136h-21.17l-11.77-5.89a20.16 20.16 0 00-8.95-2.11h-16.22a20.16 20.16 0 00-8.95 2.11L149.17 196h-26.34l-11.77-5.89a20.16 20.16 0 00-9-2.11H85.89a20.16 20.16 0 00-9 2.11L65.17 196H44v-20h184z" }));
exports.default = BootBold;