@auth0/quantum-product 1.5.18 → 1.6.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/README.md +1 -1
- package/esm/foundations/token-tables.js +11 -60
- package/esm/identicons/icons/icon-access-token.js +1 -1
- package/esm/identicons/icons/icon-activity.js +1 -1
- package/esm/identicons/icons/icon-anticipation.js +5 -5
- package/esm/identicons/icons/icon-api-related.js +2 -2
- package/esm/identicons/icons/icon-api.js +2 -2
- package/esm/identicons/icons/icon-applications.js +1 -1
- package/esm/identicons/icons/icon-attributes.js +1 -1
- package/esm/identicons/icons/icon-auth0-authorization-server.js +2 -2
- package/esm/identicons/icons/icon-auth0-dashboard.js +1 -1
- package/esm/identicons/icons/icon-auth0-logo-dark.js +1 -1
- package/esm/identicons/icons/icon-auth0-logo-light.js +1 -1
- package/esm/identicons/icons/icon-authentication-b.js +1 -1
- package/esm/identicons/icons/icon-authorization-server.js +1 -1
- package/esm/identicons/icons/icon-backend.js +3 -3
- package/esm/identicons/icons/icon-bot-detection.js +1 -1
- package/esm/identicons/icons/icon-boundary-protocol.js +1 -1
- package/esm/identicons/icons/icon-branding.js +1 -1
- package/esm/identicons/icons/icon-browser.js +2 -2
- package/esm/identicons/icons/icon-brute-force.js +4 -4
- package/esm/identicons/icons/icon-consistency.js +1 -1
- package/esm/identicons/icons/icon-cookies.js +1 -1
- package/esm/identicons/icons/icon-credential-application.js +2 -2
- package/esm/identicons/icons/icon-credential-stuffing.js +3 -3
- package/esm/identicons/icons/icon-dashboard.js +1 -1
- package/esm/identicons/icons/icon-database.js +3 -3
- package/esm/identicons/icons/icon-desktop-app.js +2 -2
- package/esm/identicons/icons/icon-device-biometrics.js +1 -1
- package/esm/identicons/icons/icon-efficiency.js +5 -5
- package/esm/identicons/icons/icon-empathy.js +3 -3
- package/esm/identicons/icons/icon-enterprise-directory.js +1 -1
- package/esm/identicons/icons/icon-extensions.js +1 -1
- package/esm/identicons/icons/icon-fine-grained-authorization.js +1 -1
- package/esm/identicons/icons/icon-guardian-push-notification.js +2 -2
- package/esm/identicons/icons/icon-help.js +2 -2
- package/esm/identicons/icons/icon-id-token.js +1 -1
- package/esm/identicons/icons/icon-ip-throttling.js +3 -3
- package/esm/identicons/icons/icon-login-customization.js +3 -3
- package/esm/identicons/icons/icon-logout-token.js +46 -0
- package/esm/identicons/icons/icon-mail-message-a.js +1 -1
- package/esm/identicons/icons/icon-marketplace-approved.js +48 -0
- package/esm/identicons/icons/icon-marketplace-create.js +48 -0
- package/esm/identicons/icons/icon-mobile-app.js +3 -3
- package/esm/identicons/icons/icon-multifactor.js +4 -4
- package/esm/identicons/icons/icon-one-time-password.js +1 -1
- package/esm/identicons/icons/icon-phone-message-a.js +1 -1
- package/esm/identicons/icons/icon-phone-message-b.js +2 -2
- package/esm/identicons/icons/icon-pipeline-b.js +1 -1
- package/esm/identicons/icons/icon-refresh-token.js +1 -1
- package/esm/identicons/icons/icon-server.js +3 -3
- package/esm/identicons/icons/icon-social-providers.js +1 -1
- package/esm/identicons/icons/icon-spa.js +2 -2
- package/esm/identicons/icons/icon-teams.js +2 -2
- package/esm/identicons/icons/icon-tenant.js +2 -2
- package/esm/identicons/icons/icon-user-database.js +3 -3
- package/esm/identicons/icons/icon-video.js +1 -1
- package/esm/identicons/icons/icon-web-app.js +1 -1
- package/esm/identicons/icons/index.js +3 -0
- package/esm/logo/logo.js +9 -16
- package/foundations/token-tables.d.ts +5 -5
- package/foundations/token-tables.js +13 -64
- package/identicons/icons/icon-access-token.js +1 -1
- package/identicons/icons/icon-activity.js +1 -1
- package/identicons/icons/icon-anticipation.js +5 -5
- package/identicons/icons/icon-api-related.js +2 -2
- package/identicons/icons/icon-api.js +2 -2
- package/identicons/icons/icon-applications.js +1 -1
- package/identicons/icons/icon-attributes.js +1 -1
- package/identicons/icons/icon-auth0-authorization-server.js +2 -2
- package/identicons/icons/icon-auth0-dashboard.js +1 -1
- package/identicons/icons/icon-auth0-logo-dark.js +1 -1
- package/identicons/icons/icon-auth0-logo-light.js +1 -1
- package/identicons/icons/icon-authentication-b.js +1 -1
- package/identicons/icons/icon-authorization-server.js +1 -1
- package/identicons/icons/icon-backend.js +3 -3
- package/identicons/icons/icon-bot-detection.js +1 -1
- package/identicons/icons/icon-boundary-protocol.js +1 -1
- package/identicons/icons/icon-branding.js +1 -1
- package/identicons/icons/icon-browser.js +2 -2
- package/identicons/icons/icon-brute-force.js +4 -4
- package/identicons/icons/icon-consistency.js +1 -1
- package/identicons/icons/icon-cookies.js +1 -1
- package/identicons/icons/icon-credential-application.js +2 -2
- package/identicons/icons/icon-credential-stuffing.js +3 -3
- package/identicons/icons/icon-dashboard.js +1 -1
- package/identicons/icons/icon-database.js +3 -3
- package/identicons/icons/icon-desktop-app.js +2 -2
- package/identicons/icons/icon-device-biometrics.js +1 -1
- package/identicons/icons/icon-efficiency.js +5 -5
- package/identicons/icons/icon-empathy.js +3 -3
- package/identicons/icons/icon-enterprise-directory.js +1 -1
- package/identicons/icons/icon-extensions.js +1 -1
- package/identicons/icons/icon-fine-grained-authorization.js +1 -1
- package/identicons/icons/icon-guardian-push-notification.js +2 -2
- package/identicons/icons/icon-help.js +2 -2
- package/identicons/icons/icon-id-token.js +1 -1
- package/identicons/icons/icon-ip-throttling.js +3 -3
- package/identicons/icons/icon-login-customization.js +3 -3
- package/identicons/icons/icon-logout-token.d.ts +3 -0
- package/identicons/icons/icon-logout-token.js +72 -0
- package/identicons/icons/icon-mail-message-a.js +1 -1
- package/identicons/icons/icon-marketplace-approved.d.ts +3 -0
- package/identicons/icons/icon-marketplace-approved.js +74 -0
- package/identicons/icons/icon-marketplace-create.d.ts +3 -0
- package/identicons/icons/icon-marketplace-create.js +74 -0
- package/identicons/icons/icon-mobile-app.js +3 -3
- package/identicons/icons/icon-multifactor.js +4 -4
- package/identicons/icons/icon-one-time-password.js +1 -1
- package/identicons/icons/icon-phone-message-a.js +1 -1
- package/identicons/icons/icon-phone-message-b.js +2 -2
- package/identicons/icons/icon-pipeline-b.js +1 -1
- package/identicons/icons/icon-refresh-token.js +1 -1
- package/identicons/icons/icon-server.js +3 -3
- package/identicons/icons/icon-social-providers.js +1 -1
- package/identicons/icons/icon-spa.js +2 -2
- package/identicons/icons/icon-teams.js +2 -2
- package/identicons/icons/icon-tenant.js +2 -2
- package/identicons/icons/icon-user-database.js +3 -3
- package/identicons/icons/icon-video.js +1 -1
- package/identicons/icons/icon-web-app.js +1 -1
- package/identicons/icons/index.d.ts +3 -0
- package/identicons/icons/index.js +7 -1
- package/logo/logo.d.ts +3 -3
- package/logo/logo.js +9 -16
- package/package.json +5 -32
package/README.md
CHANGED
|
@@ -15,8 +15,8 @@ Note: The below repos are private for now. The source code will be made public a
|
|
|
15
15
|
| [@auth0/quantum-product](https://github.com/auth0/quantum-product/tree/main/packages/quantum-product) | Main Component Library |
|
|
16
16
|
| [@auth0/quantum-lab](https://github.com/auth0/quantum-product/tree/main/packages/quantum-lab) | Expiremental Component Library |
|
|
17
17
|
| [@auth0/quantum-tokens](https://github.com/auth0/quantum-product/tree/main/packages/quantum-tokens) | Design Tokens |
|
|
18
|
+
| [@auth0/quantum-assets](https://github.com/auth0/quantum-product/tree/main/packages/quantum-assets) | Brand icons, svgs and images |
|
|
18
19
|
| [@auth0/quantum-codemods](https://github.com/auth0/quantum-product/tree/main/packages/quantum-codemods) | Codemods to help with migrations |
|
|
19
|
-
| [@a0/quantum-fonts](https://github.com/auth0/quantum-assets/tree/main/packages/quantum-fonts) | Extended Inter font (slashed-zero) |
|
|
20
20
|
|
|
21
21
|
## Browser support
|
|
22
22
|
|
|
@@ -23,10 +23,12 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
23
23
|
}
|
|
24
24
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
25
25
|
};
|
|
26
|
-
import { Avatar, AvatarBlock, Code, DataTable
|
|
26
|
+
import { Avatar, AvatarBlock, Code, DataTable } from '@auth0/quantum-product';
|
|
27
27
|
import * as React from 'react';
|
|
28
28
|
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
29
29
|
var tokensJSON = require('../../../quantum-tokens/old/json/tokens.json');
|
|
30
|
+
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
31
|
+
var tokensTypeJSON = require('../../../quantum-tokens/json/okta/light.json');
|
|
30
32
|
function transformJsonToken(jsonToken) {
|
|
31
33
|
return {
|
|
32
34
|
id: jsonToken.path.join('_'),
|
|
@@ -67,63 +69,12 @@ export var ThemeTokens = function (_a) {
|
|
|
67
69
|
transformJsonToken(tokensJSON.theme[mode].color.divider)
|
|
68
70
|
], false), __read(transformJsonColorShadeToken(tokensJSON.theme[mode].color.link)), false), columns: colorDataTableColumns }));
|
|
69
71
|
};
|
|
70
|
-
export var FontFamilyTokens = function () {
|
|
71
|
-
return (React.createElement(DataTable, { items: [
|
|
72
|
-
transformJsonToken(tokensJSON.typography.font_family),
|
|
73
|
-
transformJsonToken(tokensJSON.typography.font_family_heading),
|
|
74
|
-
transformJsonToken(tokensJSON.typography.font_family_monospace),
|
|
75
|
-
], columns: [
|
|
76
|
-
{
|
|
77
|
-
field: 'id',
|
|
78
|
-
title: 'Token',
|
|
79
|
-
render: function (_a) {
|
|
80
|
-
var item = _a.item;
|
|
81
|
-
return (React.createElement(TitleBlock, { title: React.createElement(Code, null, item.id), description: item.value.join(', '), descriptionTypographyProps: { variant: 'code2' } }));
|
|
82
|
-
},
|
|
83
|
-
},
|
|
84
|
-
{ field: 'cssVariable', title: 'CSS Token', render: function (_a) {
|
|
85
|
-
var item = _a.item;
|
|
86
|
-
return React.createElement(Code, { noWrap: true }, item.cssVariable);
|
|
87
|
-
} },
|
|
88
|
-
{ field: 'jsonPath', title: 'JSON Path', render: function (_a) {
|
|
89
|
-
var item = _a.item;
|
|
90
|
-
return React.createElement(Code, { noWrap: true }, item.jsonPath);
|
|
91
|
-
} },
|
|
92
|
-
] }));
|
|
93
|
-
};
|
|
94
72
|
var transformJsonTextVariantTokenGroup = function (shade) {
|
|
95
73
|
return Object.values(shade).map(function (variant) { return transformJsonToken(variant); });
|
|
96
74
|
};
|
|
97
|
-
export var
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
field: 'id',
|
|
101
|
-
title: 'Token',
|
|
102
|
-
render: function (_a) {
|
|
103
|
-
var item = _a.item;
|
|
104
|
-
return React.createElement(Code, null, item.id);
|
|
105
|
-
},
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
title: 'Value',
|
|
109
|
-
render: function (_a) {
|
|
110
|
-
var item = _a.item;
|
|
111
|
-
return React.createElement("pre", null, JSON.stringify(item.value, null, 2));
|
|
112
|
-
},
|
|
113
|
-
},
|
|
114
|
-
{ field: 'jsonPath', title: 'JSON Path', render: function (_a) {
|
|
115
|
-
var item = _a.item;
|
|
116
|
-
return React.createElement(Code, { noWrap: true }, item.jsonPath);
|
|
117
|
-
} },
|
|
118
|
-
] }));
|
|
119
|
-
};
|
|
120
|
-
var transformTypographySubGroup = function (keyPrefix) {
|
|
121
|
-
return Object.keys(tokensJSON.typography)
|
|
122
|
-
.filter(function (key) { return key.startsWith(keyPrefix); })
|
|
123
|
-
.map(function (key) { return transformJsonToken(tokensJSON.typography[key]); });
|
|
124
|
-
};
|
|
125
|
-
export var FontSizeTokens = function () {
|
|
126
|
-
return (React.createElement(DataTable, { items: transformTypographySubGroup('font_size'), columns: [
|
|
75
|
+
export var TypographyTokens = function (_a) {
|
|
76
|
+
var variant = _a.variant;
|
|
77
|
+
return (React.createElement(DataTable, { items: __spreadArray([], __read(transformJsonTextVariantTokenGroup(tokensTypeJSON.type[variant])), false), columns: [
|
|
127
78
|
{
|
|
128
79
|
field: 'id',
|
|
129
80
|
title: 'Token',
|
|
@@ -136,7 +87,7 @@ export var FontSizeTokens = function () {
|
|
|
136
87
|
title: 'Value',
|
|
137
88
|
render: function (_a) {
|
|
138
89
|
var item = _a.item;
|
|
139
|
-
return React.createElement(
|
|
90
|
+
return (React.createElement("pre", { style: { width: '350px', whiteSpace: 'pre-wrap' } }, JSON.stringify(item.value, null, 2)));
|
|
140
91
|
},
|
|
141
92
|
},
|
|
142
93
|
{ field: 'cssVariable', title: 'CSS Token', render: function (_a) {
|
|
@@ -149,9 +100,9 @@ export var FontSizeTokens = function () {
|
|
|
149
100
|
} },
|
|
150
101
|
] }));
|
|
151
102
|
};
|
|
152
|
-
export var
|
|
153
|
-
var
|
|
154
|
-
return (React.createElement(DataTable, { items:
|
|
103
|
+
export var TypographyGlobalTokens = function (_a) {
|
|
104
|
+
var variant = _a.variant;
|
|
105
|
+
return (React.createElement(DataTable, { items: __spreadArray([], __read(transformJsonTextVariantTokenGroup(tokensTypeJSON.type.global[variant])), false), columns: [
|
|
155
106
|
{
|
|
156
107
|
field: 'id',
|
|
157
108
|
title: 'Token',
|
|
@@ -164,7 +115,7 @@ export var SimpleFontValueTokens = function (_a) {
|
|
|
164
115
|
title: 'Value',
|
|
165
116
|
render: function (_a) {
|
|
166
117
|
var item = _a.item;
|
|
167
|
-
return React.createElement(
|
|
118
|
+
return (React.createElement("pre", { style: { width: '350px', whiteSpace: 'pre-wrap' } }, JSON.stringify(item.value, null, 2)));
|
|
168
119
|
},
|
|
169
120
|
},
|
|
170
121
|
{ field: 'cssVariable', title: 'CSS Token', render: function (_a) {
|
|
@@ -39,7 +39,7 @@ export var IdenticonAccessToken = styled(function (_a) {
|
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { d: "M20.425 5.301L6.478 15.827c-2.109 1.591-2.99 4.4-2.182 6.96l5.325 16.9C10.43 42.262 12.756 44 15.38 44H32.62c2.624 0 4.95-1.742 5.76-4.312l5.324-16.9c.807-2.561-.073-5.37-2.182-6.96L27.585 5.3a5.911 5.911 0 00-7.16 0z", fill: fills.dark }),
|
|
42
|
-
React.createElement("path", { d: "M19.516 36.157a6.346 6.346 0 01-4.47-1.831l-.061-.061a6.33 6.33 0 01-1.796-4.543c.03-1.7.72-3.286 1.942-4.468a6.34 6.34 0 017.876-.772l3.031-3.031 4.437-4.437.01-.01.666-.666a1.256 1.256 0 011.775 1.775l-1.182 1.181 1.902 1.902c.49.49.49 1.285 0 1.775l-2.834 2.83c-.49.489-1.283.489-1.775 0l-1.902-1.
|
|
42
|
+
React.createElement("path", { d: "M19.516 36.157a6.346 6.346 0 01-4.47-1.831l-.061-.061a6.33 6.33 0 01-1.796-4.543c.03-1.7.72-3.286 1.942-4.468a6.34 6.34 0 017.876-.772l3.031-3.031 4.437-4.437.01-.01.666-.666a1.256 1.256 0 011.775 1.775l-1.182 1.181 1.902 1.902c.49.49.49 1.285 0 1.775l-2.834 2.83c-.49.489-1.283.489-1.775 0l-1.902-1.903-2.34 2.34a6.376 6.376 0 01-.75 8.027 6.338 6.338 0 01-4.529 1.892zm.035-9.326a2.995 2.995 0 00-2.151 5.075l.021.021a2.997 2.997 0 004.232-.028 2.96 2.96 0 00.862-2.12 2.965 2.965 0 00-.864-2.084l-.021-.019a2.98 2.98 0 00-2.079-.845z", fill: fills.light })));
|
|
43
43
|
}, {
|
|
44
44
|
name: identiconComponentName,
|
|
45
45
|
})({});
|
|
@@ -40,7 +40,7 @@ export var IdenticonActivity = styled(function (_a) {
|
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { d: "M6.003 8h35.934a4.003 4.003 0 014.004 4.003v23.994A4.003 4.003 0 0141.937 40H6.003A4.003 4.003 0 012 35.997V12.003A4.003 4.003 0 016.003 8z", fill: fills.light }),
|
|
42
42
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38.538 15.533c.634.664.61 1.717-.054 2.353L26.67 29.16a1.663 1.663 0 01-2.298 0l-5.084-4.854-7.437 6.902a1.663 1.663 0 01-2.263-2.437l8.586-7.966a1.663 1.663 0 012.28.016l5.067 4.84 10.665-10.18a1.661 1.661 0 012.352.051z", fill: fills.dark }),
|
|
43
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.145 16.047a1.663 1.663 0 011.538-1.027h6.654c.919 0 1.663.744 1.663 1.662v6.655a1.
|
|
43
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.145 16.047a1.663 1.663 0 011.538-1.027h6.654c.919 0 1.663.744 1.663 1.662v6.655a1.666 1.666 0 01-2.84 1.178l-6.655-6.655a1.667 1.667 0 01-.36-1.813z", fill: fills.dark })));
|
|
44
44
|
}, {
|
|
45
45
|
name: identiconComponentName,
|
|
46
46
|
})({});
|
|
@@ -38,12 +38,12 @@ export var IdenticonAnticipation = styled(function (_a) {
|
|
|
38
38
|
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 49", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
-
React.createElement("g", { clipPath: "url(#icon-
|
|
42
|
-
React.createElement("path", { d: "M29.632 36.423a4.992 4.992 0 013.512-1.456h3.914A4.
|
|
43
|
-
React.createElement("path", { d: "M7.455 36.423a4.943 4.943 0 013.512-1.456h3.889a4.967 4.967 0 014.967 4.943v2.734a1.984 1.984 0 01-2.007 1.982H7.982A1.982 1.982 0 016 42.644V39.91a4.942 4.942 0 011.455-3.487zM7.706 26.864a5.218 5.218 0 1110.436 0 5.218 5.218 0 01-10.436 0zM35.352 18.46a1.
|
|
44
|
-
React.createElement("path", { d: "M35.076 19.012a1.
|
|
41
|
+
React.createElement("g", { clipPath: "url(#icon-anticipation_svg__clip0_403_3012)" },
|
|
42
|
+
React.createElement("path", { d: "M29.632 36.423a4.992 4.992 0 013.512-1.456h3.914A4.968 4.968 0 0142 39.91v2.734a1.982 1.982 0 01-1.982 1.982h-9.834a1.982 1.982 0 01-1.982-1.982V39.91a4.917 4.917 0 011.43-3.487zM29.883 26.864a5.218 5.218 0 1110.436 0 5.218 5.218 0 01-10.436 0z", fill: fills.light }),
|
|
43
|
+
React.createElement("path", { d: "M7.455 36.423a4.943 4.943 0 013.512-1.456h3.889a4.967 4.967 0 014.967 4.943v2.734a1.984 1.984 0 01-2.007 1.982H7.982A1.982 1.982 0 016 42.644V39.91a4.942 4.942 0 011.455-3.487zM7.706 26.864a5.218 5.218 0 1110.436 0 5.218 5.218 0 01-10.436 0zM35.352 18.46a1.305 1.305 0 01-1.305-1.304V9.755a2.734 2.734 0 00-2.734-2.735H17.139a2.734 2.734 0 00-2.76 2.735v6.397a1.305 1.305 0 01-2.609 0V9.755a5.369 5.369 0 015.369-5.369h14.174a5.344 5.344 0 015.343 5.369v7.4a1.304 1.304 0 01-1.304 1.305z", fill: fills.dark }),
|
|
44
|
+
React.createElement("path", { d: "M35.076 19.012a1.279 1.279 0 01-.928-.376l-4.616-4.616a1.33 1.33 0 010-1.857 1.33 1.33 0 011.881 0l3.663 3.688 3.688-3.688a1.313 1.313 0 011.856 1.857l-4.616 4.616a1.28 1.28 0 01-.928.376z", fill: fills.dark })),
|
|
45
45
|
React.createElement("defs", null,
|
|
46
|
-
React.createElement("clipPath", { id: "icon-
|
|
46
|
+
React.createElement("clipPath", { id: "icon-anticipation_svg__clip0_403_3012" },
|
|
47
47
|
React.createElement("path", { fill: "#fff", transform: "translate(6 4.386)", d: "M0 0h36v40.24H0z" })))));
|
|
48
48
|
}, {
|
|
49
49
|
name: identiconComponentName,
|
|
@@ -39,9 +39,9 @@ export var IdenticonApiRelated = styled(function (_a) {
|
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { d: "M30.237 31.286c0-.714.578-1.292 1.292-1.292h1.778a7.015 7.015 0 016.993 7.012A7.015 7.015 0 0133.307 44h-1.778a1.291 1.291 0 01-1.292-1.292V31.286z", fill: fills.dark }),
|
|
42
|
-
React.createElement("path", { d: "M22.23 31.286c0-.714-.579-1.292-1.293-1.292h-1.778a7.015 7.015 0 00-6.993 7.012A7.015 7.015 0 0019.159 44h1.778c.714 0 1.292-.578 1.292-1.292V31.286zM33.99 11.486H31.74c-1.377-5.336-6.82-8.545-12.155-7.
|
|
42
|
+
React.createElement("path", { d: "M22.23 31.286c0-.714-.579-1.292-1.293-1.292h-1.778a7.015 7.015 0 00-6.993 7.012A7.015 7.015 0 0019.159 44h1.778c.714 0 1.292-.578 1.292-1.292V31.286zM33.99 11.486H31.74c-1.377-5.336-6.82-8.545-12.155-7.168a9.98 9.98 0 002.502 19.64H33.99a6.236 6.236 0 100-12.471z", fill: fills.light }),
|
|
43
43
|
React.createElement("path", { d: "M15.11 38.077H9.07c-2.797 0-5.07-2.2-5.07-4.905V17.777c0-2.704 2.275-4.904 5.07-4.904h6.04v2.122H9.07c-1.625 0-2.948 1.247-2.948 2.782v15.395c0 1.535 1.323 2.783 2.948 2.783h6.04v2.122z", fill: fills.light }),
|
|
44
|
-
React.createElement("path", { d: "M31.088 34.
|
|
44
|
+
React.createElement("path", { d: "M31.088 34.017h-3.907a1.021 1.021 0 010-2.042h3.907v2.042zM39.31 38.044h3.907a1.021 1.021 0 000-2.042H39.31v2.042zM31.088 41.984h-3.907a1.021 1.021 0 010-2.042h3.907v2.042z", fill: fills.dark })));
|
|
45
45
|
}, {
|
|
46
46
|
name: identiconComponentName,
|
|
47
47
|
})({});
|
|
@@ -38,9 +38,9 @@ export var IdenticonApi = styled(function (_a) {
|
|
|
38
38
|
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
-
React.createElement("path", { d: "M13.451 22.05a1.989 1.989 0 00-2.812 0l-1.936 1.936c-4.194 4.218-4.185 11.035.022 15.244 4.21 4.187 11.01 4.187 15.222 0l1.936-1.936a1.989 1.989 0 000-2.812L13.
|
|
41
|
+
React.createElement("path", { d: "M13.451 22.05a1.989 1.989 0 00-2.812 0l-1.936 1.936c-4.194 4.218-4.185 11.035.022 15.244 4.21 4.187 11.01 4.187 15.222 0l1.936-1.936a1.989 1.989 0 000-2.812L13.452 22.05z", fill: fills.light }),
|
|
42
42
|
React.createElement("path", { d: "M10.933 39.277l-4.254 4.254a1.57 1.57 0 01-2.22-2.22l4.254-4.254 2.22 2.22z", fill: fills.light }),
|
|
43
|
-
React.createElement("path", { d: "M22.06 13.441a1.989 1.989 0 010-2.812l1.
|
|
43
|
+
React.createElement("path", { d: "M22.06 13.441a1.989 1.989 0 010-2.812l1.936-1.936c4.218-4.194 11.035-4.185 15.244.022 4.187 4.21 4.187 11.01 0 15.222l-1.936 1.936a1.989 1.989 0 01-2.812 0L22.06 13.441z", fill: fills.dark }),
|
|
44
44
|
React.createElement("path", { d: "M25.961 15.486l-4.253 4.254a1.57 1.57 0 01-2.22-2.22l4.253-4.254 2.22 2.22zM39.287 10.923l4.254-4.254a1.57 1.57 0 00-2.22-2.22l-4.254 4.254 2.22 2.22zM34.629 24.157l-4.253 4.253a1.57 1.57 0 01-2.22-2.22l4.253-4.253 2.22 2.22z", fill: fills.dark })));
|
|
45
45
|
}, {
|
|
46
46
|
name: identiconComponentName,
|
|
@@ -40,7 +40,7 @@ export var IdenticonApplications = styled(function (_a) {
|
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { d: "M34.54 29.135l6.373 3.183c1.566.782 1.566 3.017 0 3.8l-14.815 7.396a4.623 4.623 0 01-4.125 0L7.174 36.12c-1.565-.782-1.565-3.017 0-3.798l6.532-3.214", fill: fills.dark }),
|
|
42
42
|
React.createElement("path", { d: "M34.54 18.86l6.373 3.183c1.566.782 1.566 3.016 0 3.8L26.098 33.24a4.623 4.623 0 01-4.125 0L7.174 25.843c-1.565-.781-1.565-3.016 0-3.798l6.33-3.164", fill: fills.base }),
|
|
43
|
-
React.createElement("path", { d: "M21.94 23.058L7.306 15.745c-1.62-.81-1.62-3.123 0-3.932l14.631-7.319a4.693 4.693 0 014.194 0l14.648 7.319c1.622.81 1.62 3.124 0 3.932L26.13 23.058c-1.
|
|
43
|
+
React.createElement("path", { d: "M21.94 23.058L7.306 15.745c-1.62-.81-1.62-3.123 0-3.932l14.631-7.319a4.693 4.693 0 014.194 0l14.648 7.319c1.622.81 1.62 3.124 0 3.932L26.13 23.058c-1.321.66-2.873.66-4.191 0z", fill: fills.light })));
|
|
44
44
|
}, {
|
|
45
45
|
name: identiconComponentName,
|
|
46
46
|
})({});
|
|
@@ -39,7 +39,7 @@ export var IdenticonAttributes = styled(function (_a) {
|
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { d: "M37.954 14.174V40a3.992 3.992 0 01-3.992 3.992h-19.97A3.992 3.992 0 0110 40V8.018a3.992 3.992 0 013.992-3.992h13.986l9.976 10.148z", fill: fills.light }),
|
|
42
|
-
React.createElement("path", { d: "M37.97 14.11H31.22a3.3 3.3 0 01-3.3-3.
|
|
42
|
+
React.createElement("path", { d: "M37.97 14.11H31.22a3.3 3.3 0 01-3.3-3.3V4L37.97 14.11z", fill: fills.dark }),
|
|
43
43
|
React.createElement("path", { d: "M29.986 22H18.014A2.007 2.007 0 0016 24c0 1.103.9 2 2.014 2h11.972A2.007 2.007 0 0032 24c0-1.106-.9-2-2.014-2zM26.1 28h-8.2c-1.048 0-1.9.894-1.9 2 0 1.103.85 2 1.9 2h8.2c1.048 0 1.9-.894 1.9-2 0-1.106-.852-2-1.9-2z", fill: fills.base })));
|
|
44
44
|
}, {
|
|
45
45
|
name: identiconComponentName,
|
|
@@ -38,11 +38,11 @@ export var IdenticonAuth0AuthorizationServer = styled(function (_a) {
|
|
|
38
38
|
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
-
React.createElement("path", { d: "M8.082 20.62c-.156 0-.06-.679.058-1.366.117-.674.296-1.335.54-1.974l2.89-7.537C11.935 8.76 12.492 8 13.387 8H34.32c.898 0 1.452.76 1.82 1.743l2.89 7.537c.244.639.426 1.3.54 1.974.119.687.214 1.365.058 1.365M8.082 34.499c-.
|
|
41
|
+
React.createElement("path", { d: "M8.082 20.62c-.156 0-.06-.679.058-1.366.117-.674.296-1.335.54-1.974l2.89-7.537C11.935 8.76 12.492 8 13.387 8H34.32c.898 0 1.452.76 1.82 1.743l2.89 7.537c.244.639.426 1.3.54 1.974.119.687.214 1.365.058 1.365M8.082 34.499c-.156 0-.061-.678.058-1.366a10.53 10.53 0 01.54-1.973l2.89-7.538c.365-.983.922-1.742 1.82-1.742h20.932c.897 0 1.451.76 1.82 1.742l2.889 7.538c.244.638.426 1.3.54 1.973.119.688.215 1.366.058 1.366", fill: fills.light }),
|
|
42
42
|
React.createElement("path", { d: "M10.342 32.204H37.38a2.326 2.326 0 012.325 2.325v5.261a2.326 2.326 0 01-2.325 2.325H10.34a2.326 2.326 0 01-2.325-2.325V34.53a2.326 2.326 0 012.326-2.325z", fill: fills.base }),
|
|
43
43
|
React.createElement("path", { d: "M34.911 38.248a1.167 1.167 0 100-2.335 1.167 1.167 0 000 2.335z", fill: fills.dark }),
|
|
44
44
|
React.createElement("path", { d: "M10.342 18.324H37.38a2.326 2.326 0 012.325 2.325v5.261a2.326 2.326 0 01-2.325 2.326H10.34a2.326 2.326 0 01-2.325-2.326v-5.26a2.326 2.326 0 012.326-2.326z", fill: fills.base }),
|
|
45
|
-
React.createElement("path", { d: "M34.911 24.368a1.167 1.167 0 100-2.335 1.167 1.167 0 000 2.335zM22.082 14.645L24 16.038l1.918-1.393-1.916-1.262-1.919 1.262zm-.83-3.07c-.538 1.074-.198 2.323.83 3.07l.82-1.984-1.65-1.
|
|
45
|
+
React.createElement("path", { d: "M34.911 24.368a1.167 1.167 0 100-2.335 1.167 1.167 0 000 2.335zM22.082 14.645L24 16.038l1.918-1.393-1.916-1.262-1.919 1.262zm-.83-3.07c-.538 1.074-.198 2.323.83 3.07l.82-1.984-1.65-1.087h2.098l.65-1.569h-1.96l-.787 1.57zm5.495 0l-.788-1.57h-1.958l.648 1.57h2.098l-1.65 1.086.82 1.984c1.083-.786 1.341-2.054.83-3.07zM36.117 4.223l-4.032 2.93c-.41.296-.579.824-.425 1.304l1.54 4.74c.156.48.604.806 1.11.806h4.982c.505 0 .953-.326 1.11-.806l1.539-4.74a1.166 1.166 0 00-.425-1.304l-4.03-2.93a1.169 1.169 0 00-1.37 0z", fill: fills.dark })));
|
|
46
46
|
}, {
|
|
47
47
|
name: identiconComponentName,
|
|
48
48
|
})({});
|
|
@@ -39,7 +39,7 @@ export var IdenticonAuth0Dashboard = styled(function (_a) {
|
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { d: "M39.998 40.026H19.97V8h20.027A4.002 4.002 0 0144 12.002v24.022a4.002 4.002 0 01-4.002 4.002z", fill: fills.light }),
|
|
42
|
-
React.createElement("path", { d: "
|
|
42
|
+
React.createElement("path", { d: "M27.585 23.204c2.01-.332 3.586-1.996 3.916-4.009l.11-.968c.028-.153-.076-.367-.27-.352-1.52.119-2.952.62-3.75.947a1.053 1.053 0 00-.653.975v3.156c0 .187.168.33.352.3l.295-.048v-.001zM32.47 19.195c.331 2.013 1.907 3.677 3.916 4.009l.295.048a.303.303 0 00.352-.3v-3.156c0-.428-.258-.813-.654-.975-.798-.328-2.23-.828-3.749-.947-.195-.015-.295.2-.272.353l.111.967.001.001zM36.384 24.088c-2.747.543-4.022 2.371-4.022 5.833 0 .174.172.294.317.198 1.263-.854 4.043-3.08 4.329-5.867.011-.35-.427-.186-.624-.164zM27.586 24.088c2.747.543 4.022 2.371 4.022 5.833 0 .174-.172.294-.317.198-1.263-.854-4.043-3.08-4.329-5.867-.01-.35.427-.186.624-.164zM8.002 40.026h11.99V8H8.002A4.002 4.002 0 004 12.002v24.022a4.002 4.002 0 004.002 4.002z", fill: fills.dark }),
|
|
43
43
|
React.createElement("path", { d: "M9.151 14.152a1.144 1.144 0 100-2.289 1.144 1.144 0 000 2.289z", fill: fills.light }),
|
|
44
44
|
React.createElement("path", { d: "M13.097 20.016H8.996a.986.986 0 110-1.973h4.1a.986.986 0 110 1.973zM13.097 28.032H8.996a.986.986 0 110-1.973h4.1a.986.986 0 110 1.973zM15.09 24.023H8.997a.986.986 0 110-1.973h6.095a.986.986 0 110 1.973z", fill: fills.base }),
|
|
45
45
|
React.createElement("path", { d: "M10.992 36.029H8.996a.986.986 0 110-1.973h1.996a.986.986 0 110 1.973z", fill: fills.light })));
|
|
@@ -39,7 +39,7 @@ export var IdenticonAuth0LogoDark = styled(function (_a) {
|
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { d: "M24 46c12.15 0 22-9.85 22-22S36.15 2 24 2 2 11.85 2 24s9.85 22 22 22z", fill: fills.dark }),
|
|
42
|
-
React.createElement("path", { d: "
|
|
42
|
+
React.createElement("path", { d: "M15.952 22.52c3.676-.607 6.558-3.65 7.161-7.332l.203-1.77c.05-.281-.14-.673-.495-.645-2.778.217-5.4 1.135-6.857 1.732-.724.297-1.195 1-1.195 1.784v5.773c0 .341.306.602.643.548l.54-.088v-.002zM24.887 15.188c.605 3.682 3.487 6.725 7.161 7.332l.54.088a.554.554 0 00.643-.548v-5.773c0-.784-.47-1.487-1.195-1.784-1.46-.599-4.079-1.515-6.857-1.732-.357-.028-.54.368-.497.645l.203 1.77.002.002zM32.045 24.137c-5.023.992-7.356 4.337-7.356 10.669 0 .317.315.538.58.361 2.31-1.56 7.394-5.634 7.917-10.73.02-.641-.78-.34-1.14-.3zM15.954 24.137c5.023.992 7.356 4.337 7.356 10.669 0 .317-.315.538-.58.361-2.31-1.56-7.394-5.634-7.917-10.73-.02-.641.78-.34 1.14-.3z", fill: fills.light })));
|
|
43
43
|
}, {
|
|
44
44
|
name: identiconComponentName,
|
|
45
45
|
})({});
|
|
@@ -39,7 +39,7 @@ export var IdenticonAuth0LogoLight = styled(function (_a) {
|
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { d: "M24 46c12.15 0 22-9.85 22-22S36.15 2 24 2 2 11.85 2 24s9.85 22 22 22z", fill: fills.light }),
|
|
42
|
-
React.createElement("path", { d: "
|
|
42
|
+
React.createElement("path", { d: "M15.952 22.52c3.676-.607 6.558-3.65 7.161-7.332l.203-1.77c.05-.281-.14-.673-.495-.645-2.778.217-5.4 1.135-6.857 1.732-.724.297-1.195 1-1.195 1.784v5.773c0 .341.306.602.643.548l.54-.088v-.002zM24.887 15.188c.605 3.682 3.487 6.725 7.161 7.332l.54.088a.554.554 0 00.643-.548v-5.773c0-.784-.47-1.487-1.195-1.784-1.46-.599-4.079-1.515-6.857-1.732-.357-.028-.54.368-.497.645l.203 1.77.002.002zM32.045 24.137c-5.023.992-7.356 4.337-7.356 10.669 0 .317.315.538.58.361 2.31-1.56 7.394-5.634 7.917-10.73.02-.641-.78-.34-1.14-.3zM15.954 24.137c5.023.992 7.356 4.337 7.356 10.669 0 .317-.315.538-.58.361-2.31-1.56-7.394-5.634-7.917-10.73-.02-.641.78-.34 1.14-.3z", fill: fills.dark })));
|
|
43
43
|
}, {
|
|
44
44
|
name: identiconComponentName,
|
|
45
45
|
})({});
|
|
@@ -39,7 +39,7 @@ export var IdenticonAuthenticationB = styled(function (_a) {
|
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { d: "M24 46c12.15 0 22-9.85 22-22S36.15 2 24 2 2 11.85 2 24s9.85 22 22 22z", fill: fills.light }),
|
|
42
|
-
React.createElement("path", { d: "M10.884 29.523a7.769 7.769 0 01-2.284-5.45v-.105a7.752 7.752 0 012.375-5.482A7.734 7.734 0 0116.52 16.3a7.752 7.752 0 017.478 6.143H38.085a1.535 1.535 0 010 3.068h-2.046v3.287c0 .847-.687 1.534-1.534 1.534h-4.9a1.534 1.534 0 01-1.533-1.534v-3.287h-4.045c-.695 3.561-3.825 6.268-7.59 6.295a7.757 7.757 0 01-5.553-2.284zm8.095-8.035a3.667 3.667 0 00-6.253 2.527v.036a3.665 3.665 0 003.684 3.635 3.638 3.638 0 002.582-1.09 3.
|
|
42
|
+
React.createElement("path", { d: "M10.884 29.523a7.769 7.769 0 01-2.284-5.45v-.105a7.752 7.752 0 012.375-5.482A7.734 7.734 0 0116.52 16.3a7.752 7.752 0 017.478 6.143H38.085a1.535 1.535 0 010 3.068h-2.046v3.287c0 .847-.687 1.534-1.534 1.534h-4.9a1.534 1.534 0 01-1.533-1.534v-3.287h-4.045c-.695 3.561-3.825 6.268-7.59 6.295a7.757 7.757 0 01-5.553-2.284zm8.095-8.035a3.667 3.667 0 00-6.253 2.527v.036a3.665 3.665 0 003.684 3.635 3.638 3.638 0 002.582-1.09 3.641 3.641 0 001.055-2.547v-.034a3.645 3.645 0 00-1.068-2.527z", fill: fills.dark })));
|
|
43
43
|
}, {
|
|
44
44
|
name: identiconComponentName,
|
|
45
45
|
})({});
|
|
@@ -38,7 +38,7 @@ export var IdenticonAuthorizationServer = styled(function (_a) {
|
|
|
38
38
|
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
-
React.createElement("path", { d: "M8.082 20.62c-.156 0-.06-.679.058-1.366.117-.674.296-1.335.54-1.974l2.89-7.537C11.935 8.76 12.492 8 13.387 8H34.32c.898 0 1.452.76 1.82 1.743l2.89 7.537c.244.639.426 1.3.54 1.974.119.687.214 1.365.058 1.365M8.082 34.499c-.
|
|
41
|
+
React.createElement("path", { d: "M8.082 20.62c-.156 0-.06-.679.058-1.366.117-.674.296-1.335.54-1.974l2.89-7.537C11.935 8.76 12.492 8 13.387 8H34.32c.898 0 1.452.76 1.82 1.743l2.89 7.537c.244.639.426 1.3.54 1.974.119.687.214 1.365.058 1.365M8.082 34.499c-.156 0-.061-.678.058-1.366a10.53 10.53 0 01.54-1.973l2.89-7.538c.365-.983.922-1.742 1.82-1.742h20.932c.897 0 1.451.76 1.82 1.742l2.889 7.538c.244.638.426 1.3.54 1.973.119.688.215 1.366.058 1.366", fill: fills.light }),
|
|
42
42
|
React.createElement("path", { d: "M10.342 32.204H37.38a2.326 2.326 0 012.325 2.325v5.261a2.326 2.326 0 01-2.325 2.325H10.34a2.326 2.326 0 01-2.325-2.325V34.53a2.326 2.326 0 012.326-2.325z", fill: fills.base }),
|
|
43
43
|
React.createElement("path", { d: "M34.911 38.248a1.167 1.167 0 100-2.335 1.167 1.167 0 000 2.335z", fill: fills.dark }),
|
|
44
44
|
React.createElement("path", { d: "M10.342 18.324H37.38a2.326 2.326 0 012.325 2.325v5.261a2.326 2.326 0 01-2.325 2.326H10.34a2.326 2.326 0 01-2.325-2.326v-5.26a2.326 2.326 0 012.326-2.326z", fill: fills.base }),
|
|
@@ -39,9 +39,9 @@ export var IdenticonBackend = styled(function (_a) {
|
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { d: "M4 35.998V12.003A4.001 4.001 0 018.001 8h31.991a4.001 4.001 0 014.002 4.002v23.996A4.001 4.001 0 0139.991 40H8.002A4.001 4.001 0 014 35.998z", fill: fills.light }),
|
|
42
|
-
React.createElement("path", { d: "M8.968 13.027a1.008 1.008 0 100-2.016 1.008 1.008 0 000 2.016zM12.213 13.026a1.008 1.008 0 100-2.
|
|
43
|
-
React.createElement("path", { d: "M34.075 30.976a1.039 1.039 0 01-.734-1.775l3.323-3.324-3.324-3.323a1.
|
|
44
|
-
React.createElement("path", { d: "M27.957 27.548a.87.87 0 00-.061.518.9.9 0 00.24.464l.033.033a1.07 1.07 0 01.318.765 1.07 1.07 0 01-.318.765 1.085 1.085 0 01-1.53 0l-.033-.033a.889.889 0 00-.982-.179.886.886 0 00-.54.817v.092a1.076 1.076 0 01-1.077 1.078 1.076 1.076 0 01-1.078-1.078v-.05a.874.874 0 00-.167-.496.883.883 0 00-.416-.318.87.87 0 00-.518-.061.9.9 0 00-.464.24l-.033.
|
|
42
|
+
React.createElement("path", { d: "M8.968 13.027a1.008 1.008 0 100-2.016 1.008 1.008 0 000 2.016zM12.213 13.026a1.008 1.008 0 100-2.016 1.008 1.008 0 000 2.016zM15.454 13.026a1.008 1.008 0 100-2.016 1.008 1.008 0 000 2.016z", fill: fills.dark }),
|
|
43
|
+
React.createElement("path", { d: "M34.075 30.976a1.039 1.039 0 01-.734-1.775l3.323-3.324-3.324-3.323a1.039 1.039 0 010-1.472 1.043 1.043 0 011.471 0l4.058 4.058a1.038 1.038 0 010 1.471l-4.058 4.06c-.205.203-.47.305-.736.305zM14.034 30.976c-.266 0-.532-.102-.734-.304l-4.06-4.058a1.038 1.038 0 010-1.471l4.058-4.058a1.043 1.043 0 011.47 0 1.039 1.039 0 010 1.471l-3.32 3.321 3.323 3.324a1.038 1.038 0 01-.737 1.774z", fill: fills.base }),
|
|
44
|
+
React.createElement("path", { d: "M27.957 27.548a.87.87 0 00-.061.518.9.9 0 00.24.464l.033.033a1.07 1.07 0 01.318.765 1.07 1.07 0 01-.318.765 1.085 1.085 0 01-1.53 0l-.033-.033a.889.889 0 00-.982-.179.886.886 0 00-.54.817v.092a1.076 1.076 0 01-1.077 1.078 1.076 1.076 0 01-1.078-1.078v-.05a.874.874 0 00-.167-.496.883.883 0 00-.416-.318.87.87 0 00-.518-.061.9.9 0 00-.464.24l-.033.032a1.068 1.068 0 01-.765.318 1.091 1.091 0 01-.765-.317 1.07 1.07 0 01-.318-.765 1.091 1.091 0 01.318-.765l.033-.033a.901.901 0 00.24-.464.909.909 0 00-.388-.909.886.886 0 00-.49-.148h-.092a1.076 1.076 0 01-1.078-1.078 1.075 1.075 0 011.078-1.078h.05a.874.874 0 00.497-.167.885.885 0 00.317-.417.884.884 0 00-.179-.982l-.033-.032a1.071 1.071 0 01-.317-.765 1.071 1.071 0 01.318-.765 1.07 1.07 0 01.764-.318 1.092 1.092 0 01.765.318l.033.033a.9.9 0 00.464.24c.174.03.355.01.518-.061h.042a.886.886 0 00.54-.817v-.092a1.076 1.076 0 011.077-1.078 1.076 1.076 0 011.078 1.078v.05a.886.886 0 00.54.816.883.883 0 00.982-.179l.037-.037a1.07 1.07 0 01.765-.318 1.093 1.093 0 01.765.318 1.083 1.083 0 010 1.53l-.033.033a.89.89 0 00-.179.982v.042a.87.87 0 00.327.39.906.906 0 00.49.149h.091a1.075 1.075 0 011.078 1.078 1.076 1.076 0 01-1.078 1.078h-.05a.873.873 0 00-.486.148.957.957 0 00-.33.395z", fill: fills.dark }),
|
|
45
45
|
React.createElement("path", { d: "M23.965 27.78a1.848 1.848 0 100-3.697 1.848 1.848 0 000 3.696z", fill: fills.light })));
|
|
46
46
|
}, {
|
|
47
47
|
name: identiconComponentName,
|
|
@@ -40,7 +40,7 @@ export var IdenticonBotDetection = styled(function (_a) {
|
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("rect", { x: 6, y: 22.791, width: 36, height: 20, rx: 3.5, fill: fills.dark }),
|
|
42
42
|
React.createElement("circle", { cx: 24, cy: 11.791, r: 6.583, fill: fills.dark }),
|
|
43
|
-
React.createElement("circle", { cx: 14.
|
|
43
|
+
React.createElement("circle", { cx: 14.824, cy: 32.791, r: 3.176, fill: fills.light }),
|
|
44
44
|
React.createElement("circle", { cx: 33.176, cy: 32.791, r: 3.176, fill: fills.light }),
|
|
45
45
|
React.createElement("circle", { cx: 24, cy: 11.791, r: 3, fill: "#fff" }),
|
|
46
46
|
React.createElement("path", { fill: fills.dark, d: "M21.882 17.38H26v8.471h-4.118z" })));
|
|
@@ -40,7 +40,7 @@ export var IdenticonBoundaryProtocol = styled(function (_a) {
|
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 38c0-3.307 2.693-6 6-6s6 2.69 6 6c0 3.307-2.693 6-6 6s-6-2.693-6-6zm4 0c0-1.102.898-2 2-2 1.102 0 2 .897 2 2 0 1.102-.898 2-2 2-1.102 0-2-.898-2-2z", fill: fills.dark }),
|
|
42
42
|
React.createElement("path", { d: "M35.779 28H12.22A4.221 4.221 0 018 23.779V8.222A4.221 4.221 0 0112.222 4h23.557A4.221 4.221 0 0140 8.222v15.557A4.221 4.221 0 0135.779 28z", fill: fills.light }),
|
|
43
|
-
React.createElement("path", { d: "M39.853 39.94H28.97a1.97 1.97 0 110-3.94h10.883a1.97 1.97 0 110 3.94zM18.853 39.94H7.97a1.97 1.97 0 110-3.94h10.883a1.97 1.97 0 110 3.94zM29.391 14.268h-11.08a1.365 1.365 0 01-.966-2.331L20.881 8.4a1.365 1.365 0 111.932 1.932L21.61 11.54h7.785a1.365 1.365 0 11-.003 2.73zM25.855 24.27a1.365 1.365 0 01-.966-2.332l1.207-1.206h-7.785a1.365 1.365 0 110-2.732h11.083a1.
|
|
43
|
+
React.createElement("path", { d: "M39.853 39.94H28.97a1.97 1.97 0 110-3.94h10.883a1.97 1.97 0 110 3.94zM18.853 39.94H7.97a1.97 1.97 0 110-3.94h10.883a1.97 1.97 0 110 3.94zM29.391 14.268h-11.08a1.365 1.365 0 01-.966-2.331L20.881 8.4a1.365 1.365 0 111.932 1.932L21.61 11.54h7.785a1.365 1.365 0 11-.003 2.73zM25.855 24.27a1.365 1.365 0 01-.966-2.332l1.207-1.206h-7.785a1.365 1.365 0 110-2.732h11.083a1.366 1.366 0 01.966 2.332L26.82 23.87c-.266.269-.616.4-.966.4z", fill: fills.dark })));
|
|
44
44
|
}, {
|
|
45
45
|
name: identiconComponentName,
|
|
46
46
|
})({});
|
|
@@ -38,7 +38,7 @@ export var IdenticonBranding = styled(function (_a) {
|
|
|
38
38
|
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
-
React.createElement("path", { d: "M24.169 28.532a20.
|
|
41
|
+
React.createElement("path", { d: "M24.169 28.532a20.109 20.109 0 011.795 2.203C40.9 15.954 44.114 7.17 43.918 5.329a1.414 1.414 0 00-.409-.852l-.118-.115-.007-.007c-.308-.302-.851-.389-1.277-.344-2.033.212-10.103 4.574-22.802 20.787 3.085 1.676 4.864 3.734 4.864 3.734z", fill: fills.dark }),
|
|
42
42
|
React.createElement("path", { d: "M21.072 29.462s-2.891-3.043-6.907-1.727C10.15 29.05 9.055 35.99 7.7 38.513c-1.355 2.52-2.964 3.101-3.562 3.597-.65.544 1.005 1.737 4.339 1.873 4.18.172 10.731-.957 13.677-4.32 2.38-2.717 1.665-7.557-1.083-10.201z", fill: fills.light })));
|
|
43
43
|
}, {
|
|
44
44
|
name: identiconComponentName,
|
|
@@ -39,8 +39,8 @@ export var IdenticonBrowser = styled(function (_a) {
|
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { d: "M4 36.003v-24A4.002 4.002 0 018.002 8h31.996A4.002 4.002 0 0144 12.002v24.001a4.002 4.002 0 01-4.002 4.002H8.002A4.002 4.002 0 014 36.003z", fill: fills.light }),
|
|
42
|
-
React.createElement("path", { d: "M9.03 13.026a1.008 1.008 0 100-2.015 1.008 1.008 0 000 2.015zM12.277 13.026a1.008 1.008 0 100-2.015 1.008 1.008 0 000 2.015zM15.
|
|
43
|
-
React.createElement("path", { d: "M38.138 36.
|
|
42
|
+
React.createElement("path", { d: "M9.03 13.026a1.008 1.008 0 100-2.015 1.008 1.008 0 000 2.015zM12.277 13.026a1.008 1.008 0 100-2.015 1.008 1.008 0 000 2.015zM15.52 13.026a1.008 1.008 0 10-.001-2.015 1.008 1.008 0 000 2.015z", fill: fills.dark }),
|
|
43
|
+
React.createElement("path", { d: "M38.138 36.026H9.911a1.883 1.883 0 01-1.883-1.883V17.885c0-1.04.843-1.883 1.883-1.883h28.23c1.04 0 1.883.843 1.883 1.883v16.258a1.886 1.886 0 01-1.886 1.883z", fill: fills.base })));
|
|
44
44
|
}, {
|
|
45
45
|
name: identiconComponentName,
|
|
46
46
|
})({});
|
|
@@ -38,10 +38,10 @@ export var IdenticonBruteForce = styled(function (_a) {
|
|
|
38
38
|
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.054 15.022L24.8 11.94a2.
|
|
42
|
-
React.createElement("path", { d: "M38.901 40.
|
|
43
|
-
React.createElement("path", { d: "M38.946 7.316L37.641 6.
|
|
44
|
-
React.createElement("path", { d: "M9.054 7.307L10.359 6c.605-.605 1.641-.176 1.641.68v4.358c0 .531-.43.961-.96.961H6.68c-.
|
|
41
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.054 15.022L24.8 11.94a2.46 2.46 0 00-.8-.128c-.269-.002-.54.04-.8.128l-9.253 3.082a2.782 2.782 0 00-1.902 2.64v9.766l.012.036c.182 2.621 6.99 9.056 11.896 10.805h.096c4.905-1.749 11.715-8.184 11.895-10.805l.011-.036v-9.767a2.78 2.78 0 00-1.9-2.64z", fill: fills.dark }),
|
|
42
|
+
React.createElement("path", { d: "M38.901 40.774l-1.305 1.305c-.605.605-1.64.176-1.64-.68v-4.358c0-.53.43-.96.96-.96h4.358c.856 0 1.285 1.035.68 1.64l-1.149 1.149 2.8 2.921a1.347 1.347 0 01-1.903 1.904l-2.8-2.921z", fill: fills.base }),
|
|
43
|
+
React.createElement("path", { d: "M38.946 7.316L37.641 6.01c-.605-.605-1.64-.176-1.64.68v4.358c0 .531.43.96.96.96h4.358c.856 0 1.285-1.035.68-1.64L40.85 9.22l2.8-2.922a1.346 1.346 0 00-1.904-1.904l-2.8 2.922zM9.054 40.774l1.305 1.305c.605.605 1.641.176 1.641-.68v-4.358a.96.96 0 00-.96-.96H6.68c-.856 0-1.285 1.035-.68 1.64L7.15 38.87l-2.8 2.921a1.347 1.347 0 001.904 1.904l2.8-2.921z", fill: fills.light }),
|
|
44
|
+
React.createElement("path", { d: "M9.054 7.307L10.359 6c.605-.605 1.641-.176 1.641.68v4.358c0 .531-.43.961-.96.961H6.68c-.856 0-1.285-1.036-.68-1.64L7.15 9.21l-2.8-2.92a1.347 1.347 0 011.904-1.905l2.8 2.922z", fill: fills.base })));
|
|
45
45
|
}, {
|
|
46
46
|
name: identiconComponentName,
|
|
47
47
|
})({});
|
|
@@ -42,7 +42,7 @@ export var IdenticonConsistency = styled(function (_a) {
|
|
|
42
42
|
React.createElement("path", { d: "M16.554 18.442H9.401l3.577-5.523 3.576 5.523z", fill: "#fff" }),
|
|
43
43
|
React.createElement("path", { d: "M28.988 15.692h-9.951a3.966 3.966 0 00-3.966 3.966v9.953a3.966 3.966 0 003.966 3.966h9.95a3.966 3.966 0 003.966-3.966v-9.953a3.966 3.966 0 00-3.965-3.966z", fill: fills.base }),
|
|
44
44
|
React.createElement("path", { d: "M27.6 27.322h-7.177l3.601-5.523 3.577 5.523z", fill: "#fff" }),
|
|
45
|
-
React.createElement("path", { d: "M40.18 24.621h-9.
|
|
45
|
+
React.createElement("path", { d: "M40.18 24.621h-9.951a3.966 3.966 0 00-3.966 3.966v9.953a3.966 3.966 0 003.965 3.966h9.951a3.966 3.966 0 003.966-3.966v-9.953a3.966 3.966 0 00-3.966-3.966z", fill: fills.dark }),
|
|
46
46
|
React.createElement("path", { d: "M38.768 36.3h-7.153l3.577-5.5 3.576 5.5z", fill: "#fff" })));
|
|
47
47
|
}, {
|
|
48
48
|
name: identiconComponentName,
|
|
@@ -40,7 +40,7 @@ export var IdenticonCookies = styled(function (_a) {
|
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { d: "M39.74 24.006a4.416 4.416 0 01-1.16-2.047 6.627 6.627 0 01-5.888-1.837 6.617 6.617 0 01-1.73-3.02 6.593 6.593 0 01-3.023-1.732 6.64 6.64 0 01-1.84-5.886A4.444 4.444 0 0122.916 4 19.944 19.944 0 009.865 9.83c-7.819 7.818-7.819 20.492 0 28.31 7.818 7.818 20.492 7.818 28.31 0a19.942 19.942 0 005.825-12.973 4.452 4.452 0 01-4.259-1.16z", fill: fills.light }),
|
|
42
42
|
React.createElement("path", { d: "M34.752 32.253a1.825 1.825 0 100-3.65 1.825 1.825 0 000 3.65z", fill: fills.base }),
|
|
43
|
-
React.createElement("path", { d: "M39.603 14.335a1.417 1.417 0 100-2.
|
|
43
|
+
React.createElement("path", { d: "M39.603 14.335a1.417 1.417 0 100-2.835 1.417 1.417 0 000 2.835zM41.417 7.834a1.417 1.417 0 100-2.834 1.417 1.417 0 000 2.834zM32.908 12.252a1.566 1.566 0 100-3.133 1.566 1.566 0 000 3.133z", fill: fills.light }),
|
|
44
44
|
React.createElement("path", { d: "M22.128 38.204a1.825 1.825 0 100-3.65 1.825 1.825 0 000 3.65zM24.796 23.615a1.825 1.825 0 100-3.65 1.825 1.825 0 000 3.65z", fill: fills.dark }),
|
|
45
45
|
React.createElement("path", { d: "M15.355 16.2a1.825 1.825 0 100-3.65 1.825 1.825 0 000 3.65zM13.587 29.241a1.825 1.825 0 100-3.65 1.825 1.825 0 000 3.65z", fill: fills.base })));
|
|
46
46
|
}, {
|
|
@@ -39,8 +39,8 @@ export var IdenticonCredentialApplication = styled(function (_a) {
|
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { d: "M6.01 8h35.98A4.009 4.009 0 0146 12.01v24.028a4.009 4.009 0 01-4.01 4.01H6.01A4.009 4.009 0 012 36.038V12.01A4.009 4.009 0 016.01 8z", fill: fills.light }),
|
|
42
|
-
React.createElement("path", { d: "M19.501 32.067a5.029 5.029 0 01-3.53 1.479h-.
|
|
43
|
-
React.createElement("path", { d: "M26.067 27.025c0-1.045.847-1.894 1.894-1.894h6.507a1.894 1.894 0
|
|
42
|
+
React.createElement("path", { d: "M19.501 32.067a5.029 5.029 0 01-3.53 1.479h-.069a5.018 5.018 0 01-3.551-1.54 5.01 5.01 0 01-1.415-3.592 5.024 5.024 0 013.978-4.847v-8.369-.757a.995.995 0 111.99 0v1.325h2.13c.55 0 .996.446.996.995v3.172c0 .55-.446.993-.996.995h-2.13v2.62a5.055 5.055 0 014.078 4.918 5.033 5.033 0 01-1.48 3.601zm-5.205-5.245c-.42.42-.681.995-.69 1.64a2.374 2.374 0 002.33 2.412h.023a2.375 2.375 0 002.356-2.387 2.359 2.359 0 00-.705-1.672 2.355 2.355 0 00-1.65-.684h-.024a2.35 2.35 0 00-1.64.691z", fill: fills.dark }),
|
|
43
|
+
React.createElement("path", { d: "M26.067 27.025c0-1.045.847-1.894 1.894-1.894h6.507a1.894 1.894 0 010 3.788H27.96a1.895 1.895 0 01-1.894-1.894zM26.067 20.97c0-1.044.847-1.893 1.894-1.893h8.261a1.894 1.894 0 110 3.788h-8.261a1.894 1.894 0 01-1.894-1.894z", fill: fills.base })));
|
|
44
44
|
}, {
|
|
45
45
|
name: identiconComponentName,
|
|
46
46
|
})({});
|
|
@@ -39,10 +39,10 @@ export var IdenticonCredentialStuffing = styled(function (_a) {
|
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("rect", { x: 3.913, y: 6, width: 40.087, height: 24, rx: 2, fill: fills.light }),
|
|
42
|
-
React.createElement("path", { d: "M12.988 14.986a3.014 3.014 0 116.028 0 3.014 3.014 0 01-6.028 0zM10.
|
|
42
|
+
React.createElement("path", { d: "M12.988 14.986a3.014 3.014 0 116.028 0 3.014 3.014 0 01-6.028 0zM10.842 20.091a3.01 3.01 0 012.13-.883h6.044a3.01 3.01 0 013.012 3.012v.605c0 .664-.54 1.203-1.203 1.203h-9.653a1.21 1.21 0 01-1.21-1.21v-.596c0-.8.318-1.566.88-2.13z", fill: fills.dark }),
|
|
43
43
|
React.createElement("path", { d: "M26.674 20.617c0-.913.74-1.654 1.654-1.654h5.683a1.654 1.654 0 110 3.308h-5.683a1.657 1.657 0 01-1.654-1.654zM26.674 15.33c0-.913.74-1.655 1.654-1.655h7.216a1.654 1.654 0 110 3.308h-7.216a1.655 1.655 0 01-1.654-1.654z", fill: fills.base }),
|
|
44
|
-
React.createElement("path", { d: "M22.55 26.873l-7.475 12.48A1.766 1.766 0 0016.585 42h14.95a1.764 1.764 0 001.509-2.648l-7.475-12.479a1.
|
|
45
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.06 30.41c.55 0 .998.448.998 1v3.53a.999.999 0
|
|
44
|
+
React.createElement("path", { d: "M22.55 26.873l-7.475 12.48A1.766 1.766 0 0016.585 42h14.95a1.764 1.764 0 001.509-2.648l-7.475-12.479a1.765 1.765 0 00-3.019 0z", fill: fills.dark }),
|
|
45
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.06 30.41c.55 0 .998.448.998 1v3.53a.999.999 0 01-1.997 0v-3.53c0-.552.447-1 .998-1zM23.06 38.47c0-.552.448-.999 1-.999h.01a.999.999 0 110 1.997h-.01a.999.999 0 01-1-.998z", fill: "#fff" })));
|
|
46
46
|
}, {
|
|
47
47
|
name: identiconComponentName,
|
|
48
48
|
})({});
|
|
@@ -41,7 +41,7 @@ export var IdenticonDashboard = styled(function (_a) {
|
|
|
41
41
|
React.createElement("rect", { x: 4, y: 8, width: 40, height: 32, rx: 4, fill: fills.light }),
|
|
42
42
|
React.createElement("path", { d: "M4 12a4 4 0 014-4h11v32H8a4 4 0 01-4-4V12z", fill: fills.base }),
|
|
43
43
|
React.createElement("path", { d: "M4 12a4 4 0 014-4h32a4 4 0 014 4v4H4v-4z", fill: fills.dark }),
|
|
44
|
-
React.createElement("path", { d: "M38.61 13.567a1.355 1.355 0
|
|
44
|
+
React.createElement("path", { d: "M38.61 13.567a1.355 1.355 0 100-2.71 1.355 1.355 0 000 2.71z", fill: fills.light }),
|
|
45
45
|
React.createElement("path", { d: "M12.087 22.973h-4.1a.986.986 0 110-1.973h4.1a.986.986 0 110 1.973zM12.087 30.989h-4.1a.986.986 0 110-1.973h4.1a.986.986 0 110 1.973zM14.081 26.98H7.986a.986.986 0 110-1.973h6.095a.986.986 0 110 1.973z", fill: fills.dark })));
|
|
46
46
|
}, {
|
|
47
47
|
name: identiconComponentName,
|
|
@@ -38,13 +38,13 @@ export var IdenticonDatabase = styled(function (_a) {
|
|
|
38
38
|
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
-
React.createElement("path", { d: "M24 44.38c9.941 0 18-2.262 18-5.
|
|
41
|
+
React.createElement("path", { d: "M24 44.38c9.941 0 18-2.262 18-5.053s-8.059-5.054-18-5.054-18 2.262-18 5.054c0 2.791 8.059 5.054 18 5.054z", fill: fills.base }),
|
|
42
42
|
React.createElement("path", { d: "M41.997 26.267H6V39.34h35.997V26.266z", fill: fills.base }),
|
|
43
|
-
React.createElement("path", { d: "M24 31.227c9.941 0 18-2.262 18-5.
|
|
43
|
+
React.createElement("path", { d: "M24 31.227c9.941 0 18-2.262 18-5.054 0-2.79-8.059-5.054-18-5.054S6 23.382 6 26.173c0 2.792 8.059 5.054 18 5.054z", fill: fills.light }),
|
|
44
44
|
React.createElement("path", { d: "M24 26.966c9.941 0 18-2.262 18-5.054 0-2.791-8.059-5.054-18-5.054S6 19.121 6 21.912c0 2.792 8.059 5.054 18 5.054z", fill: fills.base }),
|
|
45
45
|
React.createElement("path", { d: "M41.997 9.15H6v12.776h35.997V9.15z", fill: fills.base }),
|
|
46
46
|
React.createElement("path", { d: "M24 14.108c9.941 0 18-2.263 18-5.054C42 6.263 33.941 4 24 4S6 6.263 6 9.054c0 2.791 8.059 5.054 18 5.054z", fill: fills.light }),
|
|
47
|
-
React.createElement("path", { d: "M10.022 19.314c.596-.071 1.
|
|
47
|
+
React.createElement("path", { d: "M10.022 19.314c.596-.071 1.005-.74.915-1.495-.09-.755-.647-1.31-1.243-1.238-.596.072-1.006.741-.915 1.496.09.755.647 1.309 1.243 1.237zM10.022 36.652c.596-.072 1.005-.741.915-1.496-.09-.755-.647-1.309-1.243-1.237-.596.07-1.006.74-.915 1.495.09.755.647 1.31 1.243 1.238z", fill: fills.dark })));
|
|
48
48
|
}, {
|
|
49
49
|
name: identiconComponentName,
|
|
50
50
|
})({});
|
|
@@ -40,8 +40,8 @@ export var IdenticonDesktopApp = styled(function (_a) {
|
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { d: "M4 32.03V10.012A4.013 4.013 0 018.012 6h32.042a4.013 4.013 0 014.012 4.012V32.03a4.013 4.013 0 01-4.012 4.013H8.012A4.01 4.01 0 014 32.03z", fill: fills.light }),
|
|
42
42
|
React.createElement("path", { d: "M24.045 34.098a1.011 1.011 0 100-2.023 1.011 1.011 0 000 2.023z", fill: fills.dark }),
|
|
43
|
-
React.createElement("path", { d: "M16.152 30.027h-6.037a2 2 0 01-2-2V16.065a2 2 0 012-2h6.037a2 2 0 012 2v11.964a2 2 0 01-2 1.999zM39.165 11.
|
|
44
|
-
React.createElement("path", { d: "M31.
|
|
43
|
+
React.createElement("path", { d: "M16.152 30.027h-6.037a2 2 0 01-2-2V16.065a2 2 0 012-2h6.037a2 2 0 012 2v11.964a2 2 0 01-2 1.999zM39.165 11.93H9.115c-.552 0-1-.448-1-1v-.024c0-.553.448-1 1-1h30.05c.553 0 1 .447 1 1v.024c0 .552-.447 1-1 1zM38.166 29.994H22.12a2 2 0 01-1.999-2V16.039a2 2 0 012-2h16.044a2 2 0 011.999 2v11.957a1.997 1.997 0 01-2 1.999z", fill: fills.base }),
|
|
44
|
+
React.createElement("path", { d: "M31.047 44.003h-14.07a2.001 2.001 0 010-4.003h14.07a2.001 2.001 0 110 4.003z", fill: fills.light })));
|
|
45
45
|
}, {
|
|
46
46
|
name: identiconComponentName,
|
|
47
47
|
})({});
|
|
@@ -39,7 +39,7 @@ export var IdenticonDeviceBiometrics = styled(function (_a) {
|
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
41
|
React.createElement("path", { d: "M33.316 2H14.684C12.097 2 10 3.977 10 6.416v35.261c0 2.44 2.097 4.416 4.684 4.416h18.632c2.587 0 4.684-1.977 4.684-4.416V6.416C38 3.976 35.903 2 33.316 2z", fill: fills.light }),
|
|
42
|
-
React.createElement("path", { d: "M24 42a1.995 1.995 0 110-3.
|
|
42
|
+
React.createElement("path", { d: "M24 42a1.995 1.995 0 110-3.992A1.995 1.995 0 1124 42z", fill: fills.dark }),
|
|
43
43
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.16 12.253a.776.776 0 000 1.55h2.056c.996 0 1.755.76 1.755 1.755v2.055c0 .427.345.772.772.772a.776.776 0 00.775-.774v-2.056a3.27 3.27 0 00-3.302-3.302H27.16zm-8.375 0a3.27 3.27 0 00-3.302 3.302v2.056c0 .427.348.774.775.774a.771.771 0 00.771-.772v-2.055c0-.995.76-1.756 1.756-1.756h2.055a.776.776 0 000-1.549h-2.055zm-2.528 11.912a.776.776 0 00-.775.774v2.056a3.27 3.27 0 003.302 3.302h2.056a.776.776 0 000-1.55h-2.056a1.723 1.723 0 01-1.755-1.755v-2.055a.771.771 0 00-.772-.772zm15.486 0a.771.771 0 00-.772.772v2.055c0 .994-.759 1.756-1.755 1.756H27.16a.776.776 0 000 1.549h2.056a3.27 3.27 0 003.302-3.302v-2.056a.776.776 0 00-.775-.774zm-9.923-5.079a2.185 2.185 0 114.37 0 2.185 2.185 0 01-4.37 0zm-1.556 3.702c.41-.41.965-.64 1.544-.64h4.383a2.183 2.183 0 012.183 2.183v.44a.873.873 0 01-.872.872h-6.999a.877.877 0 01-.877-.878v-.432c0-.58.23-1.135.638-1.545z", fill: fills.dark })));
|
|
44
44
|
}, {
|
|
45
45
|
name: identiconComponentName,
|
|
@@ -38,14 +38,14 @@ export var IdenticonEfficiency = styled(function (_a) {
|
|
|
38
38
|
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 49", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
-
React.createElement("g", { clipPath: "url(#icon-
|
|
42
|
-
React.createElement("path", { d: "M14.812 14.008a1.
|
|
43
|
-
React.createElement("path", { d: "M33.21 39.307a1.614 1.614 0 11-1.613 1.613 1.592 1.592 0 011.613-1.613zm0-1.972a3.585 3.585 0 100 7.17 3.585 3.585 0 000-7.17zM9.636 26.803a1.613 1.613 0 110 3.227 1.613 1.613 0 010-3.227zm0-1.972a3.585 3.585 0 100 7.17 3.585 3.585 0 000-7.17zM38.409 26.803a1.613 1.613 0 110 3.227 1.613 1.613 0 010-3.227zm0-1.972a3.
|
|
41
|
+
React.createElement("g", { clipPath: "url(#icon-efficiency_svg__clip0_403_3034)" },
|
|
42
|
+
React.createElement("path", { d: "M14.812 14.008a1.613 1.613 0 11.046 3.225 1.613 1.613 0 01-.046-3.226zm0-1.972a3.585 3.585 0 10.045 7.168 3.585 3.585 0 00-.045-7.168zM14.812 39.307a1.614 1.614 0 11.045 3.227 1.614 1.614 0 01-.045-3.227zm0-1.972a3.586 3.586 0 10.046 7.172 3.586 3.586 0 00-.046-7.172z", fill: fills.dark }),
|
|
43
|
+
React.createElement("path", { d: "M33.21 39.307a1.614 1.614 0 11-1.613 1.613 1.592 1.592 0 011.613-1.613zm0-1.972a3.585 3.585 0 100 7.17 3.585 3.585 0 000-7.17zM9.636 26.803a1.613 1.613 0 110 3.227 1.613 1.613 0 010-3.227zm0-1.972a3.585 3.585 0 100 7.17 3.585 3.585 0 000-7.17zM38.409 26.803a1.613 1.613 0 110 3.227 1.613 1.613 0 010-3.227zm0-1.972a3.586 3.586 0 100 7.171 3.586 3.586 0 000-7.17z", fill: fills.light }),
|
|
44
44
|
React.createElement("path", { d: "M20.885 7.016l-6.7 2.532V4.506l6.7 2.51z", fill: fills.dark }),
|
|
45
|
-
React.createElement("path", { d: "M15.417 5.649h-1.232v7.095h1.232V5.649zM23.
|
|
45
|
+
React.createElement("path", { d: "M15.417 5.649h-1.232v7.095h1.232V5.649zM23.372 24.786a1.188 1.188 0 01-1.187-1.188v-6.655a1.188 1.188 0 011.188-1.188h6.677a1.188 1.188 0 010 2.376h-5.49v5.468a1.188 1.188 0 01-1.188 1.187z", fill: fills.dark }),
|
|
46
46
|
React.createElement("path", { d: "M24.515 39.33a1.187 1.187 0 01-.627-2.197 10.891 10.891 0 00-.896-19.07 1.187 1.187 0 011.053-2.128A13.288 13.288 0 0125.12 39.15c-.181.114-.39.175-.605.18z", fill: fills.dark })),
|
|
47
47
|
React.createElement("defs", null,
|
|
48
|
-
React.createElement("clipPath", { id: "icon-
|
|
48
|
+
React.createElement("clipPath", { id: "icon-efficiency_svg__clip0_403_3034" },
|
|
49
49
|
React.createElement("path", { fill: "#fff", transform: "translate(6.028 4.506)", d: "M0 0h35.944v40H0z" })))));
|
|
50
50
|
}, {
|
|
51
51
|
name: identiconComponentName,
|
|
@@ -38,12 +38,12 @@ export var IdenticonEmpathy = styled(function (_a) {
|
|
|
38
38
|
dark: "var(".concat(IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
|
|
39
39
|
};
|
|
40
40
|
return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 49", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
41
|
-
React.createElement("g", { clipPath: "url(#icon-
|
|
41
|
+
React.createElement("g", { clipPath: "url(#icon-empathy_svg__clip0_403_3090)" },
|
|
42
42
|
React.createElement("path", { d: "M8.83 16.096a7.868 7.868 0 117.867 7.868 7.845 7.845 0 01-7.868-7.868z", fill: fills.base }),
|
|
43
43
|
React.createElement("path", { d: "M6.497 29.641a8.433 8.433 0 016.007-2.497h8.363a8.528 8.528 0 016.03 2.497 8.622 8.622 0 012.498 6.031v1.696a3.416 3.416 0 01-3.416 3.416H7.416A3.416 3.416 0 014 37.368v-1.696a8.528 8.528 0 012.497-6.03z", fill: fills.light }),
|
|
44
|
-
React.createElement("path", { d: "M42.68 19.04a4.546 4.546 0 00-6.407 0l-.871.872-.778-.8c-1.743-1.744-4.57-1.862-6.36-.189a4.
|
|
44
|
+
React.createElement("path", { d: "M42.68 19.04a4.546 4.546 0 00-6.407 0l-.871.872-.778-.8c-1.743-1.744-4.57-1.862-6.36-.189a4.523 4.523 0 00-.118 6.502l.872.871 6.054 6.055a.495.495 0 00.683 0l6.054-6.055.872-.871a4.5 4.5 0 000-6.384z", fill: fills.dark })),
|
|
45
45
|
React.createElement("defs", null,
|
|
46
|
-
React.createElement("clipPath", { id: "icon-
|
|
46
|
+
React.createElement("clipPath", { id: "icon-empathy_svg__clip0_403_3090" },
|
|
47
47
|
React.createElement("path", { fill: "#fff", transform: "translate(4 8.228)", d: "M0 0h40v32.556H0z" })))));
|
|
48
48
|
}, {
|
|
49
49
|
name: identiconComponentName,
|
|
@@ -41,7 +41,7 @@ export var IdenticonEnterpriseDirectory = styled(function (_a) {
|
|
|
41
41
|
React.createElement("path", { d: "M27.937 44.725l15.34-11.118c1.675-1.214 2.72-2.607 2.72-5.075 0-1.243-.48-2.442-1.344-3.344L27.073 3.214a3.956 3.956 0 00-5.672-.033L3.385 25.171c-.888.907-1.382 2.329-1.382 3.387 0 1.942 1.05 3.84 2.719 5.05l15.34 11.117a6.717 6.717 0 007.875 0z", fill: fills.light }),
|
|
42
42
|
React.createElement("path", { d: "M33.463 19.309a4.31 4.31 0 00-8.617 0 4.31 4.31 0 008.617 0z", fill: fills.dark }),
|
|
43
43
|
React.createElement("path", { d: "M34.629 26.73a4.678 4.678 0 00-3.31-1.372h-4.33a4.678 4.678 0 00-4.68 4.68v2.893c0 1.037.84 1.877 1.877 1.877h9.938c1.036 0 1.876-.84 1.876-1.877v-2.893c0-1.24-.493-2.432-1.371-3.309zM19.69 28.433a3.083 3.083 0 00-2.18-.903h-2.427A3.083 3.083 0 0012 30.613v1.702c0 .682.553 1.235 1.236 1.235h6.122c.682 0 1.235-.553 1.235-1.235v-1.702c0-.818-.325-1.602-.903-2.18z", fill: fills.base }),
|
|
44
|
-
React.createElement("path", { d: "M19.542 22.484a3.247 3.247 0 00-
|
|
44
|
+
React.createElement("path", { d: "M19.542 22.484a3.247 3.247 0 00-3.245-3.246 3.247 3.247 0 00-3.246 3.246 3.247 3.247 0 006.491 0z", fill: fills.dark })));
|
|
45
45
|
}, {
|
|
46
46
|
name: identiconComponentName,
|
|
47
47
|
})({});
|