Convert all material symbols to react components * convert all material symbols to react components * remove svgr Approved-by: Linus Flood
11 lines
286 B
TypeScript
11 lines
286 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const PauseFilled = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M555-200v-560h175v560H555Zm-325 0v-560h175v560H230Z" />
|
|
</svg>
|
|
)
|
|
|
|
export default PauseFilled
|