@cloudtower/icons-react 4100.0.6 → 4100.0.8

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 (38) hide show
  1. package/dist/Datastore24GradientGrayIcon.d.ts +4 -0
  2. package/dist/Elasticsearch16Icon.d.ts +4 -0
  3. package/dist/Elasticsearch24Icon.d.ts +4 -0
  4. package/dist/Kafka16Icon.d.ts +4 -0
  5. package/dist/Kafka24Icon.d.ts +4 -0
  6. package/dist/Loki16Icon.d.ts +4 -0
  7. package/dist/Loki24Icon.d.ts +4 -0
  8. package/dist/StorageAccessNetwork16GradientBlueIcon.d.ts +4 -0
  9. package/dist/StorageAccessNetwork16RedIcon.d.ts +4 -0
  10. package/dist/StorageAccessNetwork16YellowIcon.d.ts +4 -0
  11. package/dist/StorageAccessNetwork24GradientBlueIcon.d.ts +4 -0
  12. package/dist/cjs/Datastore24GradientGrayIcon.js +35 -0
  13. package/dist/cjs/Elasticsearch16Icon.js +36 -0
  14. package/dist/cjs/Elasticsearch24Icon.js +36 -0
  15. package/dist/cjs/Kafka16Icon.js +21 -0
  16. package/dist/cjs/Kafka24Icon.js +21 -0
  17. package/dist/cjs/Loki16Icon.js +236 -0
  18. package/dist/cjs/Loki24Icon.js +236 -0
  19. package/dist/cjs/StorageAccessNetwork16GradientBlueIcon.js +82 -0
  20. package/dist/cjs/StorageAccessNetwork16RedIcon.js +30 -0
  21. package/dist/cjs/StorageAccessNetwork16YellowIcon.js +30 -0
  22. package/dist/cjs/StorageAccessNetwork24GradientBlueIcon.js +142 -0
  23. package/dist/cjs/index.js +11 -0
  24. package/dist/esm/Datastore24GradientGrayIcon.js +35 -0
  25. package/dist/esm/Elasticsearch16Icon.js +36 -0
  26. package/dist/esm/Elasticsearch24Icon.js +36 -0
  27. package/dist/esm/Kafka16Icon.js +21 -0
  28. package/dist/esm/Kafka24Icon.js +21 -0
  29. package/dist/esm/Loki16Icon.js +236 -0
  30. package/dist/esm/Loki24Icon.js +236 -0
  31. package/dist/esm/StorageAccessNetwork16GradientBlueIcon.js +82 -0
  32. package/dist/esm/StorageAccessNetwork16RedIcon.js +30 -0
  33. package/dist/esm/StorageAccessNetwork16YellowIcon.js +30 -0
  34. package/dist/esm/StorageAccessNetwork24GradientBlueIcon.js +142 -0
  35. package/dist/esm/index.js +11 -0
  36. package/dist/image-types.d.ts +1 -1
  37. package/dist/index.d.ts +11 -0
  38. package/package.json +2 -2
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Datastore24GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Datastore24GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Elasticsearch16Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Elasticsearch16Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Elasticsearch24Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Elasticsearch24Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Kafka16Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Kafka16Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Kafka24Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Kafka24Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Loki16Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Loki16Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Loki24Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Loki24Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const StorageAccessNetwork16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default StorageAccessNetwork16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const StorageAccessNetwork16RedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default StorageAccessNetwork16RedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const StorageAccessNetwork16YellowIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default StorageAccessNetwork16YellowIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const StorageAccessNetwork24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default StorageAccessNetwork24GradientBlueIcon;
4
+
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function Datastore24GradientGrayIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "Datastore24GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M11.998 2.5c1.457 0 2.795.169 3.784.451.491.14.926.317 1.248.534.305.206.625.531.625.989v11.052c0 .458-.32.782-.625.989-.322.218-.757.393-1.248.534-.874.25-2.021.41-3.282.443V19h.5l.102.005A1 1 0 0114 20h8a.5.5 0 010 1h-8a1 1 0 01-1 1h-2a1 1 0 01-.995-.898L10 21H2a.5.5 0 010-1h8a1 1 0 011-1h.5v-1.508c-1.262-.034-2.412-.193-3.287-.443-.491-.14-.926-.316-1.248-.534-.305-.207-.625-.532-.625-.989V4.474c0-.457.32-.783.625-.989.322-.217.757-.393 1.248-.534.99-.283 2.328-.451 3.785-.451zM11 21h2v-1h-2v1zm5.655-7.962a5.487 5.487 0 01-.873.327c-.99.283-2.327.45-3.784.45-1.457 0-2.796-.167-3.785-.45a5.486 5.486 0 01-.873-.327v2.475c.007.014.041.075.185.172.2.135.521.277.963.403.878.25 2.119.412 3.51.412 1.391 0 2.633-.162 3.51-.412.442-.126.763-.268.963-.403.143-.097.177-.157.184-.172v-2.475zm0-3.684a5.498 5.498 0 01-.873.327c-.99.282-2.327.45-3.784.45-1.457 0-2.796-.168-3.785-.45a5.494 5.494 0 01-.873-.327v2.474c.006.014.04.075.185.173.2.135.521.276.963.402.878.25 2.119.412 3.51.412 1.391 0 2.633-.161 3.51-.412.442-.126.763-.267.963-.402.144-.098.178-.158.184-.173V9.354zm0-3.684a5.497 5.497 0 01-.873.326c-.99.283-2.327.451-3.784.451-1.457 0-2.796-.168-3.785-.45a5.494 5.494 0 01-.873-.327v2.474c.006.013.039.074.185.173.2.135.522.276.963.402.878.25 2.119.413 3.51.413 1.391 0 2.633-.163 3.51-.413.442-.127.763-.267.963-.402.145-.098.178-.16.184-.173V5.67zM11.998 3.5c-1.391 0-2.632.162-3.51.412-.442.126-.763.268-.963.402a.62.62 0 00-.177.16c.016.026.061.08.177.159.2.134.521.276.963.402.878.25 2.119.412 3.51.412 1.391 0 2.633-.161 3.51-.412.442-.126.763-.268.963-.402a.613.613 0 00.177-.16.613.613 0 00-.177-.159c-.2-.134-.521-.276-.963-.402-.877-.25-2.119-.412-3.51-.412z",
20
+ fill: "url(#paint0_radial_Datastore24GradientGrayIcon_19670_1088)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_Datastore24GradientGrayIcon_19670_1088",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(21 -19.5 21 19.5 1.5 22)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ module.exports = Datastore24GradientGrayIcon;
@@ -0,0 +1,36 @@
1
+ const React = require("react");
2
+ function Elasticsearch16Icon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "Elasticsearch16Icon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M11.224 5.898H7.566c.018.088.053.175.07.245.123.42.193.858.228 1.313.017.175.017.367.017.542 0 .175 0 .368-.017.543a6.432 6.432 0 01-.228 1.312c-.017.088-.052.175-.07.245h3.658a2.091 2.091 0 002.082-2.1c0-1.155-.927-2.1-2.082-2.1z",
18
+ fill: "#00A9E5"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M7.864 8.54c.018-.174.018-.367.018-.542 0-.175 0-.367-.018-.542a6.432 6.432 0 00-.227-1.313c-.018-.087-.053-.175-.07-.245H1.914a6.933 6.933 0 00-.315 2.1c0 .735.105 1.435.315 2.1h5.653c.017-.088.052-.175.07-.245.122-.42.192-.857.227-1.312z",
21
+ fill: "#353535"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M11.854 10.798h-4.55c-.14.315-.298.613-.473.893a6.793 6.793 0 01-.927 1.19c-.123.122-.245.227-.368.35-.245.227-.525.42-.805.612a6.925 6.925 0 003.85 1.155 7.015 7.015 0 005.828-3.115 3.57 3.57 0 00-2.555-1.085z",
24
+ fill: "#00BFB3"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M6.832 11.69c.175-.28.332-.577.472-.892H2.177a6.92 6.92 0 002.572 3.045c.28-.193.543-.385.805-.613.123-.104.245-.227.368-.35.332-.35.647-.752.91-1.19z",
27
+ fill: "#019B8F"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M5.904 3.116c-.123-.123-.245-.228-.368-.35-.245-.228-.525-.42-.805-.613A7.154 7.154 0 002.16 5.198h5.127a7.194 7.194 0 00-.472-.892 5.504 5.504 0 00-.91-1.19z",
30
+ fill: "#F9B110"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ d: "M8.581.998c-1.417 0-2.747.42-3.85 1.155.28.193.543.385.805.613a6.793 6.793 0 011.295 1.54c.175.28.333.577.473.892h4.55a3.57 3.57 0 002.555-1.085A7.015 7.015 0 008.58.998z",
33
+ fill: "#FED10A"
34
+ }));
35
+ }
36
+ module.exports = Elasticsearch16Icon;
@@ -0,0 +1,36 @@
1
+ const React = require("react");
2
+ function Elasticsearch24Icon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "Elasticsearch24Icon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M16.833 8.85h-5.486c.026.131.079.263.105.367.184.63.289 1.287.341 1.97.027.262.027.55.027.813 0 .262 0 .551-.027.814a9.644 9.644 0 01-.34 1.969c-.027.13-.08.262-.106.367h5.486c1.733 0 3.124-1.418 3.124-3.15s-1.391-3.15-3.124-3.15z",
18
+ fill: "#00A9E5"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M11.794 12.814c.026-.263.026-.552.026-.814 0-.262 0-.551-.026-.814a9.644 9.644 0 00-.341-1.969c-.026-.13-.079-.262-.105-.367H2.869A10.399 10.399 0 002.396 12c0 1.102.158 2.152.473 3.15h8.479c.026-.131.079-.263.105-.367.184-.63.289-1.287.341-1.97z",
21
+ fill: "#353535"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M17.779 16.2h-6.825c-.21.473-.447.919-.71 1.339-.393.656-.865 1.233-1.39 1.785-.184.183-.368.341-.552.525-.367.341-.787.63-1.207.918A10.388 10.388 0 0012.87 22.5c3.649 0 6.851-1.864 8.741-4.672A5.354 5.354 0 0017.78 16.2z",
24
+ fill: "#00BFB3"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M10.245 17.539c.263-.42.5-.867.71-1.339H3.262a10.38 10.38 0 003.859 4.567c.42-.288.813-.577 1.207-.918.184-.158.368-.341.551-.525.5-.525.972-1.129 1.365-1.785z",
27
+ fill: "#019B8F"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M8.854 4.677c-.184-.184-.368-.342-.551-.525-.368-.342-.788-.63-1.208-.92C5.415 4.336 4.076 5.938 3.236 7.8h7.691a10.79 10.79 0 00-.708-1.338 8.256 8.256 0 00-1.365-1.785z",
30
+ fill: "#F9B110"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ d: "M12.87 1.5c-2.126 0-4.121.63-5.775 1.732.42.29.814.578 1.207.92.184.157.368.34.552.524.525.551.997 1.129 1.39 1.785.263.42.5.866.71 1.339h6.825c1.496 0 2.86-.63 3.832-1.627C19.721 3.363 16.52 1.5 12.87 1.5z",
33
+ fill: "#FED10A"
34
+ }));
35
+ }
36
+ module.exports = Elasticsearch24Icon;
@@ -0,0 +1,21 @@
1
+ const React = require("react");
2
+ function Kafka16Icon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "Kafka16Icon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M10.842 8.854c-.623 0-1.18.276-1.563.71l-.98-.693c.105-.286.164-.593.164-.915 0-.316-.057-.618-.158-.9l.977-.686c.382.432.939.706 1.56.706 1.149 0 2.084-.935 2.084-2.084 0-1.15-.935-2.084-2.084-2.084a2.086 2.086 0 00-1.997 2.676l-.978.686A2.69 2.69 0 006.2 5.302V4.123a2.087 2.087 0 001.655-2.039C7.855.934 6.92 0 5.771 0a2.086 2.086 0 00-2.084 2.084c0 .989.693 1.817 1.618 2.03v1.193A2.694 2.694 0 003.08 7.956c0 1.331.972 2.437 2.244 2.651v1.261a2.087 2.087 0 00-1.637 2.034c0 1.15.935 2.084 2.084 2.084a2.086 2.086 0 002.084-2.084c0-.995-.702-1.829-1.636-2.034v-1.26a2.691 2.691 0 001.638-.954l.986.698a2.086 2.086 0 001.999 2.67c1.149 0 2.084-.934 2.084-2.084 0-1.149-.935-2.084-2.084-2.084zm0-4.872a1.012 1.012 0 010 2.02 1.012 1.012 0 010-2.02zM4.76 2.084a1.012 1.012 0 012.02 0 1.012 1.012 0 01-2.02 0zm2.02 11.818a1.012 1.012 0 01-2.02 0 1.012 1.012 0 012.02 0zm-1.01-4.537a1.41 1.41 0 01-1.409-1.41 1.41 1.41 0 012.819 0 1.41 1.41 0 01-1.41 1.41zm5.07 2.584a1.012 1.012 0 010-2.02 1.012 1.012 0 010 2.02z",
18
+ fill: "#231F20"
19
+ }));
20
+ }
21
+ module.exports = Kafka16Icon;
@@ -0,0 +1,21 @@
1
+ const React = require("react");
2
+ function Kafka24Icon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "Kafka24Icon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M16.26 13.282c-.933 0-1.77.413-2.344 1.065l-1.469-1.04c.156-.43.246-.89.246-1.373a4.01 4.01 0 00-.238-1.35l1.466-1.03a3.116 3.116 0 002.34 1.06 3.13 3.13 0 003.125-3.126 3.13 3.13 0 00-3.126-3.126 3.13 3.13 0 00-3.126 3.126c0 .309.047.606.13.888l-1.466 1.03a4.035 4.035 0 00-2.5-1.454V6.185a3.131 3.131 0 002.483-3.059A3.13 3.13 0 008.655 0a3.13 3.13 0 00-3.126 3.126A3.13 3.13 0 007.956 6.17v1.791a4.041 4.041 0 00-3.339 3.973 4.04 4.04 0 003.367 3.977v1.891a3.13 3.13 0 00-2.455 3.052 3.13 3.13 0 003.126 3.126 3.13 3.13 0 003.126-3.126 3.13 3.13 0 00-2.455-3.052v-1.89a4.036 4.036 0 002.458-1.43l1.478 1.046a3.11 3.11 0 00-.128.88 3.13 3.13 0 003.126 3.126 3.13 3.13 0 003.126-3.126 3.13 3.13 0 00-3.126-3.126zm0-7.31c.836 0 1.516.68 1.516 1.516s-.68 1.516-1.516 1.516c-.835 0-1.515-.68-1.515-1.516s.68-1.516 1.515-1.516zM7.14 3.126c0-.836.68-1.516 1.515-1.516.836 0 1.516.68 1.516 1.516s-.68 1.516-1.516 1.516-1.516-.68-1.516-1.516zm3.03 17.728c0 .835-.68 1.515-1.515 1.515-.836 0-1.516-.68-1.516-1.515 0-.836.68-1.516 1.516-1.516s1.516.68 1.516 1.516zm-1.515-6.806a2.116 2.116 0 01-2.114-2.114c0-1.166.948-2.114 2.114-2.114 1.165 0 2.114.948 2.114 2.114a2.116 2.116 0 01-2.114 2.114zm7.605 3.875c-.835 0-1.515-.68-1.515-1.515 0-.836.68-1.516 1.515-1.516.836 0 1.516.68 1.516 1.516 0 .835-.68 1.515-1.516 1.515z",
18
+ fill: "#231F20"
19
+ }));
20
+ }
21
+ module.exports = Kafka24Icon;
@@ -0,0 +1,236 @@
1
+ const React = require("react");
2
+ function Loki16Icon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "Loki16Icon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
17
+ clipPath: "url(#clip0_19669_68)"
18
+ }, /*#__PURE__*/React.createElement("path", {
19
+ d: "M4.792 13.702l-1.115.173.173 1.114 1.114-.17-.172-1.117z",
20
+ fill: "url(#paint0_linear_19669_68)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M8.817 12.438l4.921-.758-.172-1.114-4.92.756.17 1.116z",
23
+ fill: "url(#paint1_linear_19669_68)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M6.9 11.591l.171 1.115 1.116-.17-.172-1.117-1.115.172z",
26
+ fill: "url(#paint2_linear_19669_68)"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M6.71 14.549l-.172-1.115-1.115.171.171 1.116 1.116-.172z",
29
+ fill: "url(#paint3_linear_19669_68)"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ d: "M3.58 13.243l1.115-.17-.17-1.117-1.116.173.171 1.114z",
32
+ fill: "url(#paint4_linear_19669_68)"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ d: "M13.835 12.312l-4.921.756.172 1.116 4.92-.758-.17-1.114z",
35
+ fill: "url(#paint5_linear_19669_68)"
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ d: "M7.17 13.338l.17 1.114 1.115-.17-.171-1.117-1.115.173z",
38
+ fill: "url(#paint6_linear_19669_68)"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M5.326 12.975l1.115-.172-.171-1.115-1.116.171.172 1.116z",
41
+ fill: "url(#paint7_linear_19669_68)"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ d: "M3.313 11.499l.47-.073L2.41 2.504l-.472.072L3.313 11.5z",
44
+ fill: "url(#paint8_linear_19669_68)"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ d: "M3.959 11.399l.47-.073-1.472-9.579-.471.073 1.473 9.579z",
47
+ fill: "url(#paint9_linear_19669_68)"
48
+ }), /*#__PURE__*/React.createElement("path", {
49
+ d: "M5.065 11.228l.47-.073L3.973 1l-.47.073 1.562 10.155z",
50
+ fill: "url(#paint10_linear_19669_68)"
51
+ }), /*#__PURE__*/React.createElement("path", {
52
+ d: "M5.711 11.129l.472-.073-1.425-9.26-.47.074 1.423 9.259z",
53
+ fill: "url(#paint11_linear_19669_68)"
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ d: "M6.803 10.961l.471-.072L6.01 2.664l-.471.071 1.265 8.226z",
56
+ fill: "url(#paint12_linear_19669_68)"
57
+ }), /*#__PURE__*/React.createElement("path", {
58
+ d: "M7.45 10.862l.472-.073-1.314-8.54-.471.072 1.314 8.54z",
59
+ fill: "url(#paint13_linear_19669_68)"
60
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
61
+ id: "paint0_linear_19669_68",
62
+ x1: 4.862,
63
+ y1: 17.827,
64
+ x2: 2.24,
65
+ y2: 0.791,
66
+ gradientUnits: "userSpaceOnUse"
67
+ }, /*#__PURE__*/React.createElement("stop", {
68
+ stopColor: "#FAED1E"
69
+ }), /*#__PURE__*/React.createElement("stop", {
70
+ offset: 1,
71
+ stopColor: "#F15B2B"
72
+ })), /*#__PURE__*/React.createElement("linearGradient", {
73
+ id: "paint1_linear_19669_68",
74
+ x1: 12.001,
75
+ y1: 16.728,
76
+ x2: 11.646,
77
+ y2: -0.354,
78
+ gradientUnits: "userSpaceOnUse"
79
+ }, /*#__PURE__*/React.createElement("stop", {
80
+ stopColor: "#FAED1E"
81
+ }), /*#__PURE__*/React.createElement("stop", {
82
+ offset: 1,
83
+ stopColor: "#F15B2B"
84
+ })), /*#__PURE__*/React.createElement("linearGradient", {
85
+ id: "paint2_linear_19669_68",
86
+ x1: 8.353,
87
+ y1: 17.29,
88
+ x2: 5.732,
89
+ y2: 0.254,
90
+ gradientUnits: "userSpaceOnUse"
91
+ }, /*#__PURE__*/React.createElement("stop", {
92
+ stopColor: "#FAED1E"
93
+ }), /*#__PURE__*/React.createElement("stop", {
94
+ offset: 1,
95
+ stopColor: "#F15B2B"
96
+ })), /*#__PURE__*/React.createElement("linearGradient", {
97
+ id: "paint3_linear_19669_68",
98
+ x1: 6.607,
99
+ y1: 17.559,
100
+ x2: 3.986,
101
+ y2: 0.523,
102
+ gradientUnits: "userSpaceOnUse"
103
+ }, /*#__PURE__*/React.createElement("stop", {
104
+ stopColor: "#FAED1E"
105
+ }), /*#__PURE__*/React.createElement("stop", {
106
+ offset: 1,
107
+ stopColor: "#F15B2B"
108
+ })), /*#__PURE__*/React.createElement("linearGradient", {
109
+ id: "paint4_linear_19669_68",
110
+ x1: 4.862,
111
+ y1: 17.827,
112
+ x2: 2.235,
113
+ y2: 0.792,
114
+ gradientUnits: "userSpaceOnUse"
115
+ }, /*#__PURE__*/React.createElement("stop", {
116
+ stopColor: "#FAED1E"
117
+ }), /*#__PURE__*/React.createElement("stop", {
118
+ offset: 1,
119
+ stopColor: "#F15B2B"
120
+ })), /*#__PURE__*/React.createElement("linearGradient", {
121
+ id: "paint5_linear_19669_68",
122
+ x1: 12.001,
123
+ y1: 16.729,
124
+ x2: 11.646,
125
+ y2: -0.354,
126
+ gradientUnits: "userSpaceOnUse"
127
+ }, /*#__PURE__*/React.createElement("stop", {
128
+ stopColor: "#FAED1E"
129
+ }), /*#__PURE__*/React.createElement("stop", {
130
+ offset: 1,
131
+ stopColor: "#F15B2B"
132
+ })), /*#__PURE__*/React.createElement("linearGradient", {
133
+ id: "paint6_linear_19669_68",
134
+ x1: 8.353,
135
+ y1: 17.29,
136
+ x2: 5.726,
137
+ y2: 0.255,
138
+ gradientUnits: "userSpaceOnUse"
139
+ }, /*#__PURE__*/React.createElement("stop", {
140
+ stopColor: "#FAED1E"
141
+ }), /*#__PURE__*/React.createElement("stop", {
142
+ offset: 1,
143
+ stopColor: "#F15B2B"
144
+ })), /*#__PURE__*/React.createElement("linearGradient", {
145
+ id: "paint7_linear_19669_68",
146
+ x1: 6.607,
147
+ y1: 17.558,
148
+ x2: 3.986,
149
+ y2: 0.523,
150
+ gradientUnits: "userSpaceOnUse"
151
+ }, /*#__PURE__*/React.createElement("stop", {
152
+ stopColor: "#FAED1E"
153
+ }), /*#__PURE__*/React.createElement("stop", {
154
+ offset: 1,
155
+ stopColor: "#F15B2B"
156
+ })), /*#__PURE__*/React.createElement("linearGradient", {
157
+ id: "paint8_linear_19669_68",
158
+ x1: 4.489,
159
+ y1: 17.546,
160
+ x2: -1.927,
161
+ y2: 15.796,
162
+ gradientUnits: "userSpaceOnUse"
163
+ }, /*#__PURE__*/React.createElement("stop", {
164
+ stopColor: "#FAED1E"
165
+ }), /*#__PURE__*/React.createElement("stop", {
166
+ offset: 1,
167
+ stopColor: "#F15B2B"
168
+ })), /*#__PURE__*/React.createElement("linearGradient", {
169
+ id: "paint9_linear_19669_68",
170
+ x1: 5.205,
171
+ y1: 17.894,
172
+ x2: -1.566,
173
+ y2: 16.11,
174
+ gradientUnits: "userSpaceOnUse"
175
+ }, /*#__PURE__*/React.createElement("stop", {
176
+ stopColor: "#FAED1E"
177
+ }), /*#__PURE__*/React.createElement("stop", {
178
+ offset: 1,
179
+ stopColor: "#F15B2B"
180
+ })), /*#__PURE__*/React.createElement("linearGradient", {
181
+ id: "paint10_linear_19669_68",
182
+ x1: 6.371,
183
+ y1: 18.118,
184
+ x2: -0.713,
185
+ y2: 16.3,
186
+ gradientUnits: "userSpaceOnUse"
187
+ }, /*#__PURE__*/React.createElement("stop", {
188
+ stopColor: "#FAED1E"
189
+ }), /*#__PURE__*/React.createElement("stop", {
190
+ offset: 1,
191
+ stopColor: "#F15B2B"
192
+ })), /*#__PURE__*/React.createElement("linearGradient", {
193
+ id: "paint11_linear_19669_68",
194
+ x1: 6.924,
195
+ y1: 17.407,
196
+ x2: 0.323,
197
+ y2: 15.637,
198
+ gradientUnits: "userSpaceOnUse"
199
+ }, /*#__PURE__*/React.createElement("stop", {
200
+ stopColor: "#FAED1E"
201
+ }), /*#__PURE__*/React.createElement("stop", {
202
+ offset: 1,
203
+ stopColor: "#F15B2B"
204
+ })), /*#__PURE__*/React.createElement("linearGradient", {
205
+ id: "paint12_linear_19669_68",
206
+ x1: 7.907,
207
+ y1: 16.533,
208
+ x2: 1.865,
209
+ y2: 14.814,
210
+ gradientUnits: "userSpaceOnUse"
211
+ }, /*#__PURE__*/React.createElement("stop", {
212
+ stopColor: "#FAED1E"
213
+ }), /*#__PURE__*/React.createElement("stop", {
214
+ offset: 1,
215
+ stopColor: "#F15B2B"
216
+ })), /*#__PURE__*/React.createElement("linearGradient", {
217
+ id: "paint13_linear_19669_68",
218
+ x1: 8.588,
219
+ y1: 16.649,
220
+ x2: 2.375,
221
+ y2: 14.915,
222
+ gradientUnits: "userSpaceOnUse"
223
+ }, /*#__PURE__*/React.createElement("stop", {
224
+ stopColor: "#FAED1E"
225
+ }), /*#__PURE__*/React.createElement("stop", {
226
+ offset: 1,
227
+ stopColor: "#F15B2B"
228
+ })), /*#__PURE__*/React.createElement("clipPath", {
229
+ id: "clip0_19669_68"
230
+ }, /*#__PURE__*/React.createElement("path", {
231
+ fill: "#fff",
232
+ transform: "translate(1.94 1)",
233
+ d: "M0 0h12.115v14H0z"
234
+ }))));
235
+ }
236
+ module.exports = Loki16Icon;