UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.88 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var EnterSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "17", height: "17", viewBox: "0 0 17 17", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.96724 1.55895C1.85896 1.55895 1.75511 1.60197 1.67854 1.67854C1.60197 1.75511 1.55895 1.85896 1.55895 1.96724V15.0327C1.55895 15.141 1.60197 15.2449 1.67854 15.3214C1.75511 15.398 1.85896 15.441 1.96724 15.441H10.2816C10.3899 15.441 10.4938 15.398 10.5703 15.3214C10.6469 15.2449 10.6899 15.141 10.6899 15.0327V12.6572C10.6899 12.2267 11.0389 11.8777 11.4694 11.8777C11.8999 11.8777 12.2489 12.2267 12.2489 12.6572V15.0327C12.2489 15.5545 12.0416 16.0548 11.6727 16.4238C11.3038 16.7927 10.8034 17 10.2816 17H1.96724C1.4455 17 0.945123 16.7927 0.576193 16.4238C0.207263 16.0548 0 15.5545 0 15.0327V1.96724C0 1.4455 0.207263 0.945123 0.576193 0.576193C0.945123 0.207263 1.4455 0 1.96724 0H10.2816C10.8034 0 11.3038 0.207263 11.6727 0.576193C12.0416 0.945122 12.2489 1.4455 12.2489 1.96724V4.34279C12.2489 4.77328 11.8999 5.12226 11.4694 5.12226C11.0389 5.12226 10.6899 4.77328 10.6899 4.34279V1.96724C10.6899 1.85896 10.6469 1.75511 10.5703 1.67854C10.4938 1.60197 10.3899 1.55895 10.2816 1.55895H1.96724ZM9.64504 5.57327C9.94944 5.87767 9.94944 6.37121 9.64504 6.67561L8.60014 7.72051H16.2205C16.651 7.72051 17 8.06949 17 8.49998C17 8.93047 16.651 9.27946 16.2205 9.27946H8.60014L9.64504 10.3244C9.94944 10.6288 9.94944 11.1223 9.64504 11.4267C9.34063 11.7311 8.8471 11.7311 8.54269 11.4267L6.16715 9.05115C5.86275 8.74675 5.86275 8.25321 6.16715 7.94881L8.54269 5.57327C8.8471 5.26887 9.34064 5.26887 9.64504 5.57327Z", fill: "currentColor" }))); }); EnterSIcon.displayName = 'EnterSIcon';