diginet-core-ui 1.3.87-beta.3 → 1.3.87-beta.4

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.
Files changed (2) hide show
  1. package/icons/basic.js +54 -0
  2. package/package.json +1 -1
package/icons/basic.js CHANGED
@@ -333,6 +333,30 @@ export const AddServer = /*#__PURE__*/memo(({
333
333
  fillOpacity: opacity
334
334
  }));
335
335
  });
336
+ export const Announce = /*#__PURE__*/memo(({
337
+ width,
338
+ height,
339
+ color = '#7F828E',
340
+ viewBox = false
341
+ }) => {
342
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
343
+ width: width || 24,
344
+ height: height || 24,
345
+ viewBox: "0 0 24 24",
346
+ fill: "none"
347
+ }, /*#__PURE__*/React.createElement("path", {
348
+ d: "M6 11V13H2V11H6ZM8 17.61C7.04 18.32 5.79 19.26 4.8 20C4.4 19.47 4 18.93 3.6 18.4C4.59 17.66 5.84 16.72 6.8 16C7.2 16.54 7.6 17.08 8 17.61ZM3.6 5.6C4 5.07 4.4 4.53 4.8 4C5.79 4.74 7.04 5.68 8 6.4C7.6 6.93 7.2 7.47 6.8 8C5.84 7.28 4.59 6.35 3.6 5.6ZM20 9C21.1 9 22 9.9 22 11V13C22 14.1 21.1 15 20 15H19V19H17V15H16L11 18V6L16 9H20ZM8.5 12C8.5 10.67 9.08 9.47 10 8.65V15.34C9.08 14.53 8.5 13.33 8.5 12Z",
349
+ fill: colors[color] || color
350
+ })) : /*#__PURE__*/React.createElement("svg", {
351
+ width: width || 20,
352
+ height: height || 16,
353
+ viewBox: "0 0 20 16",
354
+ fill: "none"
355
+ }, /*#__PURE__*/React.createElement("path", {
356
+ d: "M4 7V9H0V7H4ZM6 13.61C5.04 14.32 3.79 15.26 2.8 16C2.4 15.47 2 14.93 1.6 14.4C2.59 13.66 3.84 12.72 4.8 12C5.2 12.54 5.6 13.08 6 13.61ZM1.6 1.6C2 1.07 2.4 0.53 2.8 0C3.79 0.74 5.04 1.68 6 2.4C5.6 2.93 5.2 3.47 4.8 4C3.84 3.28 2.59 2.35 1.6 1.6ZM18 5C19.1 5 20 5.9 20 7V9C20 10.1 19.1 11 18 11H17V15H15V11H14L9 14V2L14 5H18ZM6.5 8C6.5 6.67 7.08 5.47 8 4.65V11.34C7.08 10.53 6.5 9.33 6.5 8Z",
357
+ fill: colors[color] || color
358
+ }));
359
+ });
336
360
  export const Approval = /*#__PURE__*/memo(({
337
361
  width,
338
362
  height,
@@ -5820,6 +5844,36 @@ export const ThreeSquare = /*#__PURE__*/memo(({
5820
5844
  fill: colors[color] || color
5821
5845
  }));
5822
5846
  });
5847
+ export const Tools = /*#__PURE__*/memo(({
5848
+ width,
5849
+ height,
5850
+ color = '#7F828E',
5851
+ viewBox = false
5852
+ }) => {
5853
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5854
+ width: width || 24,
5855
+ height: height || 24,
5856
+ viewBox: "0 0 24 24",
5857
+ fill: "none"
5858
+ }, /*#__PURE__*/React.createElement("path", {
5859
+ d: "M21.67 18.17L16.37 12.87H15.38L12.84 15.41V16.4L18.14 21.7C18.53 22.09 19.16 22.09 19.55 21.7L21.67 19.58C22.06 19.2 22.06 18.56 21.67 18.17Z",
5860
+ fill: colors[color] || color
5861
+ }), /*#__PURE__*/React.createElement("path", {
5862
+ d: "M17.34 10.19L18.75 8.78L20.87 10.9C22.04 9.73 22.04 7.83 20.87 6.66L17.33 3.12L15.92 4.53V1.71L15.22 1L11.68 4.54L12.39 5.25H15.22L13.81 6.66L14.87 7.72L11.98 10.61L7.85 6.48V5.06L4.83 2.04L2 4.87L5.03 7.9H6.44L10.57 12.03L9.72 12.88H7.6L2.3 18.18C1.91 18.57 1.91 19.2 2.3 19.59L4.42 21.71C4.81 22.1 5.44 22.1 5.83 21.71L11.13 16.41V14.29L16.28 9.14L17.34 10.19Z",
5863
+ fill: colors[color] || color
5864
+ })) : /*#__PURE__*/React.createElement("svg", {
5865
+ width: width || 20,
5866
+ height: height || 22,
5867
+ viewBox: "0 0 20 22",
5868
+ fill: "none"
5869
+ }, /*#__PURE__*/React.createElement("path", {
5870
+ d: "M19.67 17.17L14.37 11.87H13.38L10.84 14.41V15.4L16.14 20.7C16.53 21.09 17.16 21.09 17.55 20.7L19.67 18.58C20.06 18.2 20.06 17.56 19.67 17.17Z",
5871
+ fill: colors[color] || color
5872
+ }), /*#__PURE__*/React.createElement("path", {
5873
+ d: "M15.34 9.19L16.75 7.78L18.87 9.9C20.04 8.73 20.04 6.83 18.87 5.66L15.33 2.12L13.92 3.53V0.71L13.22 0L9.68 3.54L10.39 4.25H13.22L11.81 5.66L12.87 6.72L9.98 9.61L5.85 5.48V4.06L2.83 1.04L0 3.87L3.03 6.9H4.44L8.57 11.03L7.72 11.88H5.6L0.3 17.18C-0.09 17.57 -0.09 18.2 0.3 18.59L2.42 20.71C2.81 21.1 3.44 21.1 3.83 20.71L9.13 15.41V13.29L14.28 8.14L15.34 9.19Z",
5874
+ fill: colors[color] || color
5875
+ }));
5876
+ });
5823
5877
  export const Touch = /*#__PURE__*/memo(({
5824
5878
  width,
5825
5879
  height,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.3.87-beta.3",
3
+ "version": "1.3.87-beta.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "license": "UNLICENSED",