@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 893 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ArrowLongRightSIcon = 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: "M10.2834 4.21044C10.5899 3.92617 11.0823 3.93044 11.3833 4.21997L14.7772 7.48528C15.0743 7.77107 15.0743 8.22893 14.7772 8.51472L11.3833 11.78C11.0823 12.0696 10.5899 12.0738 10.2834 11.7896C9.97686 11.5053 9.97235 11.0401 10.2733 10.7506L12.3686 8.73469H1.77778C1.34822 8.73469 1 8.40576 1 8C1 7.59424 1.34822 7.26531 1.77778 7.26531H12.3686L10.2733 5.24941C9.97235 4.95988 9.97686 4.49471 10.2834 4.21044Z", fill: "currentColor" }))); });
ArrowLongRightSIcon.displayName = 'ArrowLongRightSIcon';