UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 760 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 ArrowFatLineDownBold = (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-36V80a12 12 0 00-12-12H80a12 12 0 00-12 12v44H32a12 12 0 00-8.48 20.49l96 96a12 12 0 0017 0l96-96a12 12 0 002.57-13.08zM128 215l-67-67h19a12 12 0 0012-12V92h72v44a12 12 0 0012 12h19zM68 40a12 12 0 0112-12h96a12 12 0 010 24H80a12 12 0 01-12-12z" })); exports.default = ArrowFatLineDownBold;