mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
code: tsx,icons,fakemui (4 files)
This commit is contained in:
9
fakemui/icons/FirstPage.tsx
Normal file
9
fakemui/icons/FirstPage.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
import { Icon, IconProps } from './Icon'
|
||||
|
||||
export const FirstPage = (props: IconProps) => (
|
||||
<Icon {...props}>
|
||||
<line x1="56" y1="48" x2="56" y2="208" />
|
||||
<polyline points="152 56 88 128 152 200" />
|
||||
</Icon>
|
||||
)
|
||||
12
fakemui/icons/GitBranch.tsx
Normal file
12
fakemui/icons/GitBranch.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react'
|
||||
import { Icon, IconProps } from './Icon'
|
||||
|
||||
export const GitBranch = (props: IconProps) => (
|
||||
<Icon {...props}>
|
||||
<line x1="128" y1="160" x2="128" y2="64" />
|
||||
<circle cx="128" cy="48" r="24" />
|
||||
<circle cx="128" cy="176" r="24" />
|
||||
<circle cx="192" cy="96" r="24" />
|
||||
<path d="M128 160a40 40 0 0 1 40-40h24" fill="none" />
|
||||
</Icon>
|
||||
)
|
||||
9
fakemui/icons/LastPage.tsx
Normal file
9
fakemui/icons/LastPage.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
import { Icon, IconProps } from './Icon'
|
||||
|
||||
export const LastPage = (props: IconProps) => (
|
||||
<Icon {...props}>
|
||||
<line x1="200" y1="48" x2="200" y2="208" />
|
||||
<polyline points="104 56 168 128 104 200" />
|
||||
</Icon>
|
||||
)
|
||||
13
fakemui/icons/Robot.tsx
Normal file
13
fakemui/icons/Robot.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react'
|
||||
import { Icon, IconProps } from './Icon'
|
||||
|
||||
export const Robot = (props: IconProps) => (
|
||||
<Icon {...props}>
|
||||
<rect x="32" y="56" width="192" height="160" rx="24" />
|
||||
<rect x="72" y="96" width="40" height="40" rx="8" />
|
||||
<rect x="144" y="96" width="40" height="40" rx="8" />
|
||||
<line x1="104" y1="168" x2="152" y2="168" />
|
||||
<line x1="128" y1="32" x2="128" y2="56" />
|
||||
<circle cx="128" cy="20" r="12" />
|
||||
</Icon>
|
||||
)
|
||||
Reference in New Issue
Block a user