Convert all material symbols to react components * convert all material symbols to react components * remove svgr Approved-by: Linus Flood
11 lines
382 B
TypeScript
11 lines
382 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const DiamondFilled = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="m358-625 105-215h34l105 215H358Zm97 475L101-575h354v425Zm50 0v-425h354L505-150Zm153-475L553-840h207l107 215H658Zm-565 0 107-215h207L302-625H93Z" />
|
|
</svg>
|
|
)
|
|
|
|
export default DiamondFilled
|