UNPKG

@ozen-ui/icons

Version:

A collection of icons

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