@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 739 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ArrowRightRectangleMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm10.53 4.47a.75.75 0 1 0-1.06 1.06l1.68 1.681-8.154.039a.75.75 0 0 0 .008 1.5l8.224-.039-1.758 1.759a.75.75 0 1 0 1.06 1.06l3-3a.75.75 0 0 0 .22-.58.75.75 0 0 0-.4-.661z", clipRule: "evenodd" }))); });
ArrowRightRectangleMIcon.displayName = 'ArrowRightRectangleMIcon';