UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 740 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 ArrowFatLineUpBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232.48 111.51l-96-96a12 12 0 00-17 0l-96 96A12 12 0 0032 132h36v44a12 12 0 0012 12h96a12 12 0 0012-12v-44h36a12 12 0 008.48-20.49zM176 108a12 12 0 00-12 12v44H92v-44a12 12 0 00-12-12H61l67-67 67 67zm12 108a12 12 0 01-12 12H80a12 12 0 010-24h96a12 12 0 0112 12z" })); exports.default = ArrowFatLineUpBold;