@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 774 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChevronRightSmallSIcon = 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", { d: "M6.21973 4.96967C6.51262 4.67678 6.98738 4.67678 7.28028 4.96967L9.78028 7.46967C10.0732 7.76256 10.0732 8.23732 9.78028 8.53022L7.28028 11.0302C6.98738 11.3231 6.51262 11.3231 6.21973 11.0302C5.92684 10.7373 5.92684 10.2626 6.21973 9.96967L8.18946 7.99994L6.21973 6.03022C5.92684 5.73732 5.92684 5.26256 6.21973 4.96967Z", fill: "currentColor" }))); });
ChevronRightSmallSIcon.displayName = 'ChevronRightSmallSIcon';