UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ForwardMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ForwardMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.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" }))); }); exports.ForwardMIcon.displayName = 'ForwardMIcon';