UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 802 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 BreadLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M238 80a38 38 0 00-38-38H48a38 38 0 00-14 73.32V200a14 14 0 0014 14h152a14 14 0 0014-14v-84.68A38.07 38.07 0 00238 80zM46 200v-82h2a6 6 0 000-12 26 26 0 010-52h96a26 26 0 010 52 6 6 0 000 12h2v82a2 2 0 01-2 2H48a2 2 0 01-2-2zm154-94a6 6 0 000 12h2v82a2 2 0 01-2 2h-42.16a14.71 14.71 0 00.16-2v-84.68A38 38 0 00171.68 54H200a26 26 0 010 52z" })); exports.default = BreadLight;