@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 654 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ArrowRightFilledSIcon = 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: "M10.168 7.13413C10.8343 7.5191 10.8343 8.48089 10.168 8.86586L7.16689 10.5998C6.50022 10.985 5.66662 10.5039 5.66662 9.73397L5.66662 6.26602C5.66662 5.49608 6.50023 5.01497 7.16689 5.40015L10.168 7.13413Z", fill: "currentColor" }))); });
ArrowRightFilledSIcon.displayName = 'ArrowRightFilledSIcon';