iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 752 B
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 BreadBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M244 80a44.05 44.05 0 00-44-44H48a44 44 0 00-20 83.17V200a20 20 0 0020 20h152a20 20 0 0020-20v-80.83A44 44 0 00244 80zM52 123.3a12 12 0 00-4-23.3 20 20 0 010-40h92a20 20 0 010 40 12 12 0 00-4 23.3V196H52zM200 100a12 12 0 00-4 23.3V196h-36v-76.83A43.92 43.92 0 00179.17 60H200a20 20 0 010 40z" }));
exports.default = BreadBold;