UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.7 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var WidgetMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.488 3.749a.745.745 0 0 0-.747.75v6.751a.753.753 0 0 0 .747.75h7.563a.745.745 0 0 0 .746-.75V4.5a.75.75 0 0 0-.746-.751zm-1.583-.84c.42-.422.99-.659 1.583-.659h7.563c.593 0 1.162.237 1.582.659s.656.994.656 1.59v6.751c0 .597-.236 1.169-.656 1.59s-.989.66-1.582.66H4.488a2.23 2.23 0 0 1-1.583-.66 2.26 2.26 0 0 1-.655-1.59V4.5c0-.597.236-1.17.655-1.591m14.369.84v1.876h2.938V3.749zm-1.055-1.06c.28-.281.66-.439 1.055-.439h2.938c.396 0 .775.158 1.055.44.28.28.437.662.437 1.06v1.875c0 .397-.157.779-.437 1.06s-.66.44-1.055.44h-2.938c-.396 0-.775-.159-1.055-.44a1.5 1.5 0 0 1-.437-1.06V3.749c0-.397.157-.779.437-1.06m1.055 7.435V12h2.938v-1.875zm-1.055-1.06c.28-.28.66-.439 1.055-.439h2.938c.396 0 .775.158 1.055.44.28.28.437.662.437 1.06V12c0 .398-.157.78-.437 1.06-.28.281-.66.44-1.055.44h-2.938c-.396 0-.775-.159-1.055-.44a1.5 1.5 0 0 1-.437-1.06v-1.875c0-.398.157-.78.437-1.06M4.59 16.5a.745.745 0 0 0-.747.75v2.25a.753.753 0 0 0 .747.751h14.923a.745.745 0 0 0 .747-.75v-2.25a.753.753 0 0 0-.747-.751zm-1.582-.84c.42-.422.989-.66 1.582-.66h14.923c.594 0 1.163.238 1.583.66.42.421.655.994.655 1.59v2.25c0 .597-.236 1.17-.655 1.591s-.99.659-1.583.659H4.59a2.23 2.23 0 0 1-1.582-.659 2.26 2.26 0 0 1-.656-1.59v-2.25c0-.597.236-1.17.656-1.591", clipRule: "evenodd" }))); }); WidgetMIcon.displayName = 'WidgetMIcon';