UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 725 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 ArrowUpRightDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M192 64v104L88 64z", opacity: ".2" }), React.createElement("path", { d: "M192 56H88a8 8 0 00-5.66 13.66L128.69 116l-70.35 70.34a8 8 0 0011.32 11.32L140 127.31l46.34 46.35A8 8 0 00200 168V64a8 8 0 00-8-8zm-8 92.69l-38.34-38.34L107.31 72H184z" })); exports.default = ArrowUpRightDuotone;