UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.36 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FullScreenSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FullScreenSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.1893 1.75L10 1.75C9.58579 1.75 9.25 1.41421 9.25 1C9.25 0.585787 9.58579 0.25 10 0.25L15 0.25C15.1989 0.25 15.3897 0.329018 15.5303 0.46967C15.671 0.610322 15.75 0.801088 15.75 1V6C15.75 6.41421 15.4142 6.75 15 6.75C14.5858 6.75 14.25 6.41421 14.25 6V2.81066L9.53033 7.53033C9.23744 7.82322 8.76256 7.82322 8.46967 7.53033C8.17678 7.23744 8.17678 6.76256 8.46967 6.46967L13.1893 1.75ZM7.53033 8.46967C7.82322 8.76256 7.82322 9.23744 7.53033 9.53033L2.81066 14.25H6C6.41421 14.25 6.75 14.5858 6.75 15C6.75 15.4142 6.41421 15.75 6 15.75H1C0.585786 15.75 0.25 15.4142 0.25 15V10C0.25 9.58579 0.585786 9.25 1 9.25C1.41421 9.25 1.75 9.58579 1.75 10V13.1893L6.46967 8.46967C6.76256 8.17678 7.23744 8.17678 7.53033 8.46967Z", fill: "currentColor" }))); }); exports.FullScreenSIcon.displayName = 'FullScreenSIcon';