@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.27 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FrameMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 19.4999V18L4.5 17.9999V19.4999H6ZM18 19.4999V18L19.5 17.9999V19.4999H18ZM4.5 6H6V4.5H4.5V6ZM18 4.5V6H19.5V4.5H18ZM3 4C3 3.44772 3.44772 3 4 3H6.5C7.05228 3 7.5 3.44772 7.5 4V4.5H16.5V4C16.5 3.44772 16.9477 3 17.5 3H20C20.5523 3 21 3.44772 21 4V6.5C21 7.05228 20.5523 7.5 20 7.5H19.5V16.4999H20C20.5523 16.4999 21 16.9476 21 17.4999V19.9999C21 20.5522 20.5523 20.9999 20 20.9999H17.5C16.9477 20.9999 16.5 20.5522 16.5 19.9999V19.5H7.5V19.9999C7.5 20.5522 7.05228 20.9999 6.5 20.9999H4C3.44772 20.9999 3 20.5522 3 19.9999V17.4999C3 16.9476 3.44772 16.4999 4 16.4999H4.5V7.5H4C3.44772 7.5 3 7.05228 3 6.5V4ZM6.5 7.5H6V16.4999H6.5C7.05228 16.4999 7.5 16.9476 7.5 17.4999V18H16.5V17.4999C16.5 16.9476 16.9477 16.4999 17.5 16.4999H18V7.5H17.5C16.9477 7.5 16.5 7.05228 16.5 6.5V6H7.5V6.5C7.5 7.05228 7.05228 7.5 6.5 7.5Z", fill: "currentColor" }))); });
FrameMIcon.displayName = 'FrameMIcon';