UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 900 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 ArrowsOutLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M214 48v48a6 6 0 01-12 0V62.48l-45.76 45.76a6 6 0 01-8.48-8.48L193.52 54H160a6 6 0 010-12h48a6 6 0 016 6zM99.76 147.76L54 193.52V160a6 6 0 00-12 0v48a6 6 0 006 6h48a6 6 0 000-12H62.48l45.76-45.76a6 6 0 00-8.48-8.48zM208 154a6 6 0 00-6 6v33.52l-45.76-45.76a6 6 0 00-8.48 8.48L193.52 202H160a6 6 0 000 12h48a6 6 0 006-6v-48a6 6 0 00-6-6zM62.48 54H96a6 6 0 000-12H48a6 6 0 00-6 6v48a6 6 0 0012 0V62.48l45.76 45.76a6 6 0 008.48-8.48z" })); exports.default = ArrowsOutLight;