UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.47 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var GoForwardMIcon = 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: "M16.4697 2.2967C16.7626 2.0038 17.2375 2.0038 17.5304 2.2967L21.0525 5.81883C21.1932 5.95948 21.2722 6.15025 21.2722 6.34916C21.2722 6.54807 21.1932 6.73884 21.0525 6.87949L17.5304 10.4016C17.2375 10.6945 16.7626 10.6945 16.4697 10.4016C16.1768 10.1087 16.1768 9.63386 16.4697 9.34096L18.7115 7.09915H11.9236C10.6091 7.09915 9.32407 7.48896 8.23106 8.21929C7.13805 8.94961 6.28615 9.98765 5.7831 11.2021C5.28004 12.4166 5.14842 13.753 5.40487 15.0423C5.66133 16.3316 6.29435 17.5159 7.22387 18.4454C8.13644 19.358 9.29456 19.9848 10.5565 20.25H16.0001C16.4143 20.25 16.7501 20.5858 16.7501 21C16.7501 21.4142 16.4143 21.75 16.0001 21.75H10.4807C10.4315 21.75 10.3825 21.7452 10.3343 21.7356C8.75408 21.4213 7.30252 20.6454 6.16321 19.5061C5.02391 18.3668 4.24803 16.9152 3.9337 15.3349C3.61936 13.7547 3.78069 12.1167 4.39728 10.6281C5.01387 9.13954 6.05802 7.86723 7.3977 6.97208C8.73739 6.07694 10.3124 5.59915 11.9236 5.59915H18.7115L16.4697 3.35736C16.1768 3.06446 16.1768 2.58959 16.4697 2.2967Z", fill: "currentColor" }))); }); GoForwardMIcon.displayName = 'GoForwardMIcon';