UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 814 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChevronRightSmallMIcon = 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.96889 16.4727C8.67703 16.7656 8.67704 17.2405 8.9689 17.5334C9.26076 17.8263 9.73397 17.8263 10.0258 17.5334L14.9581 12.5836C15.3473 12.1931 15.3473 11.5599 14.9581 11.1694L10.0258 6.21967C9.73397 5.92678 9.26076 5.92678 8.9689 6.21967C8.67704 6.51256 8.67703 6.98743 8.96889 7.28033L13.5487 11.8765L8.96889 16.4727Z", fill: "currentColor" }))); }); ChevronRightSmallMIcon.displayName = 'ChevronRightSmallMIcon';