Convert all material symbols to react components * convert all material symbols to react components * remove svgr Approved-by: Linus Flood
11 lines
451 B
TypeScript
11 lines
451 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const WarningFilled = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="m40-120 440-760 440 760H40Zm444.18-117q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5ZM454-348h60v-224h-60v224Z" />
|
|
</svg>
|
|
)
|
|
|
|
export default WarningFilled
|