@bigbinary/neeto-icons 1.20.68 → 1.20.71

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 (43) hide show
  1. package/dist/cjs/icons/AspectRatio11.js +55 -0
  2. package/dist/cjs/icons/AspectRatio11.js.map +1 -0
  3. package/dist/cjs/icons/AspectRatio169.js +55 -0
  4. package/dist/cjs/icons/AspectRatio169.js.map +1 -0
  5. package/dist/cjs/icons/AspectRatio32.js +55 -0
  6. package/dist/cjs/icons/AspectRatio32.js.map +1 -0
  7. package/dist/cjs/icons/AspectRatio43.js +55 -0
  8. package/dist/cjs/icons/AspectRatio43.js.map +1 -0
  9. package/dist/cjs/icons/AspectRatio916.js +54 -0
  10. package/dist/cjs/icons/AspectRatio916.js.map +1 -0
  11. package/dist/cjs/icons/Changelog.js +65 -0
  12. package/dist/cjs/icons/Changelog.js.map +1 -0
  13. package/dist/cjs/icons/Roadmap.js +65 -0
  14. package/dist/cjs/icons/Roadmap.js.map +1 -0
  15. package/dist/cjs/icons/index.js +56 -0
  16. package/dist/cjs/icons/index.js.map +1 -1
  17. package/dist/cjs/misc/Telnyx.js +64 -0
  18. package/dist/cjs/misc/Telnyx.js.map +1 -0
  19. package/dist/cjs/misc/index.js +8 -0
  20. package/dist/cjs/misc/index.js.map +1 -1
  21. package/dist/icons/AspectRatio11.js +45 -0
  22. package/dist/icons/AspectRatio11.js.map +1 -0
  23. package/dist/icons/AspectRatio169.js +45 -0
  24. package/dist/icons/AspectRatio169.js.map +1 -0
  25. package/dist/icons/AspectRatio32.js +45 -0
  26. package/dist/icons/AspectRatio32.js.map +1 -0
  27. package/dist/icons/AspectRatio43.js +45 -0
  28. package/dist/icons/AspectRatio43.js.map +1 -0
  29. package/dist/icons/AspectRatio916.js +44 -0
  30. package/dist/icons/AspectRatio916.js.map +1 -0
  31. package/dist/icons/Changelog.js +55 -0
  32. package/dist/icons/Changelog.js.map +1 -0
  33. package/dist/icons/Roadmap.js +55 -0
  34. package/dist/icons/Roadmap.js.map +1 -0
  35. package/dist/icons/index.js +8 -1
  36. package/dist/icons/index.js.map +1 -1
  37. package/dist/misc/Telnyx.js +54 -0
  38. package/dist/misc/Telnyx.js.map +1 -0
  39. package/dist/misc/index.js +2 -1
  40. package/dist/misc/index.js.map +1 -1
  41. package/icons.d.ts +7 -0
  42. package/misc.d.ts +1 -0
  43. package/package.json +1 -1
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _excluded = ["size", "color", "strokeWidth"];
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+
18
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
+
20
+ var AspectRatio11 = function AspectRatio11(_ref) {
21
+ var _ref$size = _ref.size,
22
+ size = _ref$size === void 0 ? 24 : _ref$size,
23
+ _ref$color = _ref.color,
24
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25
+ _ref$strokeWidth = _ref.strokeWidth,
26
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
27
+ props = _objectWithoutProperties(_ref, _excluded);
28
+
29
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: "none"
34
+ }, props), /*#__PURE__*/_react.default.createElement("g", {
35
+ clipPath: "url(#AspectRatio11_js__clip0_694_983)"
36
+ }, /*#__PURE__*/_react.default.createElement("rect", {
37
+ x: 21,
38
+ y: 3,
39
+ width: 18,
40
+ height: 18,
41
+ rx: 0.3,
42
+ transform: "rotate(89.2654 21 3)",
43
+ stroke: color
44
+ })), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
45
+ id: "AspectRatio11_js__clip0_694_983"
46
+ }, /*#__PURE__*/_react.default.createElement("rect", {
47
+ width: 24,
48
+ height: 24,
49
+ fill: color
50
+ }))));
51
+ };
52
+
53
+ var _default = AspectRatio11;
54
+ exports.default = _default;
55
+ //# sourceMappingURL=AspectRatio11.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../generate/icons/AspectRatio11.js"],"names":["AspectRatio11","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,aAAa,GAAG,SAAhBA,aAAgB,OAKhB;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAE,EADL;AAEE,IAAA,CAAC,EAAE,CAFL;AAGE,IAAA,KAAK,EAAE,EAHT;AAIE,IAAA,MAAM,EAAE,EAJV;AAKE,IAAA,EAAE,EAAE,GALN;AAME,IAAA,SAAS,EAAC,sBANZ;AAOE,IAAA,MAAM,EAAEF;AAPV,IADF,CADF,eAYE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAEA;AAAnC,IADF,CADF,CAZF,CADF;AAoBD,CA1BD;;eA2BeF,a","sourcesContent":["import React from \"react\";\nconst AspectRatio11 = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#AspectRatio11_js__clip0_694_983)\">\n <rect\n x={21}\n y={3}\n width={18}\n height={18}\n rx={0.3}\n transform=\"rotate(89.2654 21 3)\"\n stroke={color}\n />\n </g>\n <defs>\n <clipPath id=\"AspectRatio11_js__clip0_694_983\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default AspectRatio11;\n"],"file":"AspectRatio11.js"}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _excluded = ["size", "color", "strokeWidth"];
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+
18
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
+
20
+ var AspectRatio169 = function AspectRatio169(_ref) {
21
+ var _ref$size = _ref.size,
22
+ size = _ref$size === void 0 ? 24 : _ref$size,
23
+ _ref$color = _ref.color,
24
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25
+ _ref$strokeWidth = _ref.strokeWidth,
26
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
27
+ props = _objectWithoutProperties(_ref, _excluded);
28
+
29
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: "none"
34
+ }, props), /*#__PURE__*/_react.default.createElement("g", {
35
+ clipPath: "url(#AspectRatio169_js__clip0_694_986)"
36
+ }, /*#__PURE__*/_react.default.createElement("rect", {
37
+ x: 21.9222,
38
+ y: 6,
39
+ width: 12,
40
+ height: 20,
41
+ rx: 0.3,
42
+ transform: "rotate(89.2654 21.9222 6)",
43
+ stroke: color
44
+ })), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
45
+ id: "AspectRatio169_js__clip0_694_986"
46
+ }, /*#__PURE__*/_react.default.createElement("rect", {
47
+ width: 24,
48
+ height: 24,
49
+ fill: color
50
+ }))));
51
+ };
52
+
53
+ var _default = AspectRatio169;
54
+ exports.default = _default;
55
+ //# sourceMappingURL=AspectRatio169.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../generate/icons/AspectRatio169.js"],"names":["AspectRatio169","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,cAAc,GAAG,SAAjBA,cAAiB,OAKjB;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAE,OADL;AAEE,IAAA,CAAC,EAAE,CAFL;AAGE,IAAA,KAAK,EAAE,EAHT;AAIE,IAAA,MAAM,EAAE,EAJV;AAKE,IAAA,EAAE,EAAE,GALN;AAME,IAAA,SAAS,EAAC,2BANZ;AAOE,IAAA,MAAM,EAAEF;AAPV,IADF,CADF,eAYE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAEA;AAAnC,IADF,CADF,CAZF,CADF;AAoBD,CA1BD;;eA2BeF,c","sourcesContent":["import React from \"react\";\nconst AspectRatio169 = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#AspectRatio169_js__clip0_694_986)\">\n <rect\n x={21.9222}\n y={6}\n width={12}\n height={20}\n rx={0.3}\n transform=\"rotate(89.2654 21.9222 6)\"\n stroke={color}\n />\n </g>\n <defs>\n <clipPath id=\"AspectRatio169_js__clip0_694_986\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default AspectRatio169;\n"],"file":"AspectRatio169.js"}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _excluded = ["size", "color", "strokeWidth"];
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+
18
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
+
20
+ var AspectRatio32 = function AspectRatio32(_ref) {
21
+ var _ref$size = _ref.size,
22
+ size = _ref$size === void 0 ? 24 : _ref$size,
23
+ _ref$color = _ref.color,
24
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25
+ _ref$strokeWidth = _ref.strokeWidth,
26
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
27
+ props = _objectWithoutProperties(_ref, _excluded);
28
+
29
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: "none"
34
+ }, props), /*#__PURE__*/_react.default.createElement("g", {
35
+ clipPath: "url(#AspectRatio32_js__clip0_694_984)"
36
+ }, /*#__PURE__*/_react.default.createElement("rect", {
37
+ x: 18,
38
+ y: 3,
39
+ width: 18,
40
+ height: 13.5,
41
+ rx: 0.3,
42
+ transform: "rotate(89.2654 18 3)",
43
+ stroke: color
44
+ })), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
45
+ id: "AspectRatio32_js__clip0_694_984"
46
+ }, /*#__PURE__*/_react.default.createElement("rect", {
47
+ width: 24,
48
+ height: 24,
49
+ fill: color
50
+ }))));
51
+ };
52
+
53
+ var _default = AspectRatio32;
54
+ exports.default = _default;
55
+ //# sourceMappingURL=AspectRatio32.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../generate/icons/AspectRatio32.js"],"names":["AspectRatio32","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,aAAa,GAAG,SAAhBA,aAAgB,OAKhB;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAE,EADL;AAEE,IAAA,CAAC,EAAE,CAFL;AAGE,IAAA,KAAK,EAAE,EAHT;AAIE,IAAA,MAAM,EAAE,IAJV;AAKE,IAAA,EAAE,EAAE,GALN;AAME,IAAA,SAAS,EAAC,sBANZ;AAOE,IAAA,MAAM,EAAEF;AAPV,IADF,CADF,eAYE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAEA;AAAnC,IADF,CADF,CAZF,CADF;AAoBD,CA1BD;;eA2BeF,a","sourcesContent":["import React from \"react\";\nconst AspectRatio32 = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#AspectRatio32_js__clip0_694_984)\">\n <rect\n x={18}\n y={3}\n width={18}\n height={13.5}\n rx={0.3}\n transform=\"rotate(89.2654 18 3)\"\n stroke={color}\n />\n </g>\n <defs>\n <clipPath id=\"AspectRatio32_js__clip0_694_984\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default AspectRatio32;\n"],"file":"AspectRatio32.js"}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _excluded = ["size", "color", "strokeWidth"];
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+
18
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
+
20
+ var AspectRatio43 = function AspectRatio43(_ref) {
21
+ var _ref$size = _ref.size,
22
+ size = _ref$size === void 0 ? 24 : _ref$size,
23
+ _ref$color = _ref.color,
24
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25
+ _ref$strokeWidth = _ref.strokeWidth,
26
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
27
+ props = _objectWithoutProperties(_ref, _excluded);
28
+
29
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: "none"
34
+ }, props), /*#__PURE__*/_react.default.createElement("g", {
35
+ clipPath: "url(#AspectRatio43_js__clip0_694_985)"
36
+ }, /*#__PURE__*/_react.default.createElement("rect", {
37
+ x: 18,
38
+ y: 4,
39
+ width: 16,
40
+ height: 12,
41
+ rx: 0.3,
42
+ transform: "rotate(89.2654 18 4)",
43
+ stroke: color
44
+ })), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
45
+ id: "AspectRatio43_js__clip0_694_985"
46
+ }, /*#__PURE__*/_react.default.createElement("rect", {
47
+ width: 24,
48
+ height: 24,
49
+ fill: color
50
+ }))));
51
+ };
52
+
53
+ var _default = AspectRatio43;
54
+ exports.default = _default;
55
+ //# sourceMappingURL=AspectRatio43.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../generate/icons/AspectRatio43.js"],"names":["AspectRatio43","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,aAAa,GAAG,SAAhBA,aAAgB,OAKhB;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAE,EADL;AAEE,IAAA,CAAC,EAAE,CAFL;AAGE,IAAA,KAAK,EAAE,EAHT;AAIE,IAAA,MAAM,EAAE,EAJV;AAKE,IAAA,EAAE,EAAE,GALN;AAME,IAAA,SAAS,EAAC,sBANZ;AAOE,IAAA,MAAM,EAAEF;AAPV,IADF,CADF,eAYE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAEA;AAAnC,IADF,CADF,CAZF,CADF;AAoBD,CA1BD;;eA2BeF,a","sourcesContent":["import React from \"react\";\nconst AspectRatio43 = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#AspectRatio43_js__clip0_694_985)\">\n <rect\n x={18}\n y={4}\n width={16}\n height={12}\n rx={0.3}\n transform=\"rotate(89.2654 18 4)\"\n stroke={color}\n />\n </g>\n <defs>\n <clipPath id=\"AspectRatio43_js__clip0_694_985\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default AspectRatio43;\n"],"file":"AspectRatio43.js"}
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _excluded = ["size", "color", "strokeWidth"];
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+
18
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
+
20
+ var AspectRatio916 = function AspectRatio916(_ref) {
21
+ var _ref$size = _ref.size,
22
+ size = _ref$size === void 0 ? 24 : _ref$size,
23
+ _ref$color = _ref.color,
24
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25
+ _ref$strokeWidth = _ref.strokeWidth,
26
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
27
+ props = _objectWithoutProperties(_ref, _excluded);
28
+
29
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: "none"
34
+ }, props), /*#__PURE__*/_react.default.createElement("g", {
35
+ clipPath: "url(#AspectRatio916_js__clip0_694_987)"
36
+ }, /*#__PURE__*/_react.default.createElement("rect", {
37
+ x: 6,
38
+ y: 2,
39
+ width: 12,
40
+ height: 20,
41
+ rx: 0.3,
42
+ stroke: color
43
+ })), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
44
+ id: "AspectRatio916_js__clip0_694_987"
45
+ }, /*#__PURE__*/_react.default.createElement("rect", {
46
+ width: 24,
47
+ height: 24,
48
+ fill: color
49
+ }))));
50
+ };
51
+
52
+ var _default = AspectRatio916;
53
+ exports.default = _default;
54
+ //# sourceMappingURL=AspectRatio916.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../generate/icons/AspectRatio916.js"],"names":["AspectRatio916","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,cAAc,GAAG,SAAjBA,cAAiB,OAKjB;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AAAM,IAAA,CAAC,EAAE,CAAT;AAAY,IAAA,CAAC,EAAE,CAAf;AAAkB,IAAA,KAAK,EAAE,EAAzB;AAA6B,IAAA,MAAM,EAAE,EAArC;AAAyC,IAAA,EAAE,EAAE,GAA7C;AAAkD,IAAA,MAAM,EAAEF;AAA1D,IADF,CADF,eAIE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAEA;AAAnC,IADF,CADF,CAJF,CADF;AAYD,CAlBD;;eAmBeF,c","sourcesContent":["import React from \"react\";\nconst AspectRatio916 = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#AspectRatio916_js__clip0_694_987)\">\n <rect x={6} y={2} width={12} height={20} rx={0.3} stroke={color} />\n </g>\n <defs>\n <clipPath id=\"AspectRatio916_js__clip0_694_987\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default AspectRatio916;\n"],"file":"AspectRatio916.js"}
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _excluded = ["size", "color", "strokeWidth"];
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+
18
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
+
20
+ var Changelog = function Changelog(_ref) {
21
+ var _ref$size = _ref.size,
22
+ size = _ref$size === void 0 ? 24 : _ref$size,
23
+ _ref$color = _ref.color,
24
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25
+ _ref$strokeWidth = _ref.strokeWidth,
26
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
27
+ props = _objectWithoutProperties(_ref, _excluded);
28
+
29
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: "none"
34
+ }, props), /*#__PURE__*/_react.default.createElement("g", {
35
+ clipPath: "url(#Changelog_js__clip0_2819_17550)"
36
+ }, /*#__PURE__*/_react.default.createElement("path", {
37
+ d: "M18 8C18.7956 8 19.5587 8.31607 20.1213 8.87868C20.6839 9.44129 21 10.2044 21 11C21 11.7956 20.6839 12.5587 20.1213 13.1213C19.5587 13.6839 18.7956 14 18 14",
38
+ stroke: color,
39
+ strokeWidth: strokeWidth,
40
+ strokeLinecap: "round",
41
+ strokeLinejoin: "round"
42
+ }), /*#__PURE__*/_react.default.createElement("path", {
43
+ d: "M10 8V19C10 19.2652 9.89464 19.5196 9.70711 19.7071C9.51957 19.8946 9.26522 20 9 20H8C7.73478 20 7.48043 19.8946 7.29289 19.7071C7.10536 19.5196 7 19.2652 7 19V14",
44
+ stroke: color,
45
+ strokeWidth: strokeWidth,
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round"
48
+ }), /*#__PURE__*/_react.default.createElement("path", {
49
+ d: "M12 7.99995L16.524 4.22995C16.6555 4.12046 16.8154 4.0507 16.9851 4.02885C17.1548 4.00701 17.3271 4.03398 17.482 4.1066C17.6369 4.17922 17.7679 4.29449 17.8597 4.4389C17.9514 4.5833 18.0001 4.75087 18 4.92195V17.0779C18.0001 17.249 17.9514 17.4166 17.8597 17.561C17.7679 17.7054 17.6369 17.8207 17.482 17.8933C17.3271 17.9659 17.1548 17.9929 16.9851 17.971C16.8154 17.9492 16.6555 17.8794 16.524 17.7699L12 13.9999H4C3.73478 13.9999 3.48043 13.8946 3.29289 13.7071C3.10536 13.5195 3 13.2652 3 12.9999V8.99995C3 8.73473 3.10536 8.48038 3.29289 8.29284C3.48043 8.1053 3.73478 7.99995 4 7.99995H12Z",
50
+ stroke: color,
51
+ strokeWidth: strokeWidth,
52
+ strokeLinecap: "round",
53
+ strokeLinejoin: "round"
54
+ })), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
55
+ id: "Changelog_js__clip0_2819_17550"
56
+ }, /*#__PURE__*/_react.default.createElement("rect", {
57
+ width: 24,
58
+ height: 24,
59
+ fill: color
60
+ }))));
61
+ };
62
+
63
+ var _default = Changelog;
64
+ exports.default = _default;
65
+ //# sourceMappingURL=Changelog.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../generate/icons/Changelog.js"],"names":["Changelog","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,SAAS,GAAG,SAAZA,SAAY,OAKZ;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAC,8JADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IADF,eAQE;AACE,IAAA,CAAC,EAAC,oKADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IARF,eAeE;AACE,IAAA,CAAC,EAAC,qlBADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAfF,CADF,eAwBE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CAxBF,CADF;AAgCD,CAtCD;;eAuCeF,S","sourcesContent":["import React from \"react\";\nconst Changelog = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#Changelog_js__clip0_2819_17550)\">\n <path\n d=\"M18 8C18.7956 8 19.5587 8.31607 20.1213 8.87868C20.6839 9.44129 21 10.2044 21 11C21 11.7956 20.6839 12.5587 20.1213 13.1213C19.5587 13.6839 18.7956 14 18 14\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M10 8V19C10 19.2652 9.89464 19.5196 9.70711 19.7071C9.51957 19.8946 9.26522 20 9 20H8C7.73478 20 7.48043 19.8946 7.29289 19.7071C7.10536 19.5196 7 19.2652 7 19V14\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12 7.99995L16.524 4.22995C16.6555 4.12046 16.8154 4.0507 16.9851 4.02885C17.1548 4.00701 17.3271 4.03398 17.482 4.1066C17.6369 4.17922 17.7679 4.29449 17.8597 4.4389C17.9514 4.5833 18.0001 4.75087 18 4.92195V17.0779C18.0001 17.249 17.9514 17.4166 17.8597 17.561C17.7679 17.7054 17.6369 17.8207 17.482 17.8933C17.3271 17.9659 17.1548 17.9929 16.9851 17.971C16.8154 17.9492 16.6555 17.8794 16.524 17.7699L12 13.9999H4C3.73478 13.9999 3.48043 13.8946 3.29289 13.7071C3.10536 13.5195 3 13.2652 3 12.9999V8.99995C3 8.73473 3.10536 8.48038 3.29289 8.29284C3.48043 8.1053 3.73478 7.99995 4 7.99995H12Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"Changelog_js__clip0_2819_17550\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Changelog;\n"],"file":"Changelog.js"}
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _excluded = ["size", "color", "strokeWidth"];
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+
18
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
+
20
+ var Roadmap = function Roadmap(_ref) {
21
+ var _ref$size = _ref.size,
22
+ size = _ref$size === void 0 ? 24 : _ref$size,
23
+ _ref$color = _ref.color,
24
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25
+ _ref$strokeWidth = _ref.strokeWidth,
26
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
27
+ props = _objectWithoutProperties(_ref, _excluded);
28
+
29
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: "none"
34
+ }, props), /*#__PURE__*/_react.default.createElement("g", {
35
+ clipPath: "url(#Roadmap_js__clip0_2819_17544)"
36
+ }, /*#__PURE__*/_react.default.createElement("path", {
37
+ d: "M3 7L9 4L15 7L21 4V17L15 20L9 17L3 20V7Z",
38
+ stroke: color,
39
+ strokeWidth: strokeWidth,
40
+ strokeLinecap: "round",
41
+ strokeLinejoin: "round"
42
+ }), /*#__PURE__*/_react.default.createElement("path", {
43
+ d: "M9 4V17",
44
+ stroke: color,
45
+ strokeWidth: strokeWidth,
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round"
48
+ }), /*#__PURE__*/_react.default.createElement("path", {
49
+ d: "M15 7V20",
50
+ stroke: color,
51
+ strokeWidth: strokeWidth,
52
+ strokeLinecap: "round",
53
+ strokeLinejoin: "round"
54
+ })), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
55
+ id: "Roadmap_js__clip0_2819_17544"
56
+ }, /*#__PURE__*/_react.default.createElement("rect", {
57
+ width: 24,
58
+ height: 24,
59
+ fill: color
60
+ }))));
61
+ };
62
+
63
+ var _default = Roadmap;
64
+ exports.default = _default;
65
+ //# sourceMappingURL=Roadmap.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../generate/icons/Roadmap.js"],"names":["Roadmap","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,OAAO,GAAG,SAAVA,OAAU,OAKV;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAC,0CADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IADF,eAQE;AACE,IAAA,CAAC,EAAC,SADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IARF,eAeE;AACE,IAAA,CAAC,EAAC,UADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAfF,CADF,eAwBE,wDACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CAxBF,CADF;AAgCD,CAtCD;;eAuCeF,O","sourcesContent":["import React from \"react\";\nconst Roadmap = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#Roadmap_js__clip0_2819_17544)\">\n <path\n d=\"M3 7L9 4L15 7L21 4V17L15 20L9 17L3 20V7Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9 4V17\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15 7V20\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"Roadmap_js__clip0_2819_17544\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default Roadmap;\n"],"file":"Roadmap.js"}
@@ -105,6 +105,36 @@ Object.defineProperty(exports, "AspectRatio", {
105
105
  return _AspectRatio.default;
106
106
  }
107
107
  });
108
+ Object.defineProperty(exports, "AspectRatio11", {
109
+ enumerable: true,
110
+ get: function get() {
111
+ return _AspectRatio2.default;
112
+ }
113
+ });
114
+ Object.defineProperty(exports, "AspectRatio169", {
115
+ enumerable: true,
116
+ get: function get() {
117
+ return _AspectRatio3.default;
118
+ }
119
+ });
120
+ Object.defineProperty(exports, "AspectRatio32", {
121
+ enumerable: true,
122
+ get: function get() {
123
+ return _AspectRatio4.default;
124
+ }
125
+ });
126
+ Object.defineProperty(exports, "AspectRatio43", {
127
+ enumerable: true,
128
+ get: function get() {
129
+ return _AspectRatio5.default;
130
+ }
131
+ });
132
+ Object.defineProperty(exports, "AspectRatio916", {
133
+ enumerable: true,
134
+ get: function get() {
135
+ return _AspectRatio6.default;
136
+ }
137
+ });
108
138
  Object.defineProperty(exports, "Assign", {
109
139
  enumerable: true,
110
140
  get: function get() {
@@ -297,6 +327,12 @@ Object.defineProperty(exports, "Certificate", {
297
327
  return _Certificate.default;
298
328
  }
299
329
  });
330
+ Object.defineProperty(exports, "Changelog", {
331
+ enumerable: true,
332
+ get: function get() {
333
+ return _Changelog.default;
334
+ }
335
+ });
300
336
  Object.defineProperty(exports, "Chat", {
301
337
  enumerable: true,
302
338
  get: function get() {
@@ -1935,6 +1971,12 @@ Object.defineProperty(exports, "RightArrowCircle", {
1935
1971
  return _RightArrowCircle.default;
1936
1972
  }
1937
1973
  });
1974
+ Object.defineProperty(exports, "Roadmap", {
1975
+ enumerable: true,
1976
+ get: function get() {
1977
+ return _Roadmap.default;
1978
+ }
1979
+ });
1938
1980
  Object.defineProperty(exports, "Robot", {
1939
1981
  enumerable: true,
1940
1982
  get: function get() {
@@ -2684,6 +2726,16 @@ var _Ascending = _interopRequireDefault(require("./Ascending"));
2684
2726
 
2685
2727
  var _AspectRatio = _interopRequireDefault(require("./AspectRatio"));
2686
2728
 
2729
+ var _AspectRatio2 = _interopRequireDefault(require("./AspectRatio11"));
2730
+
2731
+ var _AspectRatio3 = _interopRequireDefault(require("./AspectRatio169"));
2732
+
2733
+ var _AspectRatio4 = _interopRequireDefault(require("./AspectRatio32"));
2734
+
2735
+ var _AspectRatio5 = _interopRequireDefault(require("./AspectRatio43"));
2736
+
2737
+ var _AspectRatio6 = _interopRequireDefault(require("./AspectRatio916"));
2738
+
2687
2739
  var _Assign = _interopRequireDefault(require("./Assign"));
2688
2740
 
2689
2741
  var _Attachment = _interopRequireDefault(require("./Attachment"));
@@ -2748,6 +2800,8 @@ var _CenterAlign = _interopRequireDefault(require("./CenterAlign"));
2748
2800
 
2749
2801
  var _Certificate = _interopRequireDefault(require("./Certificate"));
2750
2802
 
2803
+ var _Changelog = _interopRequireDefault(require("./Changelog"));
2804
+
2751
2805
  var _ChatOffline = _interopRequireDefault(require("./ChatOffline"));
2752
2806
 
2753
2807
  var _Chat = _interopRequireDefault(require("./Chat"));
@@ -3294,6 +3348,8 @@ var _RightAlign = _interopRequireDefault(require("./RightAlign"));
3294
3348
 
3295
3349
  var _RightArrow = _interopRequireDefault(require("./RightArrow"));
3296
3350
 
3351
+ var _Roadmap = _interopRequireDefault(require("./Roadmap"));
3352
+
3297
3353
  var _Robot = _interopRequireDefault(require("./Robot"));
3298
3354
 
3299
3355
  var _RoutingForms = _interopRequireDefault(require("./RoutingForms"));