@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.17 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChevronDoubleRightMIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.46967 4.46967C5.76256 4.17678 6.23744 4.17678 6.53033 4.46967L13.5303 11.4697C13.671 11.6103 13.75 11.8011 13.75 12C13.75 12.1989 13.671 12.3897 13.5303 12.5303L6.53033 19.5303C6.23744 19.8232 5.76256 19.8232 5.46967 19.5303C5.17678 19.2374 5.17678 18.7626 5.46967 18.4697L11.9393 12L5.46967 5.53033C5.17678 5.23744 5.17678 4.76256 5.46967 4.46967ZM10.4697 4.46967C10.7626 4.17678 11.2374 4.17678 11.5303 4.46967L18.5303 11.4697C18.8232 11.7626 18.8232 12.2374 18.5303 12.5303L11.5303 19.5303C11.2374 19.8232 10.7626 19.8232 10.4697 19.5303C10.1768 19.2374 10.1768 18.7626 10.4697 18.4697L16.9393 12L10.4697 5.53033C10.1768 5.23744 10.1768 4.76256 10.4697 4.46967Z", fill: "currentColor" }))); });
ChevronDoubleRightMIcon.displayName = 'ChevronDoubleRightMIcon';