Convert all material symbols to react components * convert all material symbols to react components * remove svgr Approved-by: Linus Flood
11 lines
447 B
TypeScript
11 lines
447 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const AccessibilityOutlined = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M480.08-734q-30.08 0-51.58-21.42t-21.5-51.5q0-30.08 21.42-51.58t51.5-21.5q30.08 0 51.58 21.42t21.5 51.5q0 30.08-21.42 51.58t-51.5 21.5ZM372-80v-533H120v-60h720v60H588v533h-60v-260h-96v260h-60Z" />
|
|
</svg>
|
|
)
|
|
|
|
export default AccessibilityOutlined
|