@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 795 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChevronRightSIcon = 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: "M5.23573 3.30723C4.92142 3.00818 4.92143 2.52333 5.23574 2.22429C5.55005 1.92524 6.05966 1.92524 6.37397 2.22429L11.6857 7.27804C12.1048 7.67677 12.1048 8.32323 11.6857 8.72196L6.37397 13.7757C6.05966 14.0748 5.55005 14.0748 5.23574 13.7757C4.92143 13.4767 4.92142 12.9918 5.23573 12.6928L10.1678 8L5.23573 3.30723Z", fill: "currentColor" }))); });
ChevronRightSIcon.displayName = 'ChevronRightSIcon';