@geneui/icons 1.0.3 → 1.0.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.
@@ -0,0 +1,23 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgErrorAlertFill = function SvgErrorAlertFill(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm-.75 5.758a.75.75 0 1 1 1.5 0v5.243a.75.75 0 1 1-1.5 0v-5.243Zm.75 9.235a.915.915 0 1 1 0-1.83.915.915 0 0 1 0 1.83Z",
19
+ fill: color
20
+ }));
21
+ };
22
+
23
+ export { SvgErrorAlertFill as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm-.75 5.758a.75.75 0 1 1 1.5 0v5.243a.75.75 0 1 1-1.5 0v-5.243Zm.75 9.235a.915.915 0 1 1 0-1.83.915.915 0 0 1 0 1.83Z" fill="#98332F"/></svg>
@@ -0,0 +1,29 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgErrorAlertOutline = function SvgErrorAlertOutline(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18.5a8.5 8.5 0 1 1 8.5-8.5 8.51 8.51 0 0 1-8.5 8.5Z",
19
+ fill: color
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M12 13.77a.75.75 0 0 0 .75-.75v-5.243a.75.75 0 1 0-1.5 0v5.244a.75.75 0 0 0 .75.75Z",
22
+ fill: color
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M12 15.184a.914.914 0 1 0 0 1.828.914.914 0 0 0 0-1.828Z",
25
+ fill: color
26
+ }));
27
+ };
28
+
29
+ export { SvgErrorAlertOutline as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18.5a8.5 8.5 0 1 1 8.5-8.5 8.51 8.51 0 0 1-8.5 8.5Z" fill="#262627"/><path d="M12 13.77a.75.75 0 0 0 .75-.75v-5.243a.75.75 0 1 0-1.5 0v5.244a.75.75 0 0 0 .75.75Z" fill="#262627"/><path d="M12 15.184a.914.914 0 1 0 0 1.828.914.914 0 0 0 0-1.828Z" fill="#262627"/></svg>
@@ -0,0 +1,23 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgInfoFill = function SvgInfoFill(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm.75 14.243a.75.75 0 1 1-1.5 0v-5.243a.75.75 0 1 1 1.5 0v5.243Zm-.75-7.406a.914.914 0 1 1 0-1.828.914.914 0 0 1 0 1.828Z",
19
+ fill: color
20
+ }));
21
+ };
22
+
23
+ export { SvgInfoFill as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm.75 14.243a.75.75 0 1 1-1.5 0v-5.243a.75.75 0 1 1 1.5 0v5.243Zm-.75-7.406a.914.914 0 1 1 0-1.828.914.914 0 0 1 0 1.828Z" fill="#105EBC"/></svg>
@@ -0,0 +1,29 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgInfoOutline = function SvgInfoOutline(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18.5a8.5 8.5 0 1 1 8.5-8.5 8.51 8.51 0 0 1-8.5 8.5Z",
19
+ fill: color
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M11.97 10.237a.75.75 0 0 0-.75.75v5.243a.75.75 0 0 0 1.5 0v-5.243a.75.75 0 0 0-.75-.75Z",
22
+ fill: color
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M11.969 6.995a.914.914 0 1 0 0 1.829.914.914 0 0 0 0-1.829Z",
25
+ fill: color
26
+ }));
27
+ };
28
+
29
+ export { SvgInfoOutline as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18.5a8.5 8.5 0 1 1 8.5-8.5 8.51 8.51 0 0 1-8.5 8.5Z" fill="#262627"/><path d="M11.97 10.237a.75.75 0 0 0-.75.75v5.243a.75.75 0 0 0 1.5 0v-5.243a.75.75 0 0 0-.75-.75Z" fill="#262627"/><path d="M11.969 6.995a.914.914 0 1 0 0 1.829.914.914 0 0 0 0-1.829Z" fill="#262627"/></svg>
@@ -0,0 +1,26 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgLightBulb = function SvgLightBulb(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "m8.751 20.256.046.167a2.25 2.25 0 0 0 2.147 1.576h2.11l.175-.007a2.248 2.248 0 0 0 2.018-1.735l.291-1.258h-7.077l.29 1.257Z",
19
+ fill: color
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M12 2.001a7.25 7.25 0 0 0-7.25 7.25 7.97 7.97 0 0 0 2.767 5.84c.035.034.06.078.071.125l.526 2.283h7.772l.528-2.283a.24.24 0 0 1 .071-.124 7.976 7.976 0 0 0 2.765-5.84 7.25 7.25 0 0 0-7.25-7.25Z",
22
+ fill: color
23
+ }));
24
+ };
25
+
26
+ export { SvgLightBulb as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m8.751 20.256.046.167a2.25 2.25 0 0 0 2.147 1.576h2.11l.175-.007a2.248 2.248 0 0 0 2.018-1.735l.291-1.258h-7.077l.29 1.257Z" fill="#553EB7"/><path d="M12 2.001a7.25 7.25 0 0 0-7.25 7.25 7.97 7.97 0 0 0 2.767 5.84c.035.034.06.078.071.125l.526 2.283h7.772l.528-2.283a.24.24 0 0 1 .071-.124 7.976 7.976 0 0 0 2.765-5.84 7.25 7.25 0 0 0-7.25-7.25Z" fill="#553EB7"/></svg>
@@ -0,0 +1,23 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgMinusOutline = function SvgMinusOutline(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M20.153 12.75h-16.306a.905.905 0 0 1-.599-.22.71.71 0 0 1-.248-.53c0-.199.09-.39.248-.53a.905.905 0 0 1 .599-.22h16.306c.225 0 .44.079.599.22a.71.71 0 0 1 .248.53.71.71 0 0 1-.248.53.905.905 0 0 1-.599.22Z",
19
+ fill: color
20
+ }));
21
+ };
22
+
23
+ export { SvgMinusOutline as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.153 12.75h-16.306a.905.905 0 0 1-.599-.22.71.71 0 0 1-.248-.53c0-.199.09-.39.248-.53a.905.905 0 0 1 .599-.22h16.306c.225 0 .44.079.599.22a.71.71 0 0 1 .248.53.71.71 0 0 1-.248.53.905.905 0 0 1-.599.22Z" fill="#262627"/></svg>
@@ -0,0 +1,26 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgNewWindow = function SvgNewWindow(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M20.277 12.276a.692.692 0 0 0-.692.693v5.461a1.156 1.156 0 0 1-1.16 1.15h-12.92a1.151 1.151 0 0 1-1.15-1.15v-12.926a1.151 1.151 0 0 1 1.15-1.152h5.458a.693.693 0 0 0 0-1.385h-5.458a2.54 2.54 0 0 0-2.535 2.537v12.926a2.539 2.539 0 0 0 2.535 2.537h12.92a2.544 2.544 0 0 0 2.545-2.537v-5.461a.693.693 0 0 0-.693-.693Z",
19
+ fill: color
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M13.796 10.837c.184 0 .36-.072.49-.202l5.288-5.29v4.057a.692.692 0 1 0 1.383 0v-5.675a.675.675 0 0 0-.686-.759l-.006-.002h-5.819a.693.693 0 0 0 0 1.386h4.159l-5.3 5.303a.693.693 0 0 0 .49 1.182Z",
22
+ fill: color
23
+ }));
24
+ };
25
+
26
+ export { SvgNewWindow as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.277 12.276a.692.692 0 0 0-.692.693v5.461a1.156 1.156 0 0 1-1.16 1.15h-12.92a1.151 1.151 0 0 1-1.15-1.15v-12.926a1.151 1.151 0 0 1 1.15-1.152h5.458a.693.693 0 0 0 0-1.385h-5.458a2.54 2.54 0 0 0-2.535 2.537v12.926a2.539 2.539 0 0 0 2.535 2.537h12.92a2.544 2.544 0 0 0 2.545-2.537v-5.461a.693.693 0 0 0-.693-.693Z" fill="#262627"/><path d="M13.796 10.837c.184 0 .36-.072.49-.202l5.288-5.29v4.057a.692.692 0 1 0 1.383 0v-5.675a.675.675 0 0 0-.686-.759l-.006-.002h-5.819a.693.693 0 0 0 0 1.386h4.159l-5.3 5.303a.693.693 0 0 0 .49 1.182Z" fill="#262627"/></svg>
@@ -0,0 +1,23 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgSearch = function SvgSearch(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "m20.782 19.727-4.89-4.889a7.259 7.259 0 1 0-1.054 1.055l4.89 4.889a.745.745 0 1 0 1.054-1.055Zm-16.263-9.455a5.754 5.754 0 1 1 11.508.002 5.754 5.754 0 0 1-11.508-.002Z",
19
+ fill: color
20
+ }));
21
+ };
22
+
23
+ export { SvgSearch as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m20.782 19.727-4.89-4.889a7.259 7.259 0 1 0-1.054 1.055l4.89 4.889a.745.745 0 1 0 1.054-1.055Zm-16.263-9.455a5.754 5.754 0 1 1 11.508.002 5.754 5.754 0 0 1-11.508-.002Z" fill="#262627"/></svg>
@@ -0,0 +1,23 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgSuccessFill = function SvgSuccessFill(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm4.139 8.192-5.18 6.083a.74.74 0 0 1-.555.259h-.005a.73.73 0 0 1-.551-.25l-2.55-2.897a.735.735 0 0 1 1.101-.97l1.99 2.26 4.63-5.437a.735.735 0 1 1 1.12.952Z",
19
+ fill: color
20
+ }));
21
+ };
22
+
23
+ export { SvgSuccessFill as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm4.139 8.192-5.18 6.083a.74.74 0 0 1-.555.259h-.005a.73.73 0 0 1-.551-.25l-2.55-2.897a.735.735 0 0 1 1.101-.97l1.99 2.26 4.63-5.437a.735.735 0 1 1 1.12.952Z" fill="#18714C"/></svg>
@@ -0,0 +1,26 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgSuccessOutline = function SvgSuccessOutline(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "m15.02 9.24-4.631 5.437-1.99-2.26a.733.733 0 0 0-1.283.439.734.734 0 0 0 .181.531l2.55 2.897a.732.732 0 0 0 .552.25h.005a.74.74 0 0 0 .554-.259l5.181-6.083a.734.734 0 0 0-1.12-.952Z",
19
+ fill: color
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18.5a8.5 8.5 0 1 1 8.5-8.5 8.51 8.51 0 0 1-8.5 8.5Z",
22
+ fill: color
23
+ }));
24
+ };
25
+
26
+ export { SvgSuccessOutline as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m15.02 9.24-4.631 5.437-1.99-2.26a.733.733 0 0 0-1.283.439.734.734 0 0 0 .181.531l2.55 2.897a.732.732 0 0 0 .552.25h.005a.74.74 0 0 0 .554-.259l5.181-6.083a.734.734 0 0 0-1.12-.952Z" fill="#262627"/><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18.5a8.5 8.5 0 1 1 8.5-8.5 8.51 8.51 0 0 1-8.5 8.5Z" fill="#262627"/></svg>
@@ -0,0 +1,26 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgTagOutline = function SvgTagOutline(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M14.92 7.039a1.414 1.414 0 1 0 2 2 1.414 1.414 0 0 0-2-2Z",
19
+ fill: color
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M20.993 5.42a2.42 2.42 0 0 0-2.411-2.413l-5.63-.007a2.401 2.401 0 0 0-1.708.706l-7.538 7.537a2.417 2.417 0 0 0 0 3.415l5.635 5.634a2.414 2.414 0 0 0 3.416 0l7.536-7.535a2.427 2.427 0 0 0 .707-1.71l-.007-5.627Zm-1.767 6.27-7.535 7.536a.91.91 0 0 1-1.284 0l-5.634-5.634a.906.906 0 0 1 0-1.283l7.535-7.535a.911.911 0 0 1 .643-.266l5.628.007a.908.908 0 0 1 .906.907l.007 5.627a.906.906 0 0 1-.266.642Z",
22
+ fill: color
23
+ }));
24
+ };
25
+
26
+ export { SvgTagOutline as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.92 7.039a1.414 1.414 0 1 0 2 2 1.414 1.414 0 0 0-2-2Z" fill="#262627"/><path d="M20.993 5.42a2.42 2.42 0 0 0-2.411-2.413l-5.63-.007a2.401 2.401 0 0 0-1.708.706l-7.538 7.537a2.417 2.417 0 0 0 0 3.415l5.635 5.634a2.414 2.414 0 0 0 3.416 0l7.536-7.535a2.427 2.427 0 0 0 .707-1.71l-.007-5.627Zm-1.767 6.27-7.535 7.536a.91.91 0 0 1-1.284 0l-5.634-5.634a.906.906 0 0 1 0-1.283l7.535-7.535a.911.911 0 0 1 .643-.266l5.628.007a.908.908 0 0 1 .906.907l.007 5.627a.906.906 0 0 1-.266.642Z" fill="#262627"/></svg>
@@ -0,0 +1,23 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgUnavailableFill = function SvgUnavailableFill(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm3.53 7.53-6 6a.75.75 0 0 1-1.06-1.06l6-6a.75.75 0 0 1 1.06 1.06Z",
19
+ fill: color
20
+ }));
21
+ };
22
+
23
+ export { SvgUnavailableFill as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm3.53 7.53-6 6a.75.75 0 0 1-1.06-1.06l6-6a.75.75 0 0 1 1.06 1.06Z" fill="#98332F"/></svg>
@@ -0,0 +1,26 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgUnavailableOutline = function SvgUnavailableOutline(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18.5a8.5 8.5 0 1 1 8.5-8.5 8.51 8.51 0 0 1-8.5 8.5Z",
19
+ fill: color
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "m14.47 8.47-6 6a.75.75 0 1 0 1.06 1.06l6-6a.75.75 0 0 0-1.06-1.06Z",
22
+ fill: color
23
+ }));
24
+ };
25
+
26
+ export { SvgUnavailableOutline as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18.5a8.5 8.5 0 1 1 8.5-8.5 8.51 8.51 0 0 1-8.5 8.5Z" fill="#262627"/><path d="m14.47 8.47-6 6a.75.75 0 1 0 1.06 1.06l6-6a.75.75 0 0 0-1.06-1.06Z" fill="#262627"/></svg>
@@ -0,0 +1,25 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgWarningFill = function SvgWarningFill(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ fillRule: "evenodd",
19
+ clipRule: "evenodd",
20
+ d: "m2.13 19.503 9.075-15.997a1 1 0 0 1 1.375-.368 1 1 0 0 1 .365.375l8.928 15.996a1.004 1.004 0 0 1-.375 1.358.997.997 0 0 1-.497.133h-18.002a.997.997 0 0 1-.999-.997c0-.175.044-.348.13-.5Zm9.33-5.035a.748.748 0 0 0 1.278-.531v-5.254a.753.753 0 0 0-.749-.751.748.748 0 0 0-.749.751v5.254c0 .199.08.39.22.531Zm1.442 2.552a.915.915 0 0 1-.913.917.915.915 0 0 1-.914-.917.915.915 0 1 1 1.827 0Z",
21
+ fill: color
22
+ }));
23
+ };
24
+
25
+ export { SvgWarningFill as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="m2.13 19.503 9.075-15.997a1 1 0 0 1 1.375-.368 1 1 0 0 1 .365.375l8.928 15.996a1.004 1.004 0 0 1-.375 1.358.997.997 0 0 1-.497.133h-18.002a.997.997 0 0 1-.999-.997c0-.175.044-.348.13-.5Zm9.33-5.035a.748.748 0 0 0 1.278-.531v-5.254a.753.753 0 0 0-.749-.751.748.748 0 0 0-.749.751v5.254c0 .199.08.39.22.531Zm1.442 2.552a.915.915 0 0 1-.913.917.915.915 0 0 1-.914-.917.915.915 0 1 1 1.827 0Z" fill="#7E6030"/></svg>
@@ -0,0 +1,29 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgWarningOutline = function SvgWarningOutline(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M11.256 8.637v5.3c0 .2.079.393.218.535a.737.737 0 0 0 1.052 0 .765.765 0 0 0 .218-.536v-5.3a.765.765 0 0 0-.218-.535.737.737 0 0 0-1.052 0 .766.766 0 0 0-.218.536Z",
19
+ fill: color
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M12 16.122a.895.895 0 0 0-.504.156.92.92 0 0 0-.334.415.941.941 0 0 0 .197 1.007.892.892 0 0 0 .989.2.912.912 0 0 0 .406-.34.937.937 0 0 0-.113-1.168.906.906 0 0 0-.641-.27Z",
22
+ fill: color
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "m21.755 18.207-8.109-14.28a1.828 1.828 0 0 0-.664-.68 1.784 1.784 0 0 0-.91-.247h-.006a1.782 1.782 0 0 0-.907.244 1.825 1.825 0 0 0-.666.674l-8.242 14.28a1.888 1.888 0 0 0-.01 1.865c.16.285.39.521.668.686a1.8 1.8 0 0 0 .916.251h16.35a1.8 1.8 0 0 0 .913-.25c.278-.164.508-.399.668-.682a1.89 1.89 0 0 0-.001-1.86Zm-1.443 1.013a.15.15 0 0 1-.137.08h-16.35a.157.157 0 0 1-.137-.08.164.164 0 0 1 0-.162l8.242-14.28a.152.152 0 0 1 .136-.079.151.151 0 0 1 .137.08l8.109 14.279a.156.156 0 0 1 0 .162Z",
25
+ fill: color
26
+ }));
27
+ };
28
+
29
+ export { SvgWarningOutline as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.256 8.637v5.3c0 .2.079.393.218.535a.737.737 0 0 0 1.052 0 .765.765 0 0 0 .218-.536v-5.3a.765.765 0 0 0-.218-.535.737.737 0 0 0-1.052 0 .766.766 0 0 0-.218.536Z" fill="#262627"/><path d="M12 16.122a.895.895 0 0 0-.504.156.92.92 0 0 0-.334.415.941.941 0 0 0 .197 1.007.892.892 0 0 0 .989.2.912.912 0 0 0 .406-.34.937.937 0 0 0-.113-1.168.906.906 0 0 0-.641-.27Z" fill="#262627"/><path d="m21.755 18.207-8.109-14.28a1.828 1.828 0 0 0-.664-.68 1.784 1.784 0 0 0-.91-.247h-.006a1.782 1.782 0 0 0-.907.244 1.825 1.825 0 0 0-.666.674l-8.242 14.28a1.888 1.888 0 0 0-.01 1.865c.16.285.39.521.668.686a1.8 1.8 0 0 0 .916.251h16.35a1.8 1.8 0 0 0 .913-.25c.278-.164.508-.399.668-.682a1.89 1.89 0 0 0-.001-1.86Zm-1.443 1.013a.15.15 0 0 1-.137.08h-16.35a.157.157 0 0 1-.137-.08.164.164 0 0 1 0-.162l8.242-14.28a.152.152 0 0 1 .136-.079.151.151 0 0 1 .137.08l8.109 14.279a.156.156 0 0 1 0 .162Z" fill="#262627"/></svg>
package/index.d.ts CHANGED
@@ -17,6 +17,21 @@ export declare const Close: React.FC<IconProps>;
17
17
  export declare const Copy: React.FC<IconProps>;
18
18
  export declare const Currency: React.FC<IconProps>;
19
19
  export declare const Dot: React.FC<IconProps>;
20
+ export declare const ErrorAlertFill: React.FC<IconProps>;
21
+ export declare const ErrorAlertOutline: React.FC<IconProps>;
20
22
  export declare const Globe: React.FC<IconProps>;
21
23
  export declare const HorizontalDots: React.FC<IconProps>;
22
- export declare const Square: React.FC<IconProps>;
24
+ export declare const InfoFill: React.FC<IconProps>;
25
+ export declare const InfoOutline: React.FC<IconProps>;
26
+ export declare const LightBulb: React.FC<IconProps>;
27
+ export declare const MinusOutline: React.FC<IconProps>;
28
+ export declare const NewWindow: React.FC<IconProps>;
29
+ export declare const Search: React.FC<IconProps>;
30
+ export declare const Square: React.FC<IconProps>;
31
+ export declare const SuccessFill: React.FC<IconProps>;
32
+ export declare const SuccessOutline: React.FC<IconProps>;
33
+ export declare const TagOutline: React.FC<IconProps>;
34
+ export declare const UnavailableFill: React.FC<IconProps>;
35
+ export declare const UnavailableOutline: React.FC<IconProps>;
36
+ export declare const WarningFill: React.FC<IconProps>;
37
+ export declare const WarningOutline: React.FC<IconProps>;
package/index.js CHANGED
@@ -11,7 +11,22 @@ export { S as Close } from './icons/Close.js';
11
11
  export { S as Copy } from './icons/Copy.js';
12
12
  export { S as Currency } from './icons/Currency.js';
13
13
  export { S as Dot } from './icons/Dot.js';
14
+ export { S as ErrorAlertFill } from './icons/ErrorAlertFill.js';
15
+ export { S as ErrorAlertOutline } from './icons/ErrorAlertOutline.js';
14
16
  export { S as Globe } from './icons/Globe.js';
15
17
  export { S as HorizontalDots } from './icons/HorizontalDots.js';
18
+ export { S as InfoFill } from './icons/InfoFill.js';
19
+ export { S as InfoOutline } from './icons/InfoOutline.js';
20
+ export { S as LightBulb } from './icons/LightBulb.js';
21
+ export { S as MinusOutline } from './icons/MinusOutline.js';
22
+ export { S as NewWindow } from './icons/NewWindow.js';
23
+ export { S as Search } from './icons/Search.js';
16
24
  export { S as Square } from './icons/Square.js';
25
+ export { S as SuccessFill } from './icons/SuccessFill.js';
26
+ export { S as SuccessOutline } from './icons/SuccessOutline.js';
27
+ export { S as TagOutline } from './icons/TagOutline.js';
28
+ export { S as UnavailableFill } from './icons/UnavailableFill.js';
29
+ export { S as UnavailableOutline } from './icons/UnavailableOutline.js';
30
+ export { S as WarningFill } from './icons/WarningFill.js';
31
+ export { S as WarningOutline } from './icons/WarningOutline.js';
17
32
  import 'react';
package/metadata.js CHANGED
@@ -376,6 +376,69 @@ const metadata = {
376
376
  ],
377
377
  "creation_date": "8/22/2024, 4:25:36 PM"
378
378
  },
379
+ "ErrorAlertFill": {
380
+ "id": "ErrorAlertFillMajor",
381
+ "name": "ErrorAlertFill",
382
+ "set": "Major",
383
+ "keywords": [
384
+ "error",
385
+ "status",
386
+ "error filled",
387
+ "filled",
388
+ "problem",
389
+ "critical",
390
+ "alert",
391
+ "danger",
392
+ "failure",
393
+ "attention",
394
+ "caution"
395
+ ],
396
+ "aliases": [
397
+ ""
398
+ ],
399
+ "description": " Icon indicating an error or critical status, usually filled with a color to emphasize the severity of the issue.",
400
+ "sizes": [
401
+ 16,
402
+ 20,
403
+ 24,
404
+ 28,
405
+ 32,
406
+ 48
407
+ ],
408
+ "creation_date": "8/23/2024, 1:47:58 PM"
409
+ },
410
+ "ErrorAlertOutline": {
411
+ "id": "ErrorAlertOutlineMajor",
412
+ "name": "ErrorAlertOutline",
413
+ "set": "Major",
414
+ "keywords": [
415
+ "error",
416
+ "outline",
417
+ "alert",
418
+ "warning",
419
+ "problem",
420
+ "issue",
421
+ "failure",
422
+ "attention",
423
+ "critical",
424
+ "danger",
425
+ "caution",
426
+ "outlined"
427
+ ],
428
+ "aliases": [
429
+ ""
430
+ ],
431
+ "description": " Icon indicating an error or critical status, outlined to signify a problem or issue that needs attention.",
432
+ "sizes": [
433
+ 16,
434
+ 20,
435
+ 24,
436
+ 28,
437
+ 32,
438
+ 48
439
+ ],
440
+ "creation_date": "8/23/2024, 1:50:20 PM"
441
+ },
379
442
  "Globe": {
380
443
  "id": "GlobeMajor",
381
444
  "name": "Globe",
@@ -436,6 +499,181 @@ const metadata = {
436
499
  ],
437
500
  "creation_date": "8/22/2024, 4:32:15 PM"
438
501
  },
502
+ "InfoFill": {
503
+ "id": "InfoFillMajor",
504
+ "name": "InfoFill",
505
+ "set": "Major",
506
+ "keywords": [
507
+ "information",
508
+ "informative",
509
+ "info",
510
+ "notification",
511
+ "help",
512
+ "support",
513
+ "guidance",
514
+ "filled info",
515
+ ""
516
+ ],
517
+ "aliases": [
518
+ ""
519
+ ],
520
+ "description": "Icon representing informational content or guidance, filled to emphasize the importance of the information provided.",
521
+ "sizes": [
522
+ 16,
523
+ 20,
524
+ 24,
525
+ 28,
526
+ 32,
527
+ 48
528
+ ],
529
+ "creation_date": "8/23/2024, 1:55:16 PM"
530
+ },
531
+ "InfoOutline": {
532
+ "id": "InfoOutlineMajor",
533
+ "name": "InfoOutline",
534
+ "set": "Major",
535
+ "keywords": [
536
+ "information",
537
+ "informative",
538
+ "info",
539
+ "details",
540
+ "outline",
541
+ "help",
542
+ "support",
543
+ "guidance",
544
+ "knowledge",
545
+ "outlineinfo"
546
+ ],
547
+ "aliases": [
548
+ ""
549
+ ],
550
+ "description": " Icon representing informational content or guidance, outlined to indicate helpful or relevant information.",
551
+ "sizes": [
552
+ 16,
553
+ 20,
554
+ 24,
555
+ 28,
556
+ 32,
557
+ 48
558
+ ],
559
+ "creation_date": "8/23/2024, 1:56:21 PM"
560
+ },
561
+ "LightBulbFill": {
562
+ "id": "LightBulbMajor",
563
+ "name": "LightBulbFill",
564
+ "set": "Major",
565
+ "keywords": [
566
+ "bulb",
567
+ "light",
568
+ "light bulb",
569
+ "idea",
570
+ "inspiration",
571
+ "creativity",
572
+ "insight",
573
+ "solution",
574
+ "concept",
575
+ "energy",
576
+ "illumination",
577
+ ""
578
+ ],
579
+ "aliases": [
580
+ ""
581
+ ],
582
+ "description": "Icon representing ideas, inspiration, or innovation, filled to signify a bright idea or creative thought.",
583
+ "sizes": [
584
+ 16,
585
+ 20,
586
+ 24,
587
+ 28,
588
+ 32,
589
+ 48
590
+ ],
591
+ "creation_date": "8/23/2024, 2:01:27 PM"
592
+ },
593
+ "MinusOutline": {
594
+ "id": "MinusOutlineMajor",
595
+ "name": "MinusOutline",
596
+ "set": "Major",
597
+ "keywords": [
598
+ "subtract",
599
+ "remove",
600
+ "decrease",
601
+ "minus",
602
+ "reduction",
603
+ "negative",
604
+ "deduct",
605
+ "erase"
606
+ ],
607
+ "aliases": [
608
+ ""
609
+ ],
610
+ "description": "Minus icon used to represent a subtraction or reduction action, typically featuring a horizontal line.",
611
+ "sizes": [
612
+ 16,
613
+ 20,
614
+ 24,
615
+ 28,
616
+ 32,
617
+ 48
618
+ ],
619
+ "creation_date": "8/23/2024, 2:59:03 PM"
620
+ },
621
+ "NewWindow": {
622
+ "id": "NewWindowMajor",
623
+ "name": "NewWindow",
624
+ "set": "Major",
625
+ "keywords": [
626
+ "new window",
627
+ "external link",
628
+ "url",
629
+ "navigation",
630
+ "hyperlink",
631
+ "redirect",
632
+ ""
633
+ ],
634
+ "aliases": [
635
+ ""
636
+ ],
637
+ "description": "Icon indicating the action to open a link in a new window or tab.",
638
+ "sizes": [
639
+ 16,
640
+ 20,
641
+ 24,
642
+ 28,
643
+ 32,
644
+ 48
645
+ ],
646
+ "creation_date": "8/23/2024, 1:39:27 PM"
647
+ },
648
+ "Search": {
649
+ "id": "SearchMajor",
650
+ "name": "Search",
651
+ "set": "Major",
652
+ "keywords": [
653
+ "search",
654
+ "magnifier",
655
+ "find",
656
+ "explore",
657
+ "discover",
658
+ "lookup",
659
+ "browse",
660
+ "locate",
661
+ "investigate"
662
+ ],
663
+ "aliases": [
664
+ ""
665
+ ],
666
+ "description": "Icon representing the action of searching, finding, or looking up information. Typically depicted as a magnifying glass.",
667
+ "sizes": [
668
+ 16,
669
+ 20,
670
+ 24,
671
+ 28,
672
+ 32,
673
+ 48
674
+ ],
675
+ "creation_date": "8/23/2024, 1:42:13 PM"
676
+ },
439
677
  "Square": {
440
678
  "id": "SquareMajor",
441
679
  "name": "Square",
@@ -460,6 +698,219 @@ const metadata = {
460
698
  48
461
699
  ],
462
700
  "creation_date": "8/16/2024, 1:50:18 PM"
701
+ },
702
+ "SuccessFill": {
703
+ "id": "SuccessFillMajor",
704
+ "name": "SuccessFill",
705
+ "set": "Major",
706
+ "keywords": [
707
+ "success",
708
+ "checkmark",
709
+ "approved",
710
+ "confirmed",
711
+ "verified",
712
+ "completed",
713
+ "positive",
714
+ "done",
715
+ "validation",
716
+ "pass",
717
+ "filled success",
718
+ "status"
719
+ ],
720
+ "aliases": [
721
+ ""
722
+ ],
723
+ "description": "Icon representing success, completion, or approval, filled to emphasize a positive outcome or achievement.",
724
+ "sizes": [
725
+ 16,
726
+ 20,
727
+ 24,
728
+ 28,
729
+ 32,
730
+ 48
731
+ ],
732
+ "creation_date": "8/23/2024, 2:07:01 PM"
733
+ },
734
+ "SuccessOutline": {
735
+ "id": "SuccessOutlineMajor",
736
+ "name": "SuccessOutline",
737
+ "set": "Major",
738
+ "keywords": [
739
+ "success",
740
+ "checkmark",
741
+ "completed",
742
+ "approved",
743
+ "verified",
744
+ "confirmed",
745
+ "pass",
746
+ "positive",
747
+ "achievement",
748
+ "done",
749
+ "success status",
750
+ "outline success",
751
+ "status"
752
+ ],
753
+ "aliases": [
754
+ ""
755
+ ],
756
+ "description": "Icon representing success, completion, or approval, outlined to indicate a verified or confirmed action.",
757
+ "sizes": [
758
+ 16,
759
+ 20,
760
+ 24,
761
+ 28,
762
+ 32,
763
+ 48
764
+ ],
765
+ "creation_date": "8/23/2024, 2:28:47 PM"
766
+ },
767
+ "TagOutline": {
768
+ "id": "TagOutlineMajor",
769
+ "name": "TagOutline",
770
+ "set": "Major",
771
+ "keywords": [
772
+ "bookmark",
773
+ "flag",
774
+ "ticket",
775
+ "tag label",
776
+ "label",
777
+ "marker",
778
+ "sticker",
779
+ "identifier",
780
+ "category",
781
+ "price",
782
+ "badge"
783
+ ],
784
+ "aliases": [
785
+ ""
786
+ ],
787
+ "description": "An icon representing a tag, often used to signify labels, categories, or prices, typically shaped like a hanging tag or a label.",
788
+ "sizes": [
789
+ 16,
790
+ 20,
791
+ 24,
792
+ 28,
793
+ 32,
794
+ 48
795
+ ],
796
+ "creation_date": "8/23/2024, 3:00:52 PM"
797
+ },
798
+ "UnavailableFill": {
799
+ "id": "UnavailableFillMajor",
800
+ "name": "UnavailableFill",
801
+ "set": "Major",
802
+ "keywords": [
803
+ "unavailable",
804
+ "restricted",
805
+ "status",
806
+ "offline",
807
+ "closed",
808
+ "filled"
809
+ ],
810
+ "aliases": [
811
+ ""
812
+ ],
813
+ "description": " Icon indicating that a status or resource is unavailable or inaccessible, filled to highlight the lack of availability.",
814
+ "sizes": [
815
+ 16,
816
+ 20,
817
+ 24,
818
+ 28,
819
+ 32,
820
+ 48
821
+ ],
822
+ "creation_date": "8/23/2024, 2:40:31 PM"
823
+ },
824
+ "UnavailableOutline": {
825
+ "id": "UnavailableOutlineMajor",
826
+ "name": "UnavailableOutline",
827
+ "set": "Major",
828
+ "keywords": [
829
+ "unavailable",
830
+ "satus",
831
+ "inaccessible",
832
+ "error",
833
+ "offline",
834
+ "closed",
835
+ "disabled",
836
+ "not available",
837
+ "blocked",
838
+ "restricted",
839
+ "outlined"
840
+ ],
841
+ "aliases": [
842
+ ""
843
+ ],
844
+ "description": "Icon indicating that a status or resource is unavailable or inaccessible, outlined to signal that something is not available.",
845
+ "sizes": [
846
+ 16,
847
+ 20,
848
+ 24,
849
+ 28,
850
+ 32,
851
+ 48
852
+ ],
853
+ "creation_date": "8/23/2024, 2:51:36 PM"
854
+ },
855
+ "WarningFill": {
856
+ "id": "WarningFillMajor",
857
+ "name": "WarningFill",
858
+ "set": "Major",
859
+ "keywords": [
860
+ "danger",
861
+ "alert",
862
+ "error",
863
+ "critical",
864
+ "important",
865
+ "alertsign",
866
+ "notification",
867
+ "notify",
868
+ "advisory",
869
+ "attention"
870
+ ],
871
+ "aliases": [
872
+ ""
873
+ ],
874
+ "description": "An icon used to indicate a warning or cautionary message, often featuring an exclamation mark inside a triangle.",
875
+ "sizes": [
876
+ 16,
877
+ 20,
878
+ 24,
879
+ 28,
880
+ 32,
881
+ 48
882
+ ],
883
+ "creation_date": "8/23/2024, 2:54:59 PM"
884
+ },
885
+ "WarningOutline": {
886
+ "id": "WarningOutlineMajor",
887
+ "name": "WarningOutline",
888
+ "set": "Major",
889
+ "keywords": [
890
+ "danger",
891
+ "alert",
892
+ "error",
893
+ "critical",
894
+ "important",
895
+ "alertsign",
896
+ "notification",
897
+ "notify",
898
+ "advisory",
899
+ "attention"
900
+ ],
901
+ "aliases": [
902
+ ""
903
+ ],
904
+ "description": "An icon used to indicate a warning or cautionary message, often featuring an exclamation mark inside a triangle.",
905
+ "sizes": [
906
+ 16,
907
+ 20,
908
+ 24,
909
+ 28,
910
+ 32,
911
+ 48
912
+ ],
913
+ "creation_date": "8/23/2024, 2:55:49 PM"
463
914
  }
464
915
  };
465
916
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geneui/icons",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Gene UI icons distributed as SVG React components.",
5
5
  "author": "SoftConstruct",
6
6
  "main": "index.js",