UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.37 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FullScreenMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FullScreenMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.5227 3C14.5227 2.58579 14.8585 2.25 15.2727 2.25H21C21.4142 2.25 21.75 2.58579 21.75 3V8.72727C21.75 9.14149 21.4142 9.47727 21 9.47727C20.5858 9.47727 20.25 9.14149 20.25 8.72727V4.81066L14.9849 10.0758C14.692 10.3687 14.2171 10.3687 13.9242 10.0758C13.6313 9.78289 13.6313 9.30802 13.9242 9.01512L19.1893 3.75H15.2727C14.8585 3.75 14.5227 3.41421 14.5227 3ZM10.0758 13.9242C10.3687 14.2171 10.3687 14.692 10.0758 14.9849L4.81066 20.25H8.72727C9.14149 20.25 9.47727 20.5858 9.47727 21C9.47727 21.4142 9.14149 21.75 8.72727 21.75H3C2.58579 21.75 2.25 21.4142 2.25 21V15.2727C2.25 14.8585 2.58579 14.5227 3 14.5227C3.41421 14.5227 3.75 14.8585 3.75 15.2727V19.1893L9.01512 13.9242C9.30802 13.6313 9.78289 13.6313 10.0758 13.9242Z", fill: "currentColor" }))); }); exports.FullScreenMIcon.displayName = 'FullScreenMIcon';