UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 863 B
"use strict"; 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 BarricadeDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 80v68l-76-76h68a8 8 0 018 8zM32 72a8 8 0 00-8 8v4l76 76h72L84 72z", opacity: ".2" }), 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-16zm0 64.69L175.31 80H224zM80.69 80l72 72h-49.38L32 80.69V80zM32 103.31L80.69 152H32zM224 152h-48.69l-72-72h49.38L224 151.32v.68z" })); exports.default = BarricadeDuotone;