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 ForestFilled = (props: SVGProps<SVGSVGElement>) => (
|
||||
<svg viewBox="0 -960 960 960" {...props}>
|
||||
<path d="M543-80v-119h115v119H543Zm-240 0v-149H0l189-274H94l266-377 266 377h-94l189 274H418v149H303Zm455-149L590-473h93L499-737l101-143 266 377h-94l188 274H758Z" />
|
||||
</svg>
|
||||
)
|
||||
|
||||
export default ForestFilled
|
||||
Reference in New Issue
Block a user