UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 754 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 ArrowsOutSimpleFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M117.66 138.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.69l34.34-34.35a8 8 0 0111.32 0zM208 40h-48a8 8 0 00-5.66 13.66L172.69 72l-34.35 34.34a8 8 0 0011.32 11.32L184 83.31l18.34 18.35A8 8 0 00216 96V48a8 8 0 00-8-8z" })); exports.default = ArrowsOutSimpleFill;