feat(SW-3713): Optimize all SVGs * feat(SW-3713): Optimize all SVGs Approved-by: Anton Gunnarsson
11 lines
448 B
TypeScript
11 lines
448 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const DangerousOutlined = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M330-120 120-330v-300l210-210h300l210 210v300L630-120zm27-195 123-123 123 123 42-42-123-123 123-123-42-42-123 123-123-123-42 42 123 123-123 123zm-2 135h250l175-175v-250L605-780H355L180-605v250zm125-300" />
|
|
</svg>
|
|
)
|
|
|
|
export default DangerousOutlined
|