UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 888 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 ArrowsIn = (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 0116 0v20.69l42.34-42.35a8 8 0 0111.32 11.32L171.31 96H192a8 8 0 010 16h-40a8 8 0 01-8-8zm-40 40H64a8 8 0 000 16h20.69l-42.35 42.34a8 8 0 0011.32 11.32L96 171.31V192a8 8 0 0016 0v-40a8 8 0 00-8-8zm67.31 16H192a8 8 0 000-16h-40a8 8 0 00-8 8v40a8 8 0 0016 0v-20.69l42.34 42.35a8 8 0 0011.32-11.32zM104 56a8 8 0 00-8 8v20.69L53.66 42.34a8 8 0 00-11.32 11.32L84.69 96H64a8 8 0 000 16h40a8 8 0 008-8V64a8 8 0 00-8-8z" })); exports.default = ArrowsIn;