iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 605 B
JavaScript
;
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 ArrowUpRightFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M200 64v104a8 8 0 01-13.66 5.66L140 127.31l-70.34 70.35a8 8 0 01-11.32-11.32L128.69 116 82.34 69.66A8 8 0 0188 56h104a8 8 0 018 8z" }));
exports.default = ArrowUpRightFill;