@semcore/icon 4.14.1 → 4.15.0-prerelease.1

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 (57) hide show
  1. package/AskAI/l/index.d.ts +6 -0
  2. package/AskAI/l/index.js +36 -0
  3. package/AskAI/l/index.mjs +24 -0
  4. package/AskAI/m/index.d.ts +6 -0
  5. package/AskAI/m/index.js +36 -0
  6. package/AskAI/m/index.mjs +24 -0
  7. package/CHANGELOG.md +7 -1
  8. package/ChatAI/l/index.d.ts +6 -0
  9. package/ChatAI/l/index.js +39 -0
  10. package/ChatAI/l/index.mjs +27 -0
  11. package/ChatAI/m/index.d.ts +6 -0
  12. package/ChatAI/m/index.js +39 -0
  13. package/ChatAI/m/index.mjs +27 -0
  14. package/README.md +1 -1
  15. package/StoriesAI/l/index.d.ts +6 -0
  16. package/StoriesAI/l/index.js +39 -0
  17. package/StoriesAI/l/index.mjs +27 -0
  18. package/StoriesAI/m/index.d.ts +6 -0
  19. package/StoriesAI/m/index.js +39 -0
  20. package/StoriesAI/m/index.mjs +27 -0
  21. package/SummaryAI/l/index.d.ts +6 -0
  22. package/SummaryAI/l/index.js +36 -0
  23. package/SummaryAI/l/index.mjs +24 -0
  24. package/SummaryAI/m/index.d.ts +6 -0
  25. package/SummaryAI/m/index.js +36 -0
  26. package/SummaryAI/m/index.mjs +24 -0
  27. package/color/Confluence/l/index.js +4 -4
  28. package/color/Confluence/l/index.mjs +4 -4
  29. package/color/Confluence/m/index.js +4 -4
  30. package/color/Confluence/m/index.mjs +4 -4
  31. package/color/MicrosoftOffice/l/index.js +10 -10
  32. package/color/MicrosoftOffice/l/index.mjs +10 -10
  33. package/color/MicrosoftOffice/m/index.js +10 -10
  34. package/color/MicrosoftOffice/m/index.mjs +10 -10
  35. package/lib/cjs/Icon.js +5 -5
  36. package/lib/es6/Icon.js +5 -5
  37. package/package.json +2 -2
  38. package/pay/Discover/l/index.js +1 -1
  39. package/pay/Discover/l/index.mjs +1 -1
  40. package/pay/Discover/m/index.js +1 -1
  41. package/pay/Discover/m/index.mjs +1 -1
  42. package/pay/JCB/l/index.js +10 -10
  43. package/pay/JCB/l/index.mjs +10 -10
  44. package/pay/JCB/m/index.js +10 -10
  45. package/pay/JCB/m/index.mjs +10 -10
  46. package/pay/Visa/l/index.js +2 -2
  47. package/pay/Visa/l/index.mjs +2 -2
  48. package/pay/Visa/m/index.js +2 -2
  49. package/pay/Visa/m/index.mjs +2 -2
  50. package/svg/icon/AskAI/l.svg +1 -0
  51. package/svg/icon/AskAI/m.svg +1 -0
  52. package/svg/icon/ChatAI/l.svg +1 -0
  53. package/svg/icon/ChatAI/m.svg +1 -0
  54. package/svg/icon/StoriesAI/l.svg +1 -0
  55. package/svg/icon/StoriesAI/m.svg +1 -0
  56. package/svg/icon/SummaryAI/l.svg +1 -0
  57. package/svg/icon/SummaryAI/m.svg +1 -0
@@ -0,0 +1,6 @@
1
+
2
+ import React from 'react';
3
+ import { IIconProps } from '@semcore/icon';
4
+ declare const _default: <T>(props: IIconProps & T) => React.ReactElement;
5
+ export default _default;
6
+
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = _interopRequireDefault(require("react"));
11
+ var _core = require("@semcore/core");
12
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
13
+ var _excluded = ["width", "height", "viewBox"];
14
+ function AskAI(_ref, ref) {
15
+ var _ref$width = _ref.width,
16
+ width = _ref$width === void 0 ? '24' : _ref$width,
17
+ _ref$height = _ref.height,
18
+ height = _ref$height === void 0 ? '24' : _ref$height,
19
+ _ref$viewBox = _ref.viewBox,
20
+ viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
21
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
22
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
23
+ ref: ref,
24
+ "data-name": "AskAI",
25
+ "data-group": "l",
26
+ width: width,
27
+ height: height,
28
+ viewBox: viewBox
29
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
+ d: "M3 6a1 1 0 0 1 0-2h14a1 1 0 1 1 0 2H3ZM3 10a1 1 0 0 1 0-2h10a1 1 0 1 1 0 2H3ZM2 13a1 1 0 0 0 1 1h6a1 1 0 1 0 0-2H3a1 1 0 0 0-1 1ZM19.624 7.26a.4.4 0 0 1 .75 0l.574 1.553a.4.4 0 0 0 .236.236l1.552.575a.4.4 0 0 1 0 .75l-1.552.574a.4.4 0 0 0-.236.237l-.574 1.552a.4.4 0 0 1-.75 0l-.575-1.552a.4.4 0 0 0-.236-.237l-1.552-.574a.4.4 0 0 1 0-.75l1.552-.575a.4.4 0 0 0 .236-.236l.575-1.553ZM16.375 12.26a.4.4 0 0 0-.75 0l-.845 2.284a.4.4 0 0 1-.236.236l-2.283.845a.4.4 0 0 0 0 .75l2.283.845a.4.4 0 0 1 .236.236l.845 2.283a.4.4 0 0 0 .75 0l.844-2.283a.4.4 0 0 1 .237-.236l2.282-.845a.4.4 0 0 0 0-.75l-2.282-.845a.4.4 0 0 1-.237-.236l-.844-2.284Z",
31
+ shapeRendering: "geometricPrecision"
32
+ }));
33
+ }
34
+ AskAI.displayName = 'AskAI';
35
+ var _default = (0, _core.createBaseComponent)(AskAI);
36
+ exports["default"] = _default;
@@ -0,0 +1,24 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from '@semcore/core';
4
+ import Icon from '@semcore/icon';
5
+ function AskAI({
6
+ width = '24',
7
+ height = '24',
8
+ viewBox = '0 0 24 24',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "AskAI",
14
+ "data-group": "l",
15
+ width: width,
16
+ height: height,
17
+ viewBox: viewBox
18
+ }, props), /*#__PURE__*/React.createElement("path", {
19
+ d: "M3 6a1 1 0 0 1 0-2h14a1 1 0 1 1 0 2H3ZM3 10a1 1 0 0 1 0-2h10a1 1 0 1 1 0 2H3ZM2 13a1 1 0 0 0 1 1h6a1 1 0 1 0 0-2H3a1 1 0 0 0-1 1ZM19.624 7.26a.4.4 0 0 1 .75 0l.574 1.553a.4.4 0 0 0 .236.236l1.552.575a.4.4 0 0 1 0 .75l-1.552.574a.4.4 0 0 0-.236.237l-.574 1.552a.4.4 0 0 1-.75 0l-.575-1.552a.4.4 0 0 0-.236-.237l-1.552-.574a.4.4 0 0 1 0-.75l1.552-.575a.4.4 0 0 0 .236-.236l.575-1.553ZM16.375 12.26a.4.4 0 0 0-.75 0l-.845 2.284a.4.4 0 0 1-.236.236l-2.283.845a.4.4 0 0 0 0 .75l2.283.845a.4.4 0 0 1 .236.236l.845 2.283a.4.4 0 0 0 .75 0l.844-2.283a.4.4 0 0 1 .237-.236l2.282-.845a.4.4 0 0 0 0-.75l-2.282-.845a.4.4 0 0 1-.237-.236l-.844-2.284Z",
20
+ shapeRendering: "geometricPrecision"
21
+ }));
22
+ }
23
+ AskAI.displayName = 'AskAI';
24
+ export default createBaseComponent(AskAI);
@@ -0,0 +1,6 @@
1
+
2
+ import React from 'react';
3
+ import { IIconProps } from '@semcore/icon';
4
+ declare const _default: <T>(props: IIconProps & T) => React.ReactElement;
5
+ export default _default;
6
+
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = _interopRequireDefault(require("react"));
11
+ var _core = require("@semcore/core");
12
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
13
+ var _excluded = ["width", "height", "viewBox"];
14
+ function AskAI(_ref, ref) {
15
+ var _ref$width = _ref.width,
16
+ width = _ref$width === void 0 ? '16' : _ref$width,
17
+ _ref$height = _ref.height,
18
+ height = _ref$height === void 0 ? '16' : _ref$height,
19
+ _ref$viewBox = _ref.viewBox,
20
+ viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
21
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
22
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
23
+ ref: ref,
24
+ "data-name": "AskAI",
25
+ "data-group": "m",
26
+ width: width,
27
+ height: height,
28
+ viewBox: viewBox
29
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
+ d: "M0 2a1 1 0 0 0 1 1h11a1 1 0 0 0 0-2H1a1 1 0 0 0-1 1ZM1 7.001a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2H1ZM1 11.002a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2H1ZM14.373 5.26a.4.4 0 0 0-.75 0l-.305.824a.4.4 0 0 1-.236.236l-.824.305a.4.4 0 0 0 0 .75l.824.305a.4.4 0 0 1 .236.237l.304.823a.4.4 0 0 0 .75 0l.305-.823a.4.4 0 0 1 .237-.237l.823-.305a.4.4 0 0 0 0-.75l-.823-.305a.4.4 0 0 1-.237-.236l-.304-.823ZM11.374 9.264a.4.4 0 0 0-.75 0l-.575 1.553a.4.4 0 0 1-.236.236l-1.552.574a.4.4 0 0 0 0 .75l1.552.575a.4.4 0 0 1 .236.236l.574 1.553a.4.4 0 0 0 .75 0l.575-1.553a.4.4 0 0 1 .236-.236l1.552-.574a.4.4 0 0 0 0-.75l-1.552-.575a.4.4 0 0 1-.236-.237l-.574-1.552Z",
31
+ shapeRendering: "geometricPrecision"
32
+ }));
33
+ }
34
+ AskAI.displayName = 'AskAI';
35
+ var _default = (0, _core.createBaseComponent)(AskAI);
36
+ exports["default"] = _default;
@@ -0,0 +1,24 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from '@semcore/core';
4
+ import Icon from '@semcore/icon';
5
+ function AskAI({
6
+ width = '16',
7
+ height = '16',
8
+ viewBox = '0 0 16 16',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "AskAI",
14
+ "data-group": "m",
15
+ width: width,
16
+ height: height,
17
+ viewBox: viewBox
18
+ }, props), /*#__PURE__*/React.createElement("path", {
19
+ d: "M0 2a1 1 0 0 0 1 1h11a1 1 0 0 0 0-2H1a1 1 0 0 0-1 1ZM1 7.001a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2H1ZM1 11.002a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2H1ZM14.373 5.26a.4.4 0 0 0-.75 0l-.305.824a.4.4 0 0 1-.236.236l-.824.305a.4.4 0 0 0 0 .75l.824.305a.4.4 0 0 1 .236.237l.304.823a.4.4 0 0 0 .75 0l.305-.823a.4.4 0 0 1 .237-.237l.823-.305a.4.4 0 0 0 0-.75l-.823-.305a.4.4 0 0 1-.237-.236l-.304-.823ZM11.374 9.264a.4.4 0 0 0-.75 0l-.575 1.553a.4.4 0 0 1-.236.236l-1.552.574a.4.4 0 0 0 0 .75l1.552.575a.4.4 0 0 1 .236.236l.574 1.553a.4.4 0 0 0 .75 0l.575-1.553a.4.4 0 0 1 .236-.236l1.552-.574a.4.4 0 0 0 0-.75l-1.552-.575a.4.4 0 0 1-.236-.237l-.574-1.552Z",
20
+ shapeRendering: "geometricPrecision"
21
+ }));
22
+ }
23
+ AskAI.displayName = 'AskAI';
24
+ export default createBaseComponent(AskAI);
package/CHANGELOG.md CHANGED
@@ -2,7 +2,13 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
- ## [4.14.1-prerelease.0] - 2023-11-09
5
+ ## [4.15.0-prerelease.1] - 2023-11-10
6
+
7
+ ### Added
8
+
9
+ - New icons for marking AI features: `AskAI`, `ChatAI`, `StoriesAI`, `SummaryAI`.
10
+
11
+ ## [4.14.1] - 2023-11-09
6
12
 
7
13
  ### Changed
8
14
 
@@ -0,0 +1,6 @@
1
+
2
+ import React from 'react';
3
+ import { IIconProps } from '@semcore/icon';
4
+ declare const _default: <T>(props: IIconProps & T) => React.ReactElement;
5
+ export default _default;
6
+
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = _interopRequireDefault(require("react"));
11
+ var _core = require("@semcore/core");
12
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
13
+ var _excluded = ["width", "height", "viewBox"];
14
+ function ChatAI(_ref, ref) {
15
+ var _ref$width = _ref.width,
16
+ width = _ref$width === void 0 ? '24' : _ref$width,
17
+ _ref$height = _ref.height,
18
+ height = _ref$height === void 0 ? '24' : _ref$height,
19
+ _ref$viewBox = _ref.viewBox,
20
+ viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
21
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
22
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
23
+ ref: ref,
24
+ "data-name": "ChatAI",
25
+ "data-group": "l",
26
+ width: width,
27
+ height: height,
28
+ viewBox: viewBox
29
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
+ d: "M19.4 1.279a.427.427 0 0 0-.8 0l-.812 2.194a.533.533 0 0 1-.316.315L15.28 4.6a.427.427 0 0 0 0 .8l2.194.812c.146.054.26.17.315.316L18.6 8.72a.427.427 0 0 0 .8 0l.812-2.194a.533.533 0 0 1 .316-.315L22.72 5.4a.427.427 0 0 0 0-.8l-2.194-.812a.533.533 0 0 1-.315-.315L19.4 1.279Z",
31
+ shapeRendering: "geometricPrecision"
32
+ }), /*#__PURE__*/_react["default"].createElement("path", {
33
+ d: "M13 5c0-.675.111-1.324.317-1.929-.27-.03-.54-.05-.813-.06-2.633-.109-5.231.645-7.313 2.14-2.083 1.496-3.516 3.64-3.998 6.05-.45 2.25-.035 4.562 1.153 6.552L1.05 21.687a1 1 0 0 0 1.16 1.29l4.888-1.052a12 12 0 0 0 7.28.817c2.575-.517 4.878-1.861 6.465-3.81 1.59-1.952 2.351-4.376 2.115-6.82a9.202 9.202 0 0 0-.496-2.211 5.972 5.972 0 0 1-1.816.87c.163.5.27 1.013.321 1.534.184 1.896-.402 3.802-1.674 5.364-1.275 1.565-3.156 2.68-5.308 3.112-2.152.431-4.402.143-6.326-.802a1 1 0 0 0-.651-.08l-3.512.756.897-2.724a1 1 0 0 0-.118-.868c-1.105-1.653-1.496-3.595-1.121-5.47.376-1.878 1.502-3.596 3.204-4.817 1.704-1.224 3.859-1.858 6.064-1.768.194.008.387.022.578.04V5Z",
34
+ shapeRendering: "geometricPrecision"
35
+ }));
36
+ }
37
+ ChatAI.displayName = 'ChatAI';
38
+ var _default = (0, _core.createBaseComponent)(ChatAI);
39
+ exports["default"] = _default;
@@ -0,0 +1,27 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from '@semcore/core';
4
+ import Icon from '@semcore/icon';
5
+ function ChatAI({
6
+ width = '24',
7
+ height = '24',
8
+ viewBox = '0 0 24 24',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "ChatAI",
14
+ "data-group": "l",
15
+ width: width,
16
+ height: height,
17
+ viewBox: viewBox
18
+ }, props), /*#__PURE__*/React.createElement("path", {
19
+ d: "M19.4 1.279a.427.427 0 0 0-.8 0l-.812 2.194a.533.533 0 0 1-.316.315L15.28 4.6a.427.427 0 0 0 0 .8l2.194.812c.146.054.26.17.315.316L18.6 8.72a.427.427 0 0 0 .8 0l.812-2.194a.533.533 0 0 1 .316-.315L22.72 5.4a.427.427 0 0 0 0-.8l-2.194-.812a.533.533 0 0 1-.315-.315L19.4 1.279Z",
20
+ shapeRendering: "geometricPrecision"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M13 5c0-.675.111-1.324.317-1.929-.27-.03-.54-.05-.813-.06-2.633-.109-5.231.645-7.313 2.14-2.083 1.496-3.516 3.64-3.998 6.05-.45 2.25-.035 4.562 1.153 6.552L1.05 21.687a1 1 0 0 0 1.16 1.29l4.888-1.052a12 12 0 0 0 7.28.817c2.575-.517 4.878-1.861 6.465-3.81 1.59-1.952 2.351-4.376 2.115-6.82a9.202 9.202 0 0 0-.496-2.211 5.972 5.972 0 0 1-1.816.87c.163.5.27 1.013.321 1.534.184 1.896-.402 3.802-1.674 5.364-1.275 1.565-3.156 2.68-5.308 3.112-2.152.431-4.402.143-6.326-.802a1 1 0 0 0-.651-.08l-3.512.756.897-2.724a1 1 0 0 0-.118-.868c-1.105-1.653-1.496-3.595-1.121-5.47.376-1.878 1.502-3.596 3.204-4.817 1.704-1.224 3.859-1.858 6.064-1.768.194.008.387.022.578.04V5Z",
23
+ shapeRendering: "geometricPrecision"
24
+ }));
25
+ }
26
+ ChatAI.displayName = 'ChatAI';
27
+ export default createBaseComponent(ChatAI);
@@ -0,0 +1,6 @@
1
+
2
+ import React from 'react';
3
+ import { IIconProps } from '@semcore/icon';
4
+ declare const _default: <T>(props: IIconProps & T) => React.ReactElement;
5
+ export default _default;
6
+
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = _interopRequireDefault(require("react"));
11
+ var _core = require("@semcore/core");
12
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
13
+ var _excluded = ["width", "height", "viewBox"];
14
+ function ChatAI(_ref, ref) {
15
+ var _ref$width = _ref.width,
16
+ width = _ref$width === void 0 ? '16' : _ref$width,
17
+ _ref$height = _ref.height,
18
+ height = _ref$height === void 0 ? '16' : _ref$height,
19
+ _ref$viewBox = _ref.viewBox,
20
+ viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
21
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
22
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
23
+ ref: ref,
24
+ "data-name": "ChatAI",
25
+ "data-group": "m",
26
+ width: width,
27
+ height: height,
28
+ viewBox: viewBox
29
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
+ d: "M13.374.261a.4.4 0 0 0-.75 0l-.575 1.552a.4.4 0 0 1-.236.237l-1.552.574a.4.4 0 0 0 0 .75l1.552.575a.4.4 0 0 1 .236.236l.575 1.552a.4.4 0 0 0 .75 0l.574-1.552a.4.4 0 0 1 .236-.236l1.552-.575a.4.4 0 0 0 0-.75l-1.552-.574a.4.4 0 0 1-.236-.237L13.374.261Z",
31
+ shapeRendering: "geometricPrecision"
32
+ }), /*#__PURE__*/_react["default"].createElement("path", {
33
+ d: "M12.886 10.895c.758-.887 1.135-1.936 1.112-2.987a4.977 4.977 0 0 0 1.93-.848c.016.106.03.212.04.318.177 1.739-.393 3.451-1.562 4.818-1.164 1.362-2.84 2.288-4.696 2.643a9.063 9.063 0 0 1-5.178-.53l-2.825.58a1.301 1.301 0 0 1-1.49-1.7l.68-1.966C.086 9.856-.194 8.277.131 6.732c.359-1.71 1.421-3.21 2.937-4.247C4.582 1.45 6.462.933 8.358 1.007l.05.002a4.99 4.99 0 0 0-.413 1.993c-1.392.001-2.73.407-3.796 1.136-1.136.777-1.866 1.853-2.108 3.006-.241 1.147.007 2.342.73 3.371.183.263.23.599.126.902l-.437 1.264 1.934-.397a1 1 0 0 1 .625.074c1.293.605 2.812.792 4.266.514 1.454-.278 2.71-.994 3.55-1.977Z",
34
+ shapeRendering: "geometricPrecision"
35
+ }));
36
+ }
37
+ ChatAI.displayName = 'ChatAI';
38
+ var _default = (0, _core.createBaseComponent)(ChatAI);
39
+ exports["default"] = _default;
@@ -0,0 +1,27 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from '@semcore/core';
4
+ import Icon from '@semcore/icon';
5
+ function ChatAI({
6
+ width = '16',
7
+ height = '16',
8
+ viewBox = '0 0 16 16',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "ChatAI",
14
+ "data-group": "m",
15
+ width: width,
16
+ height: height,
17
+ viewBox: viewBox
18
+ }, props), /*#__PURE__*/React.createElement("path", {
19
+ d: "M13.374.261a.4.4 0 0 0-.75 0l-.575 1.552a.4.4 0 0 1-.236.237l-1.552.574a.4.4 0 0 0 0 .75l1.552.575a.4.4 0 0 1 .236.236l.575 1.552a.4.4 0 0 0 .75 0l.574-1.552a.4.4 0 0 1 .236-.236l1.552-.575a.4.4 0 0 0 0-.75l-1.552-.574a.4.4 0 0 1-.236-.237L13.374.261Z",
20
+ shapeRendering: "geometricPrecision"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M12.886 10.895c.758-.887 1.135-1.936 1.112-2.987a4.977 4.977 0 0 0 1.93-.848c.016.106.03.212.04.318.177 1.739-.393 3.451-1.562 4.818-1.164 1.362-2.84 2.288-4.696 2.643a9.063 9.063 0 0 1-5.178-.53l-2.825.58a1.301 1.301 0 0 1-1.49-1.7l.68-1.966C.086 9.856-.194 8.277.131 6.732c.359-1.71 1.421-3.21 2.937-4.247C4.582 1.45 6.462.933 8.358 1.007l.05.002a4.99 4.99 0 0 0-.413 1.993c-1.392.001-2.73.407-3.796 1.136-1.136.777-1.866 1.853-2.108 3.006-.241 1.147.007 2.342.73 3.371.183.263.23.599.126.902l-.437 1.264 1.934-.397a1 1 0 0 1 .625.074c1.293.605 2.812.792 4.266.514 1.454-.278 2.71-.994 3.55-1.977Z",
23
+ shapeRendering: "geometricPrecision"
24
+ }));
25
+ }
26
+ ChatAI.displayName = 'ChatAI';
27
+ export default createBaseComponent(ChatAI);
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![downloads](https://img.shields.io/npm/dt/@semcore/icon.svg)](https://www.npmjs.com/package/@semcore/icon)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/semrush/intergalactic/blob/master/LICENSE)
6
6
 
7
- > This component is part of the Intergalactic design system
7
+ > This component is part of the Intergalactic Design System
8
8
 
9
9
  ### 📖 [Component documentation](https://developer.semrush.com/intergalactic/style/icon/)
10
10
 
@@ -0,0 +1,6 @@
1
+
2
+ import React from 'react';
3
+ import { IIconProps } from '@semcore/icon';
4
+ declare const _default: <T>(props: IIconProps & T) => React.ReactElement;
5
+ export default _default;
6
+
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = _interopRequireDefault(require("react"));
11
+ var _core = require("@semcore/core");
12
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
13
+ var _excluded = ["width", "height", "viewBox"];
14
+ function StoriesAI(_ref, ref) {
15
+ var _ref$width = _ref.width,
16
+ width = _ref$width === void 0 ? '24' : _ref$width,
17
+ _ref$height = _ref.height,
18
+ height = _ref$height === void 0 ? '24' : _ref$height,
19
+ _ref$viewBox = _ref.viewBox,
20
+ viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
21
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
22
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
23
+ ref: ref,
24
+ "data-name": "StoriesAI",
25
+ "data-group": "l",
26
+ width: width,
27
+ height: height,
28
+ viewBox: viewBox
29
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
+ d: "M19.4 1.279a.427.427 0 0 0-.8 0l-.812 2.194a.533.533 0 0 1-.316.315L15.28 4.6a.427.427 0 0 0 0 .8l2.194.812c.146.054.26.17.315.316L18.6 8.72a.427.427 0 0 0 .8 0l.812-2.194a.533.533 0 0 1 .316-.315L22.72 5.4a.427.427 0 0 0 0-.8l-2.194-.812a.533.533 0 0 1-.315-.315L19.4 1.279Z",
31
+ shapeRendering: "geometricPrecision"
32
+ }), /*#__PURE__*/_react["default"].createElement("path", {
33
+ d: "M21 10.835V17a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h11v2H3v11h16v-5.165h2ZM3 22a1 1 0 1 0 0-2H2a1 1 0 1 0 0 2h1ZM12 21a1 1 0 0 1-1 1H7a1 1 0 1 1 0-2h4a1 1 0 0 1 1 1ZM20 22a1 1 0 1 0 0-2h-5a1 1 0 1 0 0 2h5Z",
34
+ shapeRendering: "geometricPrecision"
35
+ }));
36
+ }
37
+ StoriesAI.displayName = 'StoriesAI';
38
+ var _default = (0, _core.createBaseComponent)(StoriesAI);
39
+ exports["default"] = _default;
@@ -0,0 +1,27 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from '@semcore/core';
4
+ import Icon from '@semcore/icon';
5
+ function StoriesAI({
6
+ width = '24',
7
+ height = '24',
8
+ viewBox = '0 0 24 24',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "StoriesAI",
14
+ "data-group": "l",
15
+ width: width,
16
+ height: height,
17
+ viewBox: viewBox
18
+ }, props), /*#__PURE__*/React.createElement("path", {
19
+ d: "M19.4 1.279a.427.427 0 0 0-.8 0l-.812 2.194a.533.533 0 0 1-.316.315L15.28 4.6a.427.427 0 0 0 0 .8l2.194.812c.146.054.26.17.315.316L18.6 8.72a.427.427 0 0 0 .8 0l.812-2.194a.533.533 0 0 1 .316-.315L22.72 5.4a.427.427 0 0 0 0-.8l-2.194-.812a.533.533 0 0 1-.315-.315L19.4 1.279Z",
20
+ shapeRendering: "geometricPrecision"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M21 10.835V17a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h11v2H3v11h16v-5.165h2ZM3 22a1 1 0 1 0 0-2H2a1 1 0 1 0 0 2h1ZM12 21a1 1 0 0 1-1 1H7a1 1 0 1 1 0-2h4a1 1 0 0 1 1 1ZM20 22a1 1 0 1 0 0-2h-5a1 1 0 1 0 0 2h5Z",
23
+ shapeRendering: "geometricPrecision"
24
+ }));
25
+ }
26
+ StoriesAI.displayName = 'StoriesAI';
27
+ export default createBaseComponent(StoriesAI);
@@ -0,0 +1,6 @@
1
+
2
+ import React from 'react';
3
+ import { IIconProps } from '@semcore/icon';
4
+ declare const _default: <T>(props: IIconProps & T) => React.ReactElement;
5
+ export default _default;
6
+
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = _interopRequireDefault(require("react"));
11
+ var _core = require("@semcore/core");
12
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
13
+ var _excluded = ["width", "height", "viewBox"];
14
+ function StoriesAI(_ref, ref) {
15
+ var _ref$width = _ref.width,
16
+ width = _ref$width === void 0 ? '16' : _ref$width,
17
+ _ref$height = _ref.height,
18
+ height = _ref$height === void 0 ? '16' : _ref$height,
19
+ _ref$viewBox = _ref.viewBox,
20
+ viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
21
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
22
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
23
+ ref: ref,
24
+ "data-name": "StoriesAI",
25
+ "data-group": "m",
26
+ width: width,
27
+ height: height,
28
+ viewBox: viewBox
29
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
+ d: "M13.375.261a.4.4 0 0 0-.75 0l-.574 1.552a.4.4 0 0 1-.236.237l-1.552.574a.4.4 0 0 0 0 .75l1.552.575a.4.4 0 0 1 .236.236l.574 1.552a.4.4 0 0 0 .75 0l.575-1.552a.4.4 0 0 1 .236-.236l1.552-.575a.4.4 0 0 0 0-.75l-1.552-.574a.4.4 0 0 1-.236-.237L13.375.261Z",
31
+ shapeRendering: "geometricPrecision"
32
+ }), /*#__PURE__*/_react["default"].createElement("path", {
33
+ d: "M15.002 8.116V11a1 1 0 0 1-1 1h-12a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6v2h-5v7h10V8.116h2ZM3 15.002a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM7.001 16.003a1 1 0 0 0 0-2h-1a1 1 0 0 0 0 2h1ZM15.002 15a1 1 0 0 1-1 1h-3a1 1 0 1 1 0-2h3a1 1 0 0 1 1 1Z",
34
+ shapeRendering: "geometricPrecision"
35
+ }));
36
+ }
37
+ StoriesAI.displayName = 'StoriesAI';
38
+ var _default = (0, _core.createBaseComponent)(StoriesAI);
39
+ exports["default"] = _default;
@@ -0,0 +1,27 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from '@semcore/core';
4
+ import Icon from '@semcore/icon';
5
+ function StoriesAI({
6
+ width = '16',
7
+ height = '16',
8
+ viewBox = '0 0 16 16',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "StoriesAI",
14
+ "data-group": "m",
15
+ width: width,
16
+ height: height,
17
+ viewBox: viewBox
18
+ }, props), /*#__PURE__*/React.createElement("path", {
19
+ d: "M13.375.261a.4.4 0 0 0-.75 0l-.574 1.552a.4.4 0 0 1-.236.237l-1.552.574a.4.4 0 0 0 0 .75l1.552.575a.4.4 0 0 1 .236.236l.574 1.552a.4.4 0 0 0 .75 0l.575-1.552a.4.4 0 0 1 .236-.236l1.552-.575a.4.4 0 0 0 0-.75l-1.552-.574a.4.4 0 0 1-.236-.237L13.375.261Z",
20
+ shapeRendering: "geometricPrecision"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M15.002 8.116V11a1 1 0 0 1-1 1h-12a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6v2h-5v7h10V8.116h2ZM3 15.002a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM7.001 16.003a1 1 0 0 0 0-2h-1a1 1 0 0 0 0 2h1ZM15.002 15a1 1 0 0 1-1 1h-3a1 1 0 1 1 0-2h3a1 1 0 0 1 1 1Z",
23
+ shapeRendering: "geometricPrecision"
24
+ }));
25
+ }
26
+ StoriesAI.displayName = 'StoriesAI';
27
+ export default createBaseComponent(StoriesAI);
@@ -0,0 +1,6 @@
1
+
2
+ import React from 'react';
3
+ import { IIconProps } from '@semcore/icon';
4
+ declare const _default: <T>(props: IIconProps & T) => React.ReactElement;
5
+ export default _default;
6
+
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = _interopRequireDefault(require("react"));
11
+ var _core = require("@semcore/core");
12
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
13
+ var _excluded = ["width", "height", "viewBox"];
14
+ function SummaryAI(_ref, ref) {
15
+ var _ref$width = _ref.width,
16
+ width = _ref$width === void 0 ? '24' : _ref$width,
17
+ _ref$height = _ref.height,
18
+ height = _ref$height === void 0 ? '24' : _ref$height,
19
+ _ref$viewBox = _ref.viewBox,
20
+ viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
21
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
22
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
23
+ ref: ref,
24
+ "data-name": "SummaryAI",
25
+ "data-group": "l",
26
+ width: width,
27
+ height: height,
28
+ viewBox: viewBox
29
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
+ d: "M17.369 3.267a.388.388 0 0 0-.738 0l-.756 2.299a.485.485 0 0 1-.31.31l-2.298.755a.388.388 0 0 0 0 .738l2.299.756a.485.485 0 0 1 .31.31l.755 2.298c.117.356.62.356.738 0l.756-2.299a.485.485 0 0 1 .31-.31l2.298-.755a.388.388 0 0 0 0-.738l-2.299-.756a.485.485 0 0 1-.31-.31l-.755-2.298ZM9.873 9.27a.393.393 0 0 0-.746 0l-1.295 3.936a.982.982 0 0 1-.626.626L3.27 15.127a.393.393 0 0 0 0 .746l3.936 1.295c.297.097.529.33.626.626l1.295 3.936c.118.36.628.36.746 0l1.295-3.936a.982.982 0 0 1 .626-.626l3.936-1.295a.393.393 0 0 0 0-.746l-3.936-1.295a.982.982 0 0 1-.626-.626L9.873 9.27Z",
31
+ shapeRendering: "geometricPrecision"
32
+ }));
33
+ }
34
+ SummaryAI.displayName = 'SummaryAI';
35
+ var _default = (0, _core.createBaseComponent)(SummaryAI);
36
+ exports["default"] = _default;
@@ -0,0 +1,24 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from '@semcore/core';
4
+ import Icon from '@semcore/icon';
5
+ function SummaryAI({
6
+ width = '24',
7
+ height = '24',
8
+ viewBox = '0 0 24 24',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "SummaryAI",
14
+ "data-group": "l",
15
+ width: width,
16
+ height: height,
17
+ viewBox: viewBox
18
+ }, props), /*#__PURE__*/React.createElement("path", {
19
+ d: "M17.369 3.267a.388.388 0 0 0-.738 0l-.756 2.299a.485.485 0 0 1-.31.31l-2.298.755a.388.388 0 0 0 0 .738l2.299.756a.485.485 0 0 1 .31.31l.755 2.298c.117.356.62.356.738 0l.756-2.299a.485.485 0 0 1 .31-.31l2.298-.755a.388.388 0 0 0 0-.738l-2.299-.756a.485.485 0 0 1-.31-.31l-.755-2.298ZM9.873 9.27a.393.393 0 0 0-.746 0l-1.295 3.936a.982.982 0 0 1-.626.626L3.27 15.127a.393.393 0 0 0 0 .746l3.936 1.295c.297.097.529.33.626.626l1.295 3.936c.118.36.628.36.746 0l1.295-3.936a.982.982 0 0 1 .626-.626l3.936-1.295a.393.393 0 0 0 0-.746l-3.936-1.295a.982.982 0 0 1-.626-.626L9.873 9.27Z",
20
+ shapeRendering: "geometricPrecision"
21
+ }));
22
+ }
23
+ SummaryAI.displayName = 'SummaryAI';
24
+ export default createBaseComponent(SummaryAI);
@@ -0,0 +1,6 @@
1
+
2
+ import React from 'react';
3
+ import { IIconProps } from '@semcore/icon';
4
+ declare const _default: <T>(props: IIconProps & T) => React.ReactElement;
5
+ export default _default;
6
+
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = _interopRequireDefault(require("react"));
11
+ var _core = require("@semcore/core");
12
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
13
+ var _excluded = ["width", "height", "viewBox"];
14
+ function SummaryAI(_ref, ref) {
15
+ var _ref$width = _ref.width,
16
+ width = _ref$width === void 0 ? '16' : _ref$width,
17
+ _ref$height = _ref.height,
18
+ height = _ref$height === void 0 ? '16' : _ref$height,
19
+ _ref$viewBox = _ref.viewBox,
20
+ viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
21
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
22
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
23
+ ref: ref,
24
+ "data-name": "SummaryAI",
25
+ "data-group": "m",
26
+ width: width,
27
+ height: height,
28
+ viewBox: viewBox
29
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
+ d: "M12.365 1.264a.385.385 0 0 0-.73 0l-.511 1.553a.48.48 0 0 1-.307.307l-1.553.51a.385.385 0 0 0 0 .731l1.553.511a.48.48 0 0 1 .307.307l.51 1.553a.385.385 0 0 0 .731 0l.511-1.553a.48.48 0 0 1 .307-.307l1.553-.51a.385.385 0 0 0 0-.731l-1.553-.511a.48.48 0 0 1-.307-.307l-.51-1.553ZM6.371 5.269a.39.39 0 0 0-.742 0L4.704 8.08a.977.977 0 0 1-.623.623l-2.812.925a.39.39 0 0 0 0 .742l2.812.925a.977.977 0 0 1 .623.623l.925 2.812a.39.39 0 0 0 .742 0l.925-2.812a.977.977 0 0 1 .623-.623l2.812-.925a.39.39 0 0 0 0-.742L7.92 8.704a.977.977 0 0 1-.623-.623L6.371 5.27Z",
31
+ shapeRendering: "geometricPrecision"
32
+ }));
33
+ }
34
+ SummaryAI.displayName = 'SummaryAI';
35
+ var _default = (0, _core.createBaseComponent)(SummaryAI);
36
+ exports["default"] = _default;
@@ -0,0 +1,24 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from '@semcore/core';
4
+ import Icon from '@semcore/icon';
5
+ function SummaryAI({
6
+ width = '16',
7
+ height = '16',
8
+ viewBox = '0 0 16 16',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "SummaryAI",
14
+ "data-group": "m",
15
+ width: width,
16
+ height: height,
17
+ viewBox: viewBox
18
+ }, props), /*#__PURE__*/React.createElement("path", {
19
+ d: "M12.365 1.264a.385.385 0 0 0-.73 0l-.511 1.553a.48.48 0 0 1-.307.307l-1.553.51a.385.385 0 0 0 0 .731l1.553.511a.48.48 0 0 1 .307.307l.51 1.553a.385.385 0 0 0 .731 0l.511-1.553a.48.48 0 0 1 .307-.307l1.553-.51a.385.385 0 0 0 0-.731l-1.553-.511a.48.48 0 0 1-.307-.307l-.51-1.553ZM6.371 5.269a.39.39 0 0 0-.742 0L4.704 8.08a.977.977 0 0 1-.623.623l-2.812.925a.39.39 0 0 0 0 .742l2.812.925a.977.977 0 0 1 .623.623l.925 2.812a.39.39 0 0 0 .742 0l.925-2.812a.977.977 0 0 1 .623-.623l2.812-.925a.39.39 0 0 0 0-.742L7.92 8.704a.977.977 0 0 1-.623-.623L6.371 5.27Z",
20
+ shapeRendering: "geometricPrecision"
21
+ }));
22
+ }
23
+ SummaryAI.displayName = 'SummaryAI';
24
+ export default createBaseComponent(SummaryAI);