iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 866 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 BreadDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 111v89a8 8 0 01-8 8h-56a8 8 0 008-8v-89a32 32 0 00-8-63h56a32 32 0 018 63z", opacity: ".2" }),
React.createElement("path", { d: "M240 80a40 40 0 00-40-40H48a40 40 0 00-16 76.65V200a16 16 0 0016 16h152a16 16 0 0016-16v-83.35A40.06 40.06 0 00240 80zM48 120a8 8 0 000-16 24 24 0 010-48h96a24 24 0 010 48 8 8 0 000 16v80H48zm152-16a8 8 0 000 16v80h-40v-83.35A40 40 0 00176 56h24a24 24 0 010 48z" }));
exports.default = BreadDuotone;