@semcore/icon 4.61.0 → 4.62.0

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 (37) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/color/Confluence/l/index.js +4 -4
  3. package/color/Confluence/l/index.mjs +4 -4
  4. package/color/Confluence/m/index.js +4 -4
  5. package/color/Confluence/m/index.mjs +4 -4
  6. package/color/MetaColored/l/index.js +4 -4
  7. package/color/MetaColored/l/index.mjs +4 -4
  8. package/color/MetaColored/m/index.js +4 -4
  9. package/color/MetaColored/m/index.mjs +4 -4
  10. package/color/MicrosoftOffice/l/index.js +10 -10
  11. package/color/MicrosoftOffice/l/index.mjs +10 -10
  12. package/color/MicrosoftOffice/m/index.js +10 -10
  13. package/color/MicrosoftOffice/m/index.mjs +10 -10
  14. package/lib/cjs/Icon.js +8 -6
  15. package/lib/cjs/Icon.js.map +1 -1
  16. package/lib/es6/Icon.js +8 -6
  17. package/lib/es6/Icon.js.map +1 -1
  18. package/lib/esm/Icon.mjs +71 -54
  19. package/lib/esm/index.mjs +2 -2
  20. package/lib/esm/style/icon.shadow.css +22 -0
  21. package/package.json +9 -4
  22. package/pay/Discover/l/index.js +1 -1
  23. package/pay/Discover/l/index.mjs +1 -1
  24. package/pay/Discover/m/index.js +1 -1
  25. package/pay/Discover/m/index.mjs +1 -1
  26. package/pay/JCB/l/index.js +10 -10
  27. package/pay/JCB/l/index.mjs +10 -10
  28. package/pay/JCB/m/index.js +10 -10
  29. package/pay/JCB/m/index.mjs +10 -10
  30. package/pay/Visa/l/index.js +2 -2
  31. package/pay/Visa/l/index.mjs +2 -2
  32. package/pay/Visa/m/index.js +2 -2
  33. package/pay/Visa/m/index.mjs +2 -2
  34. package/platform/EnterpriseSolutions/index.d.ts +6 -0
  35. package/platform/EnterpriseSolutions/index.js +39 -0
  36. package/platform/EnterpriseSolutions/index.mjs +28 -0
  37. package/svg/platform/EnterpriseSolutions/EnterpriseSolutions.svg +1 -0
@@ -17,7 +17,7 @@ function RootVisa({
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
19
  d: "M21 14.55c0 .8-.6 1.45-1.31 1.45H1.3C.6 16 0 15.35 0 14.55V1.45C0 .65.6 0 1.31 0H19.7C20.4 0 21 .65 21 1.45v13.1Z",
20
- fill: "url(#intergalactic-icon-Visa_m_a-4.61.0)",
20
+ fill: "url(#intergalactic-icon-Visa_m_a-4.62.0)",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "M11.97 8.33c-.52-.26-1.18-.66-1.18-1.46.07-1.07.99-1.8 2.37-1.87.52 0 .98.13 1.3.27l-.32 1.2c-.58-.3-1.05-.28-1.3-.27h-.08c-.4.07-.59.27-.59.47-.02.24.28.4.65.6.55.3 1.25.7 1.25 1.53 0 1.13-.98 1.87-2.42 1.87a4.4 4.4 0 0 1-1.51-.27l.26-1.2.1.04c.31.13.7.3 1.34.3.4 0 .86-.2.86-.54 0-.2-.2-.4-.72-.67ZM7.05 5.13l-1.44 3.6L5 5.67a.64.64 0 0 0-.65-.54H2v.14l.3.08c.4.1.82.22 1.08.38.2.14.26.2.33.47l1.05 4.27H6.2l2.23-5.34H7.05ZM9.09 5.13 7.9 10.47h1.37l1.19-5.34H9.09Z",
@@ -30,7 +30,7 @@ function RootVisa({
30
30
  fill: "#fff",
31
31
  shapeRendering: "geometricPrecision"
32
32
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
33
- id: "intergalactic-icon-Visa_m_a-4.61.0",
33
+ id: "intergalactic-icon-Visa_m_a-4.62.0",
34
34
  x1: "0",
35
35
  y1: "16",
36
36
  x2: "21",
@@ -0,0 +1,6 @@
1
+
2
+ import { IconProps } from '@semcore/icon';
3
+ import { Intergalactic } from '@semcore/utils/lib/core';
4
+ declare const _default: Intergalactic.Component<'svg', IconProps>;
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 _index = _interopRequireDefault(require("../../lib/cjs/index.js"));
13
+ var _excluded = ["width", "height", "viewBox"];
14
+ function RootEnterpriseSolutions(_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(_index["default"], (0, _extends2["default"])({
23
+ ref: ref,
24
+ "data-name": "EnterpriseSolutions",
25
+ "data-group": "",
26
+ width: width,
27
+ height: height,
28
+ viewBox: viewBox
29
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
+ d: "M12.245 3.15a2 2 0 0 1 2.757 1.851V21h-10a1 1 0 0 1-1-1V8.538A3 3 0 0 1 5.867 5.76l6.378-2.61ZM8.002 15a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2h-3Zm0-4a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2h-3Z",
31
+ shapeRendering: "geometricPrecision"
32
+ }), /*#__PURE__*/_react["default"].createElement("path", {
33
+ d: "M17.949 10.315a3 3 0 0 1 2.053 2.847V20a1 1 0 0 1-1 1h-2V10l.947.315Z",
34
+ shapeRendering: "geometricPrecision"
35
+ }));
36
+ }
37
+ RootEnterpriseSolutions.displayName = 'EnterpriseSolutions';
38
+ var EnterpriseSolutions = (0, _core.createBaseComponent)(RootEnterpriseSolutions);
39
+ exports["default"] = EnterpriseSolutions;
@@ -0,0 +1,28 @@
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 '../../lib/esm/index.mjs';
5
+ function RootEnterpriseSolutions({
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": "EnterpriseSolutions",
14
+ "data-group": "",
15
+ width: width,
16
+ height: height,
17
+ viewBox: viewBox
18
+ }, props), /*#__PURE__*/React.createElement("path", {
19
+ d: "M12.245 3.15a2 2 0 0 1 2.757 1.851V21h-10a1 1 0 0 1-1-1V8.538A3 3 0 0 1 5.867 5.76l6.378-2.61ZM8.002 15a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2h-3Zm0-4a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2h-3Z",
20
+ shapeRendering: "geometricPrecision"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M17.949 10.315a3 3 0 0 1 2.053 2.847V20a1 1 0 0 1-1 1h-2V10l.947.315Z",
23
+ shapeRendering: "geometricPrecision"
24
+ }));
25
+ }
26
+ RootEnterpriseSolutions.displayName = 'EnterpriseSolutions';
27
+ const EnterpriseSolutions = createBaseComponent(RootEnterpriseSolutions);
28
+ export { EnterpriseSolutions as default };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.245 3.15a2 2 0 0 1 2.757 1.851V21h-10a1 1 0 0 1-1-1V8.538A3 3 0 0 1 5.867 5.76l6.378-2.61ZM8.002 15a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2h-3Zm0-4a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2h-3Z"/><path d="M17.949 10.315a3 3 0 0 1 2.053 2.847V20a1 1 0 0 1-1 1h-2V10l.947.315Z"/></svg>