@woosmap/ui 4.100.0 → 4.102.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -168,6 +168,7 @@ import { ReactComponent as Manage } from '../../icons/manage.svg';
|
|
|
168
168
|
import { ReactComponent as Marker } from '../../icons/marker.svg';
|
|
169
169
|
import { ReactComponent as Members } from '../../icons/members.svg';
|
|
170
170
|
import { ReactComponent as Member } from '../../icons/member.svg';
|
|
171
|
+
import { ReactComponent as MenuSandwitch } from '../../icons/menu-sandwitch.svg';
|
|
171
172
|
import { ReactComponent as MenuVertical } from '../../icons/menu-vertical.svg';
|
|
172
173
|
import { ReactComponent as Phone } from '../../icons/phone.svg';
|
|
173
174
|
import { ReactComponent as Play } from '../../icons/play.svg';
|
|
@@ -486,6 +487,7 @@ const ConsoleIcons = {
|
|
|
486
487
|
marker: Marker,
|
|
487
488
|
member: Member,
|
|
488
489
|
members: Members,
|
|
490
|
+
'menu-sandwitch': MenuSandwitch,
|
|
489
491
|
'menu-vertical': MenuVertical,
|
|
490
492
|
phone: Phone,
|
|
491
493
|
play: Play,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><line x1="3.707" y1="5.038" x2="20.293" y2="5.038" /><line x1="3.707" y1="12" x2="20.293" y2="12" /><line x1="20.293" y1="18.962" x2="3.707" y2="18.962" /></svg>
|
|
Binary file
|
|
Binary file
|