iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 998 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 BarnDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M184 120v80H72v-80z", opacity: ".2" }),
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-16zM40 108.17l21.7-30.38L128 32l66.3 45.78 21.7 30.39V192h-24v-72a8 8 0 00-8-8H72a8 8 0 00-8 8v72H40zm88 42L97 128h62zm48-14.62v48.91L141.76 160zM114.24 160L80 184.46v-48.91zm13.76 9.83L159 192H97zM104 88a8 8 0 018-8h32a8 8 0 110 16h-32a8 8 0 01-8-8z" }));
exports.default = BarnDuotone;