Files
metabuilder/fakemui/icons/NavigateBefore.tsx
2025-12-30 14:11:25 +00:00

9 lines
202 B
TypeScript

import React from 'react'
import { Icon, IconProps } from './Icon'
export const NavigateBefore = (props: IconProps) => (
<Icon {...props}>
<polyline points="160 48 80 128 160 208" />
</Icon>
)