ai-design-system 0.1.32 → 0.1.33
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/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -982,6 +982,11 @@ var defaultIcons = {
|
|
|
982
982
|
viewBox: "0 0 24 24",
|
|
983
983
|
path: "M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 00-2.91-.09zM12 15l-3-3a22 22 0 012-3.95A12.88 12.88 0 0122 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 01-4 2z"
|
|
984
984
|
},
|
|
985
|
+
"play": {
|
|
986
|
+
name: "play",
|
|
987
|
+
viewBox: "0 0 24 24",
|
|
988
|
+
path: "M8 5v14l11-7z"
|
|
989
|
+
},
|
|
985
990
|
"file-text": {
|
|
986
991
|
name: "file-text",
|
|
987
992
|
viewBox: "0 0 24 24",
|