UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 810 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 BoxArrowUpThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M219.58 70.21l-16-32A4 4 0 00200 36H56a4 4 0 00-3.58 2.21l-16 32A4 4 0 0036 72v136a12 12 0 0012 12h160a12 12 0 0012-12V72a4 4 0 00-.42-1.79zM58.47 44h139.06l12 24H46.47zM208 212H48a4 4 0 01-4-4V76h168v132a4 4 0 01-4 4zm-45.17-78.83a4 4 0 01-5.66 5.66L132 113.66V184a4 4 0 01-8 0v-70.34l-25.17 25.17a4 4 0 01-5.66-5.66l32-32a4 4 0 015.66 0z" })); exports.default = BoxArrowUpThin;