@ni/nimble-components 35.4.0 → 35.5.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/dist/all-components-bundle.js +16 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3811 -3810
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/icons/all-icons.d.ts +1 -0
- package/dist/esm/icons/all-icons.js +1 -0
- package/dist/esm/icons/all-icons.js.map +1 -1
- package/dist/esm/icons/user-helmet-safety/index.d.ts +13 -0
- package/dist/esm/icons/user-helmet-safety/index.js +15 -0
- package/dist/esm/icons/user-helmet-safety/index.js.map +1 -0
- package/package.json +2 -2
|
@@ -19070,6 +19070,10 @@
|
|
|
19070
19070
|
name: 'user_16_x_16',
|
|
19071
19071
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.004 2a2.18 2.18 0 0 1 2.184 2.182v1.09c.647 0 .378.932 0 1.455a4 4 0 0 1-.335.364 9 9 0 0 1-.31.742l.208 1.076h.437l2.75 1.527A2.15 2.15 0 0 1 14 12.291V14H2v-1.673a2.16 2.16 0 0 1 1.063-1.869l2.758-1.55h.437l.21-1.068a9 9 0 0 1-.312-.749 4 4 0 0 1-.335-.364c-.378-.523-.647-1.454 0-1.454v-1.09A2.18 2.18 0 0 1 8.004 2" class="cls-1"/></svg>`,
|
|
19072
19072
|
};
|
|
19073
|
+
const userHelmetSafety16X16 = {
|
|
19074
|
+
name: 'user_helmet_safety_16_x_16',
|
|
19075
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 11.95c.9 0 1.72-.31 2.39-.83V14H5.62v-2.88c.66.52 1.49.83 2.39.83Zm3.19-1.31h-.1V14H14v-.48c0-1.59-1.26-2.89-2.81-2.89ZM2 13.52V14h2.91v-3.36h-.1C3.26 10.64 2 11.93 2 13.53Zm6-2.29c1.78 0 3.22-1.48 3.22-3.31V7.4H4.78v.52c0 1.82 1.44 3.31 3.22 3.31m4-4.42v-.73h-.8a3.29 3.29 0 0 0-1.79-2.61v1.8h-.7V3H7.3v2.27h-.7v-1.8a3.28 3.28 0 0 0-1.79 2.61H4v.73h8.01Z" class="cls-1"/></svg>`,
|
|
19076
|
+
};
|
|
19073
19077
|
const watch16X16 = {
|
|
19074
19078
|
name: 'watch_16_x_16',
|
|
19075
19079
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m12.57 7.28-.06.013a4.56 4.56 0 0 0-1.38-2.609V3.44a.48.48 0 0 0-.48-.48h-.48V2H5.85v.96h-.48a.48.48 0 0 0-.48.48v1.24a4.545 4.545 0 0 0 0 6.64v1.24a.48.48 0 0 0 .48.48h.48V14h4.32v-.96h.48a.48.48 0 0 0 .48-.48v-1.24a4.55 4.55 0 0 0 1.379-2.612l.061.012a.48.48 0 0 0 .48-.48v-.48a.48.48 0 0 0-.48-.48m-2.3 2.662a1.6 1.6 0 0 0-.182-.26L8.747 8.338a.79.79 0 0 0 0-.666c.132-.133.894-.899.965-1a1.2 1.2 0 0 0 .14-.485 1 1 0 0 0-.515.157l-.955.957a.784.784 0 1 0 0 1.408c.163.167.956.974 1.236 1.254a1.5 1.5 0 0 0 .36.276 3.055 3.055 0 1 1 .291-.297" class="cls-1"/></svg>`,
|
|
@@ -25952,6 +25956,18 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
25952
25956
|
}
|
|
25953
25957
|
registerIconSvg('icon-user', IconUser);
|
|
25954
25958
|
|
|
25959
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
25960
|
+
// See generation source in nimble-components/build/generate-icons
|
|
25961
|
+
/**
|
|
25962
|
+
* The icon component for the 'userHelmetSafety' icon
|
|
25963
|
+
*/
|
|
25964
|
+
class IconUserHelmetSafety extends IconSvg {
|
|
25965
|
+
constructor() {
|
|
25966
|
+
super(userHelmetSafety16X16);
|
|
25967
|
+
}
|
|
25968
|
+
}
|
|
25969
|
+
registerIconSvg('icon-user-helmet-safety', IconUserHelmetSafety);
|
|
25970
|
+
|
|
25955
25971
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
25956
25972
|
// See generation source in nimble-components/build/generate-icons
|
|
25957
25973
|
/**
|