@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.02 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ArrowRightSmallMIcon = 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: "M13.4697 8.46967C13.7626 8.17678 14.2374 8.17678 14.5303 8.46967L17.3496 11.2889C17.5866 11.414 17.7486 11.6624 17.75 11.9491C17.75 11.9582 17.7499 11.9673 17.7496 11.9764C17.7559 12.1761 17.6828 12.3779 17.5303 12.5303L14.5303 15.5303C14.2374 15.8232 13.7626 15.8232 13.4697 15.5303C13.1768 15.2374 13.1768 14.7626 13.4697 14.4697L15.2283 12.711L7.00355 12.75C6.58934 12.752 6.25197 12.4178 6.25001 12.0036C6.24805 11.5893 6.58224 11.252 6.99645 11.25L15.1507 11.2114L13.4697 9.53033C13.1768 9.23744 13.1768 8.76256 13.4697 8.46967Z", fill: "currentColor" }))); });
ArrowRightSmallMIcon.displayName = 'ArrowRightSmallMIcon';