UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 825 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 BoxArrowUpLight = (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-78.24a6 6 0 11-8.48 8.48L134 118.49V184a6 6 0 01-12 0v-65.51l-21.76 21.75a6 6 0 01-8.48-8.48l32-32a6 6 0 018.48 0z" })); exports.default = BoxArrowUpLight;