UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 820 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 ArrowFatLinesDownBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M235.09 131.41A12 12 0 00224 124h-36v-4a12 12 0 00-12-12H80a12 12 0 00-12 12v4H32a12 12 0 00-8.49 20.49l96 96a12 12 0 0017 0l96-96a12 12 0 002.58-13.08zM128 215l-67-67h19a12 12 0 0012-12v-4h72v4a12 12 0 0012 12h19zM68 40a12 12 0 0112-12h96a12 12 0 010 24H80a12 12 0 01-12-12zm0 40a12 12 0 0112-12h96a12 12 0 010 24H80a12 12 0 01-12-12z" })); exports.default = ArrowFatLinesDownBold;