@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 +6 -0
- package/LookerStudio/l/index.d.ts +7 -0
- package/LookerStudio/l/index.js +60 -0
- package/LookerStudio/l/index.mjs +40 -0
- package/LookerStudio/m/index.d.ts +7 -0
- package/LookerStudio/m/index.js +60 -0
- package/LookerStudio/m/index.mjs +40 -0
- package/lib/cjs/Icon.js +7 -7
- package/lib/es6/Icon.js +7 -7
- package/package.json +1 -1
- package/svg-new/icon/LookerStudio/l.svg +1 -0
- package/svg-new/icon/LookerStudio/m.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -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
|
-
"
|
|
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
|
-
, "
|
|
57
|
+
, "fuhr6_gg_")
|
|
58
58
|
/*__reshadow_css_end__*/
|
|
59
59
|
, {
|
|
60
|
-
"__SIcon": "
|
|
61
|
-
"--color": "--
|
|
62
|
-
"_keyboardFocused": "
|
|
63
|
-
"_interactive": "
|
|
64
|
-
"--color-interactive": "--color-
|
|
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
|
-
"
|
|
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
|
-
, "
|
|
30
|
+
, "fuhr6_gg_")
|
|
31
31
|
/*__reshadow_css_end__*/
|
|
32
32
|
, {
|
|
33
|
-
"__SIcon": "
|
|
34
|
-
"--color": "--
|
|
35
|
-
"_keyboardFocused": "
|
|
36
|
-
"_interactive": "
|
|
37
|
-
"--color-interactive": "--color-
|
|
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
|
@@ -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>
|