UNPKG

496 BJavaScriptView Raw
1import { jsx as _jsx } from "react/jsx-runtime";
2/**
3 * 默认的应用列表的图标
4 *
5 */
6export var AppsLogo = function AppsLogo() {
7 return /*#__PURE__*/_jsx("svg", {
8 width: "1em",
9 height: "1em",
10 viewBox: "0 0 12 12",
11 fill: "currentColor",
12 "aria-hidden": "true",
13 children: /*#__PURE__*/_jsx("path", {
14 d: "M0 0h3v3H0V0zm4.5 0h3v3h-3V0zM9 0h3v3H9V0zM0 4.5h3v3H0v-3zm4.503 0h3v3h-3v-3zM9 4.5h3v3H9v-3zM0 9h3v3H0V9zm4.503 0h3v3h-3V9zM9 9h3v3H9V9z"
15 })
16 });
17};
\No newline at end of file