UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.15 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ArrowRightRectangleMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 4C2.89543 4 2 4.89543 2 6V18C2 19.1046 2.89543 20 4 20H20C21.1046 20 22 19.1046 22 18V6C22 4.89543 21.1046 4 20 4H4ZM14.5303 8.46967C14.2374 8.17678 13.7626 8.17678 13.4697 8.46967C13.1768 8.76256 13.1768 9.23744 13.4697 9.53033L15.1507 11.2114L6.99645 11.25C6.58224 11.252 6.24805 11.5893 6.25001 12.0036C6.25197 12.4178 6.58934 12.752 7.00355 12.75L15.2283 12.711L13.4697 14.4697C13.1768 14.7626 13.1768 15.2374 13.4697 15.5303C13.7626 15.8232 14.2374 15.8232 14.5303 15.5303L17.5303 12.5303C17.6828 12.3779 17.7559 12.1761 17.7496 11.9764C17.7499 11.9673 17.75 11.9582 17.75 11.9491C17.7486 11.6624 17.5866 11.414 17.3496 11.2889L14.5303 8.46967Z", fill: "currentColor" }))); }); ArrowRightRectangleMIcon.displayName = 'ArrowRightRectangleMIcon';