iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 956 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 BarnLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 194h-10v-69.68l5.12 7.17a6 6 0 109.76-7l-40-56a6.14 6.14 0 00-1.47-1.45l-67.64-46.69a14 14 0 00-15.62.06L52.59 67.06a6.14 6.14 0 00-1.47 1.45l-40 56a6 6 0 109.76 7l5.12-7.19V194H16a6 6 0 000 12h224a6 6 0 000-12zM38 107.52l22.27-31.18 66.62-46a2 2 0 012.14-.06l66.7 46.06L218 107.52V194h-28v-74a6 6 0 00-6-6H72a6 6 0 00-6 6v74H38zm90 45.11L90.72 126h74.56zm50-21v56.68L138.32 160zM117.68 160L78 188.34v-56.68zm10.32 7.37L165.28 194H90.72zM106 88a6 6 0 016-6h32a6 6 0 010 12h-32a6 6 0 01-6-6z" }));
exports.default = BarnLight;