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 LocalParkingOutlined = (props: SVGProps<SVGSVGElement>) => (
|
||||
<svg viewBox="0 -960 960 960" {...props}>
|
||||
<path d="M240-120v-720h288q98 0 165 67t67 165q0 98-67 165t-165 67H360v256H240Zm120-376h168q48 0 80-32t32-80q0-48-32-80t-80-32H360v224Z" />
|
||||
</svg>
|
||||
)
|
||||
|
||||
export default LocalParkingOutlined
|
||||
Reference in New Issue
Block a user