Files
web/packages/design-system/lib/components/Icons/MaterialIcon/generated/AcuteFilled.tsx
Linus Flood 28974b979d 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
2026-01-30 07:00:09 +00:00

11 lines
400 B
TypeScript

/* AUTO-GENERATED — DO NOT EDIT */
import type { SVGProps } from "react"
const AcuteFilled = (props: SVGProps<SVGSVGElement>) => (
<svg viewBox="0 -960 960 960" {...props}>
<path d="M600-160q-134 0-227-93t-93-227 93-227 227-93 227 93 93 227-93 227-227 93m102-177 42-42-114-114v-147h-60v172zM80-610v-60h160v60zM40-450v-60h200v60zm40 160v-60h160v60z" />
</svg>
)
export default AcuteFilled