Files
metabuilder/fakemui/icons/Metrics.tsx
JohnDoe6345789 e6c9eef1b6 feat: add 15 new fakemui icons for layouts and concepts
Layout & Navigation:
- Tab, Tabs, Sidebar, Toolbar, Panel

Application Concepts:
- Transfer, Tenant, Tenants, Schema, Workflow
- Script, Supergod, History, System, Metrics

Total icons now: 95+
2025-12-30 12:34:54 +00:00

9 lines
185 B
TypeScript

import { Icon, IconProps } from './Icon'
export const Metrics = (props: IconProps) => (
<Icon {...props}>
<path d="M3 3v18h18" />
<path d="M18 9l-5 5-4-4-3 3" />
</Icon>
)