UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.13 kB
"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 BoundingBoxLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 94a14 14 0 0014-14V48a14 14 0 00-14-14h-32a14 14 0 00-14 14v10H94V48a14 14 0 00-14-14H48a14 14 0 00-14 14v32a14 14 0 0014 14h10v68H48a14 14 0 00-14 14v32a14 14 0 0014 14h32a14 14 0 0014-14v-10h68v10a14 14 0 0014 14h32a14 14 0 0014-14v-32a14 14 0 00-14-14h-10V94zm-34-46a2 2 0 012-2h32a2 2 0 012 2v32a2 2 0 01-2 2h-32a2 2 0 01-2-2zM46 80V48a2 2 0 012-2h32a2 2 0 012 2v32a2 2 0 01-2 2H48a2 2 0 01-2-2zm36 128a2 2 0 01-2 2H48a2 2 0 01-2-2v-32a2 2 0 012-2h32a2 2 0 012 2zm128-32v32a2 2 0 01-2 2h-32a2 2 0 01-2-2v-32a2 2 0 012-2h32a2 2 0 012 2zm-24-14h-10a14 14 0 00-14 14v10H94v-10a14 14 0 00-14-14H70V94h10a14 14 0 0014-14V70h68v10a14 14 0 0014 14h10z" })); exports.default = BoundingBoxLight;