@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.13 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ArrowRightRectangleSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 2C0.895431 2 0 2.89543 0 4V12C0 13.1046 0.895431 14 2 14H14C15.1046 14 16 13.1046 16 12V4C16 2.89543 15.1046 2 14 2H2ZM9.86368 5.46967C9.57079 5.17678 9.09592 5.17678 8.80302 5.46967C8.51013 5.76256 8.51013 6.23744 8.80302 6.53033L9.49979 7.2271L4.66314 7.25001C4.24893 7.25197 3.91473 7.58934 3.9167 8.00355C3.91866 8.41776 4.25603 8.75196 4.67024 8.74999L9.54579 8.7269L8.80302 9.46967C8.51013 9.76256 8.51013 10.2374 8.80302 10.5303C9.09592 10.8232 9.57079 10.8232 9.86368 10.5303L11.8637 8.53033C12.0141 8.37989 12.0873 8.18144 12.0832 7.9843L12.0833 7.96487C12.0821 7.69302 11.9363 7.45563 11.7191 7.32513L9.86368 5.46967Z", fill: "currentColor" }))); });
ArrowRightRectangleSIcon.displayName = 'ArrowRightRectangleSIcon';