Merged in feat/sw-3713-svg-optimize (pull request #3516)
feat(SW-3713): Optimize all SVGs * feat(SW-3713): Optimize all SVGs Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -3,7 +3,7 @@ import type { SVGProps } from "react"
|
||||
|
||||
const DangerousFilled = (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 42Z" />
|
||||
<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 123z" />
|
||||
</svg>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user