Files
metabuilder/icons/react/fakemui/FirstPage.tsx
2026-03-09 22:30:41 +00:00

10 lines
243 B
TypeScript

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>
)