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:
Linus Flood
2026-01-30 07:00:09 +00:00
parent 4d298b0b9b
commit 28974b979d
607 changed files with 726 additions and 7638 deletions

View File

@@ -3,7 +3,7 @@ import type { SVGProps } from "react"
const PauseOutlined = (props: SVGProps<SVGSVGElement>) => (
<svg viewBox="0 -960 960 960" {...props}>
<path d="M525-200v-560h235v560H525Zm-325 0v-560h235v560H200Zm385-60h115v-440H585v440Zm-325 0h115v-440H260v440Zm0-440v440-440Zm325 0v440-440Z" />
<path d="M525-200v-560h235v560zm-325 0v-560h235v560zm385-60h115v-440H585zm-325 0h115v-440H260zm0-440v440zm325 0v440z" />
</svg>
)