Convert all material symbols to react components * convert all material symbols to react components * remove svgr Approved-by: Linus Flood
11 lines
349 B
TypeScript
11 lines
349 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const PanZoomFilled = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M120-120v-230h60v127l148-148 43 43-148 148h127v60H120Zm513-470-43-43 147-147H610v-60h230v230h-60v-127L633-590Z" />
|
|
</svg>
|
|
)
|
|
|
|
export default PanZoomFilled
|