UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.01 kB
"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 ArrowsOutFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M109.66 146.34a8 8 0 010 11.32L83.31 184l18.35 18.34A8 8 0 0196 216H48a8 8 0 01-8-8v-48a8 8 0 0113.66-5.66L72 172.69l26.34-26.35a8 8 0 0111.32 0zM83.31 72l18.35-18.34A8 8 0 0096 40H48a8 8 0 00-8 8v48a8 8 0 0013.66 5.66L72 83.31l26.34 26.35a8 8 0 0011.32-11.32zM208 40h-48a8 8 0 00-5.66 13.66L172.69 72l-26.35 26.34a8 8 0 0011.32 11.32L184 83.31l18.34 18.35A8 8 0 00216 96V48a8 8 0 00-8-8zm3.06 112.61a8 8 0 00-8.72 1.73L184 172.69l-26.34-26.35a8 8 0 00-11.32 11.32L172.69 184l-18.35 18.34A8 8 0 00160 216h48a8 8 0 008-8v-48a8 8 0 00-4.94-7.39z" })); exports.default = ArrowsOutFill;