iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 948 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 BarnThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 196h-12v-77.92l8.74 12.25A4 4 0 00240 132a4 4 0 003.25-6.32l-40-56a3.77 3.77 0 00-1-1L134.66 22a12 12 0 00-13.37 0L53.73 68.71a3.77 3.77 0 00-1 1l-40 56a4 4 0 106.51 4.65L28 118.08V196H16a4 4 0 000 8h224a4 4 0 000-8zM36 106.88l22.85-32 66.93-46.23a4 4 0 014.38 0l67 46.26 22.85 32V196H188v-76a4 4 0 00-4-4H72a4 4 0 00-4 4v76H36zm92 48.2L84.48 124h87zm52-27.31v64.46L134.88 160zM121.12 160L76 192.23v-64.46zm6.88 4.92L171.52 196h-87zM108 88a4 4 0 014-4h32a4 4 0 010 8h-32a4 4 0 01-4-4z" }));
exports.default = BarnThin;