iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 830 B
JavaScript
;
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 BoxArrowDownThin = (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-62.83a4 4 0 010 5.66l-32 32a4 4 0 01-5.66 0l-32-32a4 4 0 015.66-5.66L124 174.34V104a4 4 0 018 0v70.34l25.17-25.17a4 4 0 015.66 0z" }));
exports.default = BoxArrowDownThin;