ui-primitives 10.0.0 → 10.1.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.
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="none"/>
|
|
2
|
+
<path d="M8 3H16L17.0714 6H20C21.1046 6 22 6.89543 22 8V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19V8C2 6.89543 2.89543 6 4 6H6.92857L8 3ZM8.5 13C8.5 11.067 10.067 9.5 12 9.5C13.11 9.5 14.0993 10.0167 14.7406 10.8228L13.5 11V12H17L17 8.5H16L15.8183 9.77177C14.9012 8.68804 13.5309 8 12 8C9.23858 8 7 10.2386 7 13H8.5ZM12 16.5C10.89 16.5 9.90065 15.9833 9.25944 15.1772L10.5 15V14L7 14L7 17.5H8L8.18168 16.2282C9.09885 17.312 10.4691 18 12 18C14.7614 18 17 15.7614 17 13H15.5C15.5 14.933 13.933 16.5 12 16.5Z" fill="#000000"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="none"/>
|
|
2
|
-
<path
|
|
2
|
+
<path d="M15.5 13C15.5 11.067 13.933 9.5 12 9.5C10.067 9.5 8.5 11.067 8.5 13C8.5 14.933 10.067 16.5 12 16.5C13.933 16.5 15.5 14.933 15.5 13Z" fill="#000000"/>
|
|
3
|
+
<path d="M8 3H16L17.0714 6H20C21.1046 6 22 6.89543 22 8V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19V8C2 6.89543 2.89543 6 4 6H6.92857L8 3ZM17 13C17 10.2386 14.7614 8 12 8C9.23858 8 7 10.2386 7 13C7 15.7614 9.23858 18 12 18C14.7614 18 17 15.7614 17 13Z" fill="#000000"/>
|
|
3
4
|
</svg>
|