UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 992 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 ArrowsInFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M144 104V64a8 8 0 0113.66-5.66L172 72.69l30.34-30.35a8 8 0 0111.32 11.32L183.31 84l14.35 14.34A8 8 0 01192 112h-40a8 8 0 01-8-8zm-40 40H64a8 8 0 00-5.66 13.66L72.69 172l-30.35 30.34a8 8 0 0011.32 11.32L84 183.31l14.34 14.35A8 8 0 00112 192v-40a8 8 0 00-8-8zm3.06-87.39a8 8 0 00-8.72 1.73L84 72.69 53.66 42.34a8 8 0 00-11.32 11.32L72.69 84 58.34 98.34A8 8 0 0064 112h40a8 8 0 008-8V64a8 8 0 00-4.94-7.39zM183.31 172l14.35-14.34A8 8 0 00192 144h-40a8 8 0 00-8 8v40a8 8 0 0013.66 5.66L172 183.31l30.34 30.35a8 8 0 0011.32-11.32z" })); exports.default = ArrowsInFill;