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

9 lines
192 B
TypeScript

import React from 'react'
import { Icon, IconProps } from './Icon'
export const Done = (props: IconProps) => (
<Icon {...props}>
<polyline points="216 72 104 184 48 128" />
</Icon>
)