@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.93 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var EnterMIcon = 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: "M4.38462 3.75C4.21631 3.75 4.05489 3.81686 3.93588 3.93588C3.81686 4.05489 3.75 4.21631 3.75 4.38462V19.6154C3.75 19.7837 3.81686 19.9452 3.93588 20.0642C4.05489 20.1832 4.21631 20.2501 4.38462 20.2501H14.077C14.2453 20.2501 14.4067 20.1832 14.5257 20.0642C14.6447 19.9452 14.7116 19.7837 14.7116 19.6154V16.8462C14.7116 16.432 15.0474 16.0962 15.4616 16.0962C15.8758 16.0962 16.2116 16.432 16.2116 16.8462V19.6154C16.2116 20.1816 15.9867 20.7245 15.5864 21.1248C15.186 21.5252 14.6431 21.7501 14.077 21.7501H4.38462C3.81848 21.7501 3.27553 21.5252 2.87522 21.1248C2.4749 20.7245 2.25 20.1816 2.25 19.6154V4.38462C2.25 3.81848 2.4749 3.27553 2.87522 2.87522C3.27553 2.4749 3.81848 2.25 4.38462 2.25H14.077C14.6431 2.25 15.186 2.4749 15.5864 2.87522C15.9867 3.27553 16.2116 3.81848 16.2116 4.38462V7.15386C16.2116 7.56807 15.8758 7.90386 15.4616 7.90386C15.0474 7.90386 14.7116 7.56807 14.7116 7.15386V4.38462C14.7116 4.21631 14.6447 4.05489 14.5257 3.93588C14.4067 3.81686 14.2453 3.75 14.077 3.75H4.38462ZM13.2228 8.70041C13.5157 8.9933 13.5157 9.46818 13.2228 9.76107L11.7338 11.25H21.0001C21.4144 11.25 21.7501 11.5858 21.7501 12C21.7501 12.4142 21.4144 12.75 21.0001 12.75H11.7339L13.2228 14.2389C13.5157 14.5318 13.5157 15.0067 13.2228 15.2995C12.9299 15.5924 12.455 15.5924 12.1621 15.2996L9.39286 12.5303C9.25221 12.3897 9.17319 12.1989 9.17319 12C9.17319 11.8011 9.25221 11.6103 9.39286 11.4697L12.1621 8.70041C12.455 8.40752 12.9299 8.40752 13.2228 8.70041Z", fill: "currentColor" }))); });
EnterMIcon.displayName = 'EnterMIcon';