mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
8 lines
422 B
TypeScript
8 lines
422 B
TypeScript
import { Icon, type IconProps } from './Icon'
|
|
|
|
export const WarningAmber = (props: IconProps) => (
|
|
<Icon {...props}>
|
|
<path d="M236.79688 187.90381l-89.01368-151.89209a20.00076 20.00076 0 0 0-35.56836 0L23.20312 187.90381a20.00006 20.00006 0 0 0 17.78516 28.80713h178.02344a20.00006 20.00006 0 0 0 17.78516-28.80713ZM120 104a8 8 0 0 1 16 0v40a8 8 0 0 1-16 0Zm8 88a12 12 0 1 1 12-12 12 12 0 0 1-12 12Z" />
|
|
</Icon>
|
|
)
|