iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 727 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 ArrowUpLeftDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M168 64L64 168V64z", opacity: ".2" }),
React.createElement("path", { d: "M197.66 186.34L127.31 116l46.35-46.34A8 8 0 00168 56H64a8 8 0 00-8 8v104a8 8 0 0013.66 5.66L116 127.31l70.34 70.35a8 8 0 0011.32-11.32zM72 72h76.69l-38.34 38.34L72 148.69z" }));
exports.default = ArrowUpLeftDuotone;