@semcore/icon 3.1.2 → 3.2.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
+ ## [3.2.0] - 2022-11-04
6
+
7
+ ### Added
8
+
9
+ - Added `LookerStudio` icon.
10
+
5
11
  ## [3.1.2] - 2022-10-26
6
12
 
7
13
  ### Fixed
@@ -0,0 +1,7 @@
1
+
2
+ import React from 'react';
3
+ import { Merge } from '@semcore/core';
4
+ import { IIconProps } from '@semcore/icon';
5
+ declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
6
+ export default _default;
7
+
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _core = require("@semcore/core");
17
+
18
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
19
+
20
+ var _excluded = ["width", "height", "viewBox"];
21
+
22
+ function LookerStudio(_ref, ref) {
23
+ var _ref$width = _ref.width,
24
+ width = _ref$width === void 0 ? '24' : _ref$width,
25
+ _ref$height = _ref.height,
26
+ height = _ref$height === void 0 ? '24' : _ref$height,
27
+ _ref$viewBox = _ref.viewBox,
28
+ viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
29
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
30
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
31
+ ref: ref,
32
+ "data-name": "LookerStudio",
33
+ "data-group": "l",
34
+ width: width,
35
+ height: height,
36
+ viewBox: viewBox
37
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
38
+ d: "M12.6 1.04a1.926 1.926 0 0 0-1.597 3l.823-.821a.812.812 0 1 1 .519.517l-.822.822A1.925 1.925 0 1 0 12.6 1.04Z",
39
+ fill: "#34A853",
40
+ shapeRendering: "geometricPrecision"
41
+ }), /*#__PURE__*/_react["default"].createElement("path", {
42
+ d: "M11.259 6.972a2.992 2.992 0 0 0-.6-1.803L9.59 6.236A1.53 1.53 0 0 1 9.3 8.083L9.88 9.5a3.008 3.008 0 0 0 1.38-2.528Z",
43
+ fill: "#FBBC04",
44
+ shapeRendering: "geometricPrecision"
45
+ }), /*#__PURE__*/_react["default"].createElement("path", {
46
+ d: "M8.204 8.333h-.028a1.531 1.531 0 1 1 .841-2.81l1.057-1.058a3.01 3.01 0 1 0-1.29 5.287l-.58-1.419Z",
47
+ fill: "#EA4335",
48
+ shapeRendering: "geometricPrecision"
49
+ }), /*#__PURE__*/_react["default"].createElement("path", {
50
+ d: "M11.994 9.3a6.83 6.83 0 0 0-1.972.29l.846 2.066a4.607 4.607 0 1 1-1.035.4l-.837-2.06A6.83 6.83 0 1 0 12 9.298l-.006.001Z",
51
+ fill: "#4285F4",
52
+ shapeRendering: "geometricPrecision"
53
+ }));
54
+ }
55
+
56
+ LookerStudio.displayName = 'LookerStudio';
57
+
58
+ var _default = (0, _core.createBaseComponent)(LookerStudio);
59
+
60
+ exports["default"] = _default;
@@ -0,0 +1,40 @@
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
+
3
+ import React from 'react';
4
+ import { createBaseComponent } from '@semcore/core';
5
+ import Icon from '@semcore/icon';
6
+
7
+ function LookerStudio({
8
+ width = '24',
9
+ height = '24',
10
+ viewBox = '0 0 24 24',
11
+ ...props
12
+ }, ref) {
13
+ return /*#__PURE__*/React.createElement(Icon, _extends({
14
+ ref: ref,
15
+ "data-name": "LookerStudio",
16
+ "data-group": "l",
17
+ width: width,
18
+ height: height,
19
+ viewBox: viewBox
20
+ }, props), /*#__PURE__*/React.createElement("path", {
21
+ d: "M12.6 1.04a1.926 1.926 0 0 0-1.597 3l.823-.821a.812.812 0 1 1 .519.517l-.822.822A1.925 1.925 0 1 0 12.6 1.04Z",
22
+ fill: "#34A853",
23
+ shapeRendering: "geometricPrecision"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M11.259 6.972a2.992 2.992 0 0 0-.6-1.803L9.59 6.236A1.53 1.53 0 0 1 9.3 8.083L9.88 9.5a3.008 3.008 0 0 0 1.38-2.528Z",
26
+ fill: "#FBBC04",
27
+ shapeRendering: "geometricPrecision"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M8.204 8.333h-.028a1.531 1.531 0 1 1 .841-2.81l1.057-1.058a3.01 3.01 0 1 0-1.29 5.287l-.58-1.419Z",
30
+ fill: "#EA4335",
31
+ shapeRendering: "geometricPrecision"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M11.994 9.3a6.83 6.83 0 0 0-1.972.29l.846 2.066a4.607 4.607 0 1 1-1.035.4l-.837-2.06A6.83 6.83 0 1 0 12 9.298l-.006.001Z",
34
+ fill: "#4285F4",
35
+ shapeRendering: "geometricPrecision"
36
+ }));
37
+ }
38
+
39
+ LookerStudio.displayName = 'LookerStudio';
40
+ export default createBaseComponent(LookerStudio);
@@ -0,0 +1,7 @@
1
+
2
+ import React from 'react';
3
+ import { Merge } from '@semcore/core';
4
+ import { IIconProps } from '@semcore/icon';
5
+ declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
6
+ export default _default;
7
+
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _core = require("@semcore/core");
17
+
18
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
19
+
20
+ var _excluded = ["width", "height", "viewBox"];
21
+
22
+ function LookerStudio(_ref, ref) {
23
+ var _ref$width = _ref.width,
24
+ width = _ref$width === void 0 ? '16' : _ref$width,
25
+ _ref$height = _ref.height,
26
+ height = _ref$height === void 0 ? '16' : _ref$height,
27
+ _ref$viewBox = _ref.viewBox,
28
+ viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
29
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
30
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
31
+ ref: ref,
32
+ "data-name": "LookerStudio",
33
+ "data-group": "m",
34
+ width: width,
35
+ height: height,
36
+ viewBox: viewBox
37
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
38
+ d: "M8.936.038a1.399 1.399 0 0 0-1.16 2.18l.597-.597a.59.59 0 1 1 .377.376l-.597.596A1.398 1.398 0 1 0 8.936.038Z",
39
+ fill: "#34A853",
40
+ shapeRendering: "geometricPrecision"
41
+ }), /*#__PURE__*/_react["default"].createElement("path", {
42
+ d: "M7.961 4.348c.001-.473-.152-.932-.435-1.31l-.776.775c.243.443.156.994-.212 1.341l.421 1.03a2.185 2.185 0 0 0 1.002-1.836Z",
43
+ fill: "#FBBC04",
44
+ shapeRendering: "geometricPrecision"
45
+ }), /*#__PURE__*/_react["default"].createElement("path", {
46
+ d: "M5.742 5.336h-.02a1.112 1.112 0 1 1 .611-2.042l.768-.768a2.186 2.186 0 1 0-.937 3.84l-.422-1.03Z",
47
+ fill: "#EA4335",
48
+ shapeRendering: "geometricPrecision"
49
+ }), /*#__PURE__*/_react["default"].createElement("path", {
50
+ d: "M8.496 6.039c-.485 0-.968.07-1.433.21l.614 1.5a3.347 3.347 0 1 1-.752.29l-.607-1.495A4.961 4.961 0 1 0 8.5 6.038h-.004Z",
51
+ fill: "#4285F4",
52
+ shapeRendering: "geometricPrecision"
53
+ }));
54
+ }
55
+
56
+ LookerStudio.displayName = 'LookerStudio';
57
+
58
+ var _default = (0, _core.createBaseComponent)(LookerStudio);
59
+
60
+ exports["default"] = _default;
@@ -0,0 +1,40 @@
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
+
3
+ import React from 'react';
4
+ import { createBaseComponent } from '@semcore/core';
5
+ import Icon from '@semcore/icon';
6
+
7
+ function LookerStudio({
8
+ width = '16',
9
+ height = '16',
10
+ viewBox = '0 0 16 16',
11
+ ...props
12
+ }, ref) {
13
+ return /*#__PURE__*/React.createElement(Icon, _extends({
14
+ ref: ref,
15
+ "data-name": "LookerStudio",
16
+ "data-group": "m",
17
+ width: width,
18
+ height: height,
19
+ viewBox: viewBox
20
+ }, props), /*#__PURE__*/React.createElement("path", {
21
+ d: "M8.936.038a1.399 1.399 0 0 0-1.16 2.18l.597-.597a.59.59 0 1 1 .377.376l-.597.596A1.398 1.398 0 1 0 8.936.038Z",
22
+ fill: "#34A853",
23
+ shapeRendering: "geometricPrecision"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M7.961 4.348c.001-.473-.152-.932-.435-1.31l-.776.775c.243.443.156.994-.212 1.341l.421 1.03a2.185 2.185 0 0 0 1.002-1.836Z",
26
+ fill: "#FBBC04",
27
+ shapeRendering: "geometricPrecision"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M5.742 5.336h-.02a1.112 1.112 0 1 1 .611-2.042l.768-.768a2.186 2.186 0 1 0-.937 3.84l-.422-1.03Z",
30
+ fill: "#EA4335",
31
+ shapeRendering: "geometricPrecision"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M8.496 6.039c-.485 0-.968.07-1.433.21l.614 1.5a3.347 3.347 0 1 1-.752.29l-.607-1.495A4.961 4.961 0 1 0 8.5 6.038h-.004Z",
34
+ fill: "#4285F4",
35
+ shapeRendering: "geometricPrecision"
36
+ }));
37
+ }
38
+
39
+ LookerStudio.displayName = 'LookerStudio';
40
+ export default createBaseComponent(LookerStudio);
package/lib/cjs/Icon.js CHANGED
@@ -52,16 +52,16 @@ var styles = (
52
52
  /*__reshadow_css_start__*/
53
53
  _core.sstyled.insert(
54
54
  /*__inner_css_start__*/
55
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SIcon_xbeyq_gg_ {\n display: inline-block;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n shape-rendering: geometricPrecision;\n box-sizing: content-box;\n fill: currentColor;\n flex-shrink: 0;\n outline: none;\n color: var(--color_xbeyq);\n}\n\n.___SIcon_xbeyq_gg_.__keyboardFocused_xbeyq_gg_ {\n box-shadow: 0 0 0 3px rgba(0, 143, 248, 0.2);\n}\n\n.___SIcon_xbeyq_gg_.__interactive_xbeyq_gg_ {\n cursor: pointer\n}\n\n.___SIcon_xbeyq_gg_.__interactive_xbeyq_gg_:hover {\n color: var(--color-interactive_xbeyq);\n }\n"
55
+ ".___SIcon_fuhr6_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_fuhr6)}.___SIcon_fuhr6_gg_.__keyboardFocused_fuhr6_gg_{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SIcon_fuhr6_gg_.__interactive_fuhr6_gg_{cursor:pointer}.___SIcon_fuhr6_gg_.__interactive_fuhr6_gg_:hover{color:var(--color-interactive_fuhr6)}"
56
56
  /*__inner_css_end__*/
57
- , "xbeyq_gg_")
57
+ , "fuhr6_gg_")
58
58
  /*__reshadow_css_end__*/
59
59
  , {
60
- "__SIcon": "___SIcon_xbeyq_gg_",
61
- "--color": "--color_xbeyq",
62
- "_keyboardFocused": "__keyboardFocused_xbeyq_gg_",
63
- "_interactive": "__interactive_xbeyq_gg_",
64
- "--color-interactive": "--color-interactive_xbeyq"
60
+ "__SIcon": "___SIcon_fuhr6_gg_",
61
+ "--color": "--color_fuhr6",
62
+ "_keyboardFocused": "__keyboardFocused_fuhr6_gg_",
63
+ "_interactive": "__interactive_fuhr6_gg_",
64
+ "--color-interactive": "--color-interactive_fuhr6"
65
65
  });
66
66
 
67
67
  function Icon(props, ref) {
package/lib/es6/Icon.js CHANGED
@@ -25,16 +25,16 @@ var styles = (
25
25
  /*__reshadow_css_start__*/
26
26
  _sstyled.insert(
27
27
  /*__inner_css_start__*/
28
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SIcon_xbeyq_gg_ {\n display: inline-block;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n shape-rendering: geometricPrecision;\n box-sizing: content-box;\n fill: currentColor;\n flex-shrink: 0;\n outline: none;\n color: var(--color_xbeyq);\n}\n\n.___SIcon_xbeyq_gg_.__keyboardFocused_xbeyq_gg_ {\n box-shadow: 0 0 0 3px rgba(0, 143, 248, 0.2);\n}\n\n.___SIcon_xbeyq_gg_.__interactive_xbeyq_gg_ {\n cursor: pointer\n}\n\n.___SIcon_xbeyq_gg_.__interactive_xbeyq_gg_:hover {\n color: var(--color-interactive_xbeyq);\n }\n"
28
+ ".___SIcon_fuhr6_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_fuhr6)}.___SIcon_fuhr6_gg_.__keyboardFocused_fuhr6_gg_{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SIcon_fuhr6_gg_.__interactive_fuhr6_gg_{cursor:pointer}.___SIcon_fuhr6_gg_.__interactive_fuhr6_gg_:hover{color:var(--color-interactive_fuhr6)}"
29
29
  /*__inner_css_end__*/
30
- , "xbeyq_gg_")
30
+ , "fuhr6_gg_")
31
31
  /*__reshadow_css_end__*/
32
32
  , {
33
- "__SIcon": "___SIcon_xbeyq_gg_",
34
- "--color": "--color_xbeyq",
35
- "_keyboardFocused": "__keyboardFocused_xbeyq_gg_",
36
- "_interactive": "__interactive_xbeyq_gg_",
37
- "--color-interactive": "--color-interactive_xbeyq"
33
+ "__SIcon": "___SIcon_fuhr6_gg_",
34
+ "--color": "--color_fuhr6",
35
+ "_keyboardFocused": "__keyboardFocused_fuhr6_gg_",
36
+ "_interactive": "__interactive_fuhr6_gg_",
37
+ "--color-interactive": "--color-interactive_fuhr6"
38
38
  });
39
39
 
40
40
  function Icon(props, ref) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/icon",
3
3
  "description": "Semrush Icon Component",
4
- "version": "3.1.2",
4
+ "version": "3.2.0",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",
@@ -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.6 1.04a1.926 1.926 0 0 0-1.597 3l.823-.821a.812.812 0 1 1 .519.517l-.822.822A1.925 1.925 0 1 0 12.6 1.04Z" fill="#34A853"/><path d="M11.259 6.972a2.992 2.992 0 0 0-.6-1.803L9.59 6.236A1.53 1.53 0 0 1 9.3 8.083L9.88 9.5a3.008 3.008 0 0 0 1.38-2.528Z" fill="#FBBC04"/><path d="M8.204 8.333h-.028a1.531 1.531 0 1 1 .841-2.81l1.057-1.058a3.01 3.01 0 1 0-1.29 5.287l-.58-1.419Z" fill="#EA4335"/><path d="M11.994 9.3a6.83 6.83 0 0 0-1.972.29l.846 2.066a4.607 4.607 0 1 1-1.035.4l-.837-2.06A6.83 6.83 0 1 0 12 9.298l-.006.001Z" fill="#4285F4"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.936.038a1.399 1.399 0 0 0-1.16 2.18l.597-.597a.59.59 0 1 1 .377.376l-.597.596A1.398 1.398 0 1 0 8.936.038Z" fill="#34A853"/><path d="M7.961 4.348c.001-.473-.152-.932-.435-1.31l-.776.775c.243.443.156.994-.212 1.341l.421 1.03a2.185 2.185 0 0 0 1.002-1.836Z" fill="#FBBC04"/><path d="M5.742 5.336h-.02a1.112 1.112 0 1 1 .611-2.042l.768-.768a2.186 2.186 0 1 0-.937 3.84l-.422-1.03Z" fill="#EA4335"/><path d="M8.496 6.039c-.485 0-.968.07-1.433.21l.614 1.5a3.347 3.347 0 1 1-.752.29l-.607-1.495A4.961 4.961 0 1 0 8.5 6.038h-.004Z" fill="#4285F4"/></svg>