UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 858 B
"use strict"; 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 BreadThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M236 80a36 36 0 00-36-36H48a36 36 0 00-12 69.94V200a12 12 0 0012 12h152a12 12 0 0012-12v-86.06A36.07 36.07 0 00236 80zM44 200v-84.23a35.22 35.22 0 004 .23 4 4 0 000-8 28 28 0 010-56h96a28 28 0 010 56 4 4 0 000 8 35.22 35.22 0 004-.23V200a4 4 0 01-4 4H48a4 4 0 01-4-4zm156-92a4 4 0 000 8 35.22 35.22 0 004-.23V200a4 4 0 01-4 4h-44.7a11.8 11.8 0 00.7-4v-86.06A36 36 0 00166.59 52H200a28 28 0 010 56z" })); exports.default = BreadThin;