iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 838 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 BarnFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 192h-8v-61.43l1.49 2.08a8 8 0 1013-9.3l-40-56a8 8 0 00-2-1.94L137 18.77l-.1-.07a16 16 0 00-17.76 0l-.1.07-67.59 46.65a8 8 0 00-2 1.94l-40 56a8 8 0 1013 9.3l1.55-2.09V192h-8a8 8 0 000 16h224a8 8 0 000-16zM112 80h32a8 8 0 110 16h-32a8 8 0 110-16zm52.64 40L128 146.17 91.36 120zM72 125.83L114.24 156 72 186.17zM91.36 192L128 165.83 164.64 192zm92.64-5.83L141.76 156 184 125.83z" }));
exports.default = BarnFill;