UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 670 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 ArrowFatUpBold = (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 132h36v76a20 20 0 0020 20h80a20 20 0 0020-20v-76h36a12 12 0 008.48-20.49zM176 108a12 12 0 00-12 12v84H92v-84a12 12 0 00-12-12H61l67-67 67 67z" })); exports.default = ArrowFatUpBold;