@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 657 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ArrowRightFilledMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { d: "M16.0014 11.1341C16.6677 11.5191 16.6677 12.4809 16.0014 12.8659L10.0003 16.3332C9.3336 16.7183 8.49999 16.2372 8.49999 15.4673L8.49999 8.53268C8.49999 7.76274 9.3336 7.28163 10.0003 7.66682L16.0014 11.1341Z", fill: "currentColor" }))); });
ArrowRightFilledMIcon.displayName = 'ArrowRightFilledMIcon';