iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 653 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 BarricadeFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 64H32a16 16 0 00-16 16v72a16 16 0 0016 16h24v32a8 8 0 0016 0v-32h112v32a8 8 0 0016 0v-32h24a16 16 0 0016-16V80a16 16 0 00-16-16zM32 152V92l60 60zm192 0h-56.69l-72-72H164l60 60v12z" }));
exports.default = BarricadeFill;