feat(SW-3713): Optimize all SVGs * feat(SW-3713): Optimize all SVGs Approved-by: Anton Gunnarsson
11 lines
393 B
TypeScript
11 lines
393 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const MeetingRoomFilled = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M120-120v-60h92v-660h390v45h147v615h91v60H689v-615h-87v615zm331-320q17 0 28.5-11.5T491-480t-11.5-28.5T451-520t-28.5 11.5T411-480t11.5 28.5T451-440" />
|
|
</svg>
|
|
)
|
|
|
|
export default MeetingRoomFilled
|