@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 796 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChevronRightMIcon = 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: "M8.46967 19.5303C8.17678 19.2374 8.17678 18.7626 8.46967 18.4697L14.9393 12L8.46967 5.53033C8.17678 5.23744 8.17678 4.76256 8.46967 4.46967C8.76256 4.17678 9.23744 4.17678 9.53033 4.46967L16.5303 11.4697C16.8232 11.7626 16.8232 12.2374 16.5303 12.5303L9.53033 19.5303C9.23744 19.8232 8.76256 19.8232 8.46967 19.5303Z", fill: "currentColor" }))); });
ChevronRightMIcon.displayName = 'ChevronRightMIcon';