Files
web/packages/design-system/lib/components/Icons/MaterialIcon/generated/DangerousOutlined.tsx
Joakim Jäderberg 8befbf405a Merged in chore/icons-to-components (pull request #3420)
Convert all material symbols to react components

* convert all material symbols to react components

* remove svgr


Approved-by: Linus Flood
2026-01-12 14:55:08 +00:00

11 lines
467 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-120H330Zm27-195 123-123 123 123 42-42-123-123 123-123-42-42-123 123-123-123-42 42 123 123-123 123 42 42Zm-2 135h250l175-175v-250L605-780H355L180-605v250l175 175Zm125-300Z" />
</svg>
)
export default DangerousOutlined