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 LocalBarOutlined = (props: SVGProps<SVGSVGElement>) => (
|
||||
<svg viewBox="0 -960 960 960" {...props}>
|
||||
<path d="M240-120v-60h210v-244L120-780v-60h720v60L510-424v244h210v60H240Zm41-575h398l83-81H198l83 81Zm199 216 144-156H336l144 156Zm0 0Z" />
|
||||
</svg>
|
||||
)
|
||||
|
||||
export default LocalBarOutlined
|
||||
Reference in New Issue
Block a user