UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 845 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 BoxArrowDownLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M221.37 69.32l-16-32A6 6 0 00200 34H56a6 6 0 00-5.37 3.32l-16 32A6.07 6.07 0 0034 72v136a14 14 0 0014 14h160a14 14 0 0014-14V72a6.07 6.07 0 00-.63-2.68zM59.71 46h136.58l10 20H49.71zM208 210H48a2 2 0 01-2-2V78h164v130a2 2 0 01-2 2zm-43.76-62.24a6 6 0 010 8.48l-32 32a6 6 0 01-8.48 0l-32-32a6 6 0 018.48-8.48L122 169.51V104a6 6 0 0112 0v65.51l21.76-21.75a6 6 0 018.48 0z" })); exports.default = BoxArrowDownLight;