Merged in chore/icons-to-components (pull request #3420)
Convert all material symbols to react components * convert all material symbols to react components * remove svgr Approved-by: Linus Flood
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED — DO NOT EDIT */
|
||||
import type { SVGProps } from "react"
|
||||
|
||||
const DeskOutlined = (props: SVGProps<SVGSVGElement>) => (
|
||||
<svg viewBox="0 -960 960 960" {...props}>
|
||||
<path d="M80-240v-480h800v480h-60v-100H630v100h-60v-420H140v420H80Zm550-320h190v-100H630v100Zm0 160h190v-100H630v100Z" />
|
||||
</svg>
|
||||
)
|
||||
|
||||
export default DeskOutlined
|
||||
Reference in New Issue
Block a user