UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.92 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ExitSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.07693 1.75C1.99022 1.75 1.90706 1.78444 1.84575 1.84575C1.78444 1.90706 1.75 1.99022 1.75 2.07693V13.9231C1.75 14.0098 1.78444 14.093 1.84575 14.1543C1.90706 14.2156 1.99022 14.25 2.07693 14.25H9.61541C9.70211 14.25 9.78527 14.2156 9.84658 14.1543C9.90789 14.093 9.94233 14.0098 9.94233 13.9231V11.7693C9.94233 11.355 10.2781 11.0193 10.6923 11.0193C11.1065 11.0193 11.4423 11.355 11.4423 11.7693V13.9231C11.4423 14.4076 11.2499 14.8723 10.9072 15.2149C10.5646 15.5576 10.0999 15.75 9.61541 15.75H2.07693C1.5924 15.75 1.12771 15.5576 0.785094 15.2149C0.442479 14.8723 0.25 14.4076 0.25 13.9231V2.07693C0.25 1.59239 0.442479 1.12771 0.785094 0.785094C1.12771 0.442479 1.59239 0.25 2.07693 0.25H9.61541C10.0999 0.25 10.5646 0.442479 10.9072 0.785094C11.2499 1.12771 11.4423 1.5924 11.4423 2.07693V4.23078C11.4423 4.64499 11.1065 4.98078 10.6923 4.98078C10.2781 4.98078 9.94233 4.64499 9.94233 4.23078V2.07693C9.94233 1.99022 9.90789 1.90706 9.84658 1.84575C9.78527 1.78444 9.70211 1.75 9.61541 1.75H2.07693ZM12.3158 5.31577C12.6087 5.02288 13.0836 5.02288 13.3765 5.31577L15.5304 7.46967C15.671 7.61032 15.75 7.80109 15.75 8.00001C15.75 8.19892 15.671 8.38969 15.5304 8.53034L13.3764 10.6841C13.0835 10.977 12.6087 10.977 12.3158 10.6841C12.0229 10.3912 12.0229 9.91635 12.3158 9.62346L13.1893 8.75H7.46155C7.04734 8.75 6.71155 8.41421 6.71155 8C6.71155 7.58579 7.04734 7.25 7.46155 7.25H13.1894L12.3158 6.37643C12.0229 6.08354 12.0229 5.60866 12.3158 5.31577Z", fill: "currentColor" }))); }); ExitSIcon.displayName = 'ExitSIcon';