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

10 lines
240 B
TypeScript

import { Icon, IconProps } from './Icon'
export const History = (props: IconProps) => (
<Icon {...props}>
<path d="M3 12a9 9 0 109-9 9.75 9.75 0 00-6.74 2.74L3 8" />
<path d="M3 3v5h5" />
<path d="M12 7v5l4 2" />
</Icon>
)