UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 965 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ForwardMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.346 4.255c0-1.135 1.361-1.685 2.123-.857l6.2 6.75a1.27 1.27 0 0 1 0 1.714l-6.2 6.75c-.761.829-2.123.28-2.123-.856v-2.977c-1.772.075-3.322.436-4.684 1.203-1.54.868-2.903 2.293-4.071 4.564-.38.737-1.533.547-1.573-.357-.17-3.815.887-7.055 2.872-9.35 1.841-2.129 4.437-3.394 7.456-3.57zm1.473.634v3.109a.745.745 0 0 1-.738.753c-2.943 0-5.4 1.132-7.087 3.083-1.291 1.493-2.162 3.502-2.432 5.924.995-1.368 2.123-2.379 3.389-3.092 1.834-1.034 3.893-1.406 6.13-1.406.4 0 .738.33.738.753v3.11l5.617-6.118z", clipRule: "evenodd" }))); }); ForwardMIcon.displayName = 'ForwardMIcon';