UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 780 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 BarricadeLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 66H32a14 14 0 00-14 14v72a14 14 0 0014 14h26v34a6 6 0 0012 0v-34h116v34a6 6 0 0012 0v-34h26a14 14 0 0014-14V80a14 14 0 00-14-14zm2 14v53.52L170.48 78H224a2 2 0 012 2zM32 78h49.52l76 76h-55L30 81.52V80a2 2 0 012-2zm-2 74V98.48L85.52 154H32a2 2 0 01-2-2zm194 2h-49.52l-76-76h55L226 150.48V152a2 2 0 01-2 2z" })); exports.default = BarricadeLight;