@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.03 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ArrowRightSmallSIcon = 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: "M8.80302 5.46967C9.09592 5.17678 9.57079 5.17678 9.86368 5.46967L11.7191 7.32513C11.9363 7.45563 12.0821 7.69302 12.0833 7.96487C12.0834 7.97137 12.0833 7.97785 12.0832 7.9843C12.0873 8.18144 12.0141 8.37989 11.8637 8.53033L9.86368 10.5303C9.57079 10.8232 9.09592 10.8232 8.80302 10.5303C8.51013 10.2374 8.51013 9.76256 8.80302 9.46967L9.54579 8.7269L4.67024 8.74999C4.25603 8.75195 3.91866 8.41776 3.9167 8.00355C3.91473 7.58934 4.24893 7.25197 4.66313 7.25001L9.49979 7.2271L8.80302 6.53033C8.51013 6.23744 8.51013 5.76256 8.80302 5.46967Z", fill: "currentColor" }))); });
ArrowRightSmallSIcon.displayName = 'ArrowRightSmallSIcon';