iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 752 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 ArrowDownRightDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M192 88v104H88z", opacity: ".2" }),
React.createElement("path", { d: "M195.06 80.61a8 8 0 00-8.72 1.73L140 128.69 69.66 58.34a8 8 0 00-11.32 11.32L128.69 140l-46.35 46.34A8 8 0 0088 200h104a8 8 0 008-8V88a8 8 0 00-4.94-7.39zM184 184h-76.69l38.34-38.34L184 107.31z" }));
exports.default = ArrowDownRightDuotone;