UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 883 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 ArrowsInThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M148 104V64a4 4 0 018 0v30.34l49.17-49.17a4 4 0 115.66 5.66L161.66 100H192a4 4 0 010 8h-40a4 4 0 01-4-4zm-44 44H64a4 4 0 000 8h30.34l-49.17 49.17a4 4 0 005.66 5.66L100 161.66V192a4 4 0 008 0v-40a4 4 0 00-4-4zm57.66 8H192a4 4 0 000-8h-40a4 4 0 00-4 4v40a4 4 0 008 0v-30.34l49.17 49.17a4 4 0 005.66-5.66zM104 60a4 4 0 00-4 4v30.34L50.83 45.17a4 4 0 00-5.66 5.66L94.34 100H64a4 4 0 000 8h40a4 4 0 004-4V64a4 4 0 00-4-4z" })); exports.default = ArrowsInThin;