UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 918 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 BarnBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M100 84a12 12 0 0112-12h32a12 12 0 010 24h-32a12 12 0 01-12-12zm152 116a12 12 0 01-12 12H16a12 12 0 010-24h4v-48.69A12 12 0 016.24 121l40-56a11.91 11.91 0 012.94-2.9l67.56-46.65.17-.11a19.94 19.94 0 0122.18 0l.17.11 67.56 46.65a11.91 11.91 0 012.94 2.9l40 56A12 12 0 01236 139.31V188h4a12 12 0 0112 12zM44 188h20v-64a12 12 0 0112-12h104a12 12 0 0112 12v64h20v-78.55l-20.55-28.76L128 36.87 64.55 80.69 44 109.45zm124-52h-54.1l54.1 38.07zm-80 52h58.1L88 147.12z" })); exports.default = BarnBold;