@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 942 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var EnterSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "17", height: "17", fill: "none", viewBox: "0 0 17 17" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.967 1.559a.41.41 0 0 0-.408.408v13.066a.41.41 0 0 0 .408.408h8.315a.41.41 0 0 0 .408-.408v-2.376a.78.78 0 0 1 1.559 0v2.376A1.97 1.97 0 0 1 10.282 17H1.967A1.967 1.967 0 0 1 0 15.033V1.967A1.967 1.967 0 0 1 1.967 0h8.315a1.967 1.967 0 0 1 1.967 1.967v2.376a.78.78 0 0 1-1.56 0V1.967a.41.41 0 0 0-.407-.408zm7.678 4.014a.78.78 0 0 1 0 1.103L8.6 7.72h7.62a.78.78 0 1 1 0 1.558H8.6l1.045 1.045a.78.78 0 1 1-1.102 1.103L6.167 9.05a.78.78 0 0 1 0-1.102l2.376-2.376a.78.78 0 0 1 1.102 0", clipRule: "evenodd" }))); });
EnterSIcon.displayName = 'EnterSIcon';