@hashicorp/flight-icons 3.13.0 → 3.14.0-rc-20251104114028
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 +10 -0
- package/catalog.json +45 -5
- package/package.json +2 -2
- package/svg/index.d.ts +1 -1
- package/svg/index.js +1 -1
- package/svg/jenkins-16.svg +1 -0
- package/svg/jenkins-24.svg +1 -0
- package/svg/jenkins-color-16.svg +1 -0
- package/svg/jenkins-color-24.svg +1 -0
- package/svg-react/index.ts +6 -2
- package/svg-react/jenkins-16.tsx +34 -0
- package/svg-react/jenkins-24.tsx +34 -0
- package/svg-react/jenkins-color-16.tsx +161 -0
- package/svg-react/jenkins-color-24.tsx +161 -0
- package/svg-react/{volume-2-16.tsx → volume-up-16.tsx} +1 -1
- package/svg-react/{volume-2-24.tsx → volume-up-24.tsx} +1 -1
- package/svg-sprite/svg-sprite-module.js +1 -1
- package/svg-sprite/svg-sprite.svg +1 -1
- /package/svg/{volume-2-16.svg → volume-up-16.svg} +0 -0
- /package/svg/{volume-2-24.svg → volume-up-24.svg} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @hashicorp/flight-icons
|
|
2
2
|
|
|
3
|
+
## 3.14.0-rc-20251104114028
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
`jenkins` and `jenkins-color` icons added.
|
|
8
|
+
|
|
9
|
+
<small class="doc-whats-new-changelog-metadata">[#3337](https://github.com/hashicorp/design-system/pull/3337)</small>
|
|
10
|
+
|
|
11
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
12
|
+
|
|
3
13
|
## 3.13.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
package/catalog.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"lastRunTimeISO": "2025-
|
|
2
|
+
"lastRunTimeISO": "2025-10-30T17:40:18.632Z",
|
|
3
3
|
"lastRunFigma": {
|
|
4
4
|
"id": "TLnoT5AYQfy3tZ0H68BgOr",
|
|
5
5
|
"page": "Export",
|
|
@@ -1806,6 +1806,46 @@
|
|
|
1806
1806
|
"width": 16,
|
|
1807
1807
|
"height": 16
|
|
1808
1808
|
},
|
|
1809
|
+
{
|
|
1810
|
+
"id": "9054:280",
|
|
1811
|
+
"fileName": "jenkins-24",
|
|
1812
|
+
"iconName": "jenkins",
|
|
1813
|
+
"description": "jenkins",
|
|
1814
|
+
"category": "Services",
|
|
1815
|
+
"size": "24",
|
|
1816
|
+
"width": 24,
|
|
1817
|
+
"height": 24
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"id": "9054:298",
|
|
1821
|
+
"fileName": "jenkins-16",
|
|
1822
|
+
"iconName": "jenkins",
|
|
1823
|
+
"description": "jenkins",
|
|
1824
|
+
"category": "Services",
|
|
1825
|
+
"size": "16",
|
|
1826
|
+
"width": 16,
|
|
1827
|
+
"height": 16
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
"id": "9054:159",
|
|
1831
|
+
"fileName": "jenkins-color-24",
|
|
1832
|
+
"iconName": "jenkins-color",
|
|
1833
|
+
"description": "jenkins",
|
|
1834
|
+
"category": "Services",
|
|
1835
|
+
"size": "24",
|
|
1836
|
+
"width": 24,
|
|
1837
|
+
"height": 24
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"id": "9054:218",
|
|
1841
|
+
"fileName": "jenkins-color-16",
|
|
1842
|
+
"iconName": "jenkins-color",
|
|
1843
|
+
"description": "jenkins",
|
|
1844
|
+
"category": "Services",
|
|
1845
|
+
"size": "16",
|
|
1846
|
+
"width": 16,
|
|
1847
|
+
"height": 16
|
|
1848
|
+
},
|
|
1809
1849
|
{
|
|
1810
1850
|
"id": "4461:140",
|
|
1811
1851
|
"fileName": "jfrog-24",
|
|
@@ -7668,8 +7708,8 @@
|
|
|
7668
7708
|
},
|
|
7669
7709
|
{
|
|
7670
7710
|
"id": "350:4505",
|
|
7671
|
-
"fileName": "volume-
|
|
7672
|
-
"iconName": "volume-
|
|
7711
|
+
"fileName": "volume-up-24",
|
|
7712
|
+
"iconName": "volume-up",
|
|
7673
7713
|
"description": "volume, up, high, loud, sound, audio, speaker",
|
|
7674
7714
|
"category": "Media",
|
|
7675
7715
|
"size": "24",
|
|
@@ -7678,8 +7718,8 @@
|
|
|
7678
7718
|
},
|
|
7679
7719
|
{
|
|
7680
7720
|
"id": "350:4509",
|
|
7681
|
-
"fileName": "volume-
|
|
7682
|
-
"iconName": "volume-
|
|
7721
|
+
"fileName": "volume-up-16",
|
|
7722
|
+
"iconName": "volume-up",
|
|
7683
7723
|
"description": "volume, up, high, loud, sound, audio, speaker",
|
|
7684
7724
|
"category": "Media",
|
|
7685
7725
|
"size": "16",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hashicorp/flight-icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.0-rc-20251104114028",
|
|
4
4
|
"description": "Flight: HashiCorp SVG icon set",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hashicorp",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"del": "^8.0.0",
|
|
39
39
|
"dotenv": "^16.4.7",
|
|
40
40
|
"eslint": "^8.57.1",
|
|
41
|
-
"figma-api": "^2.0
|
|
41
|
+
"figma-api": "^2.1.0-beta",
|
|
42
42
|
"fs-extra": "^11.2.0",
|
|
43
43
|
"lodash": "^4.17.21",
|
|
44
44
|
"mini-svg-data-uri": "^1.4.4",
|
package/svg/index.d.ts
CHANGED
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
* SPDX-License-Identifier: MPL-2.0
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export declare const iconNames: readonly ['loading', 'loading-static', 'running', 'running-static', 'apple', 'apple-color', 'alibaba', 'alibaba-color', 'amazon-ecs', 'amazon-ecs-color', 'amazon-eks', 'amazon-eks-color', 'auth0', 'auth0-color', 'aws', 'aws-color', 'aws-cdk', 'aws-cdk-color', 'aws-cloudwatch', 'aws-cloudwatch-color', 'aws-ec2', 'aws-ec2-color', 'aws-lambda', 'aws-lambda-color', 'aws-s3', 'aws-s3-color', 'azure', 'azure-color', 'azure-aks', 'azure-aks-color', 'azure-blob-storage', 'azure-blob-storage-color', 'azure-devops', 'azure-devops-color', 'azure-vms', 'azure-vms-color', 'bitbucket', 'bitbucket-color', 'bridgecrew', 'bridgecrew-color', 'cisco', 'cisco-color', 'codepen', 'codepen-color', 'confluence', 'confluence-color', 'confluent', 'confluent-color', 'datadog', 'datadog-color', 'digital-ocean', 'digital-ocean-color', 'docker', 'docker-color', 'duo', 'duo-color', 'elastic-observability', 'elastic-observability-color', 'f5', 'f5-color', 'facebook', 'facebook-color', 'figma', 'figma-color', 'gcp', 'gcp-color', 'git', 'git-color', 'gitlab', 'gitlab-color', 'github', 'github-color', 'google', 'google-color', 'google-docs', 'google-docs-color', 'google-drive', 'google-drive-color', 'google-forms', 'google-forms-color', 'google-sheets', 'google-sheets-color', 'google-slides', 'google-slides-color', 'grafana', 'grafana-color', 'helm', 'helm-color', 'infracost', 'infracost-color', 'jfrog', 'jfrog-color', 'jira', 'jira-color', 'jwt', 'jwt-color', 'kubernetes', 'kubernetes-color', 'lightlytics', 'lightlytics-color', 'linkedin', 'linkedin-color', 'linode', 'linode-color', 'linux', 'linux-color', 'loom', 'loom-color', 'meetup', 'meetup-color', 'microsoft', 'microsoft-color', 'microsoft-teams', 'microsoft-teams-color', 'minio', 'minio-color', 'mongodb', 'mongodb-color', 'new-relic', 'new-relic-color', 'okta', 'okta-color', 'oracle', 'oracle-color', 'opa', 'opa-color', 'openid', 'openid-color', 'pack', 'pack-color', 'pager-duty', 'pager-duty-color', 'ping-identity ', 'ping-identity-color', 'postgres', 'postgres-color', 'rabbitmq', 'rabbitmq-color', 'saml', 'saml-color', 'service-now', 'service-now-color', 'slack', 'slack-color', 'snyk', 'snyk-color', 'splunk', 'splunk-color', 'twilio', 'twilio-color', 'twitch', 'twitch-color', 'twitter', 'twitter-color', 'twitter-x', 'twitter-x-color', 'vantage', 'vantage-color', 'venafi', 'venafi-color', 'vercel', 'vercel-color', 'vmware', 'vmware-color', 'youtube', 'youtube-color', 'boundary', 'boundary-color', 'boundary-fill', 'boundary-fill-color', 'boundary-square', 'boundary-square-color', 'consul', 'consul-color', 'consul-fill', 'consul-fill-color', 'consul-square', 'consul-square-color', 'nomad', 'nomad-color', 'nomad-fill', 'nomad-fill-color', 'nomad-square', 'nomad-square-color', 'packer', 'packer-color', 'packer-fill', 'packer-fill-color', 'packer-square', 'packer-square-color', 'terraform', 'terraform-color', 'terraform-fill', 'terraform-fill-color', 'terraform-square', 'terraform-square-color', 'vagrant', 'vagrant-color', 'vagrant-fill', 'vagrant-fill-color', 'vagrant-square', 'vagrant-square-color', 'vault', 'vault-color', 'vault-fill', 'vault-fill-color', 'vault-square', 'vault-square-color', 'vault-radar', 'vault-radar-color', 'vault-radar-fill', 'vault-radar-fill-color', 'vault-radar-square', 'vault-radar-square-color', 'vault-secrets', 'vault-secrets-color', 'vault-secrets-fill', 'vault-secrets-fill-color', 'vault-secrets-square', 'vault-secrets-square-color', 'waypoint', 'waypoint-color', 'waypoint-fill', 'waypoint-fill-color', 'waypoint-square', 'waypoint-square-color', 'hashicorp', 'hashicorp-color', 'hashicorp-fill', 'hashicorp-fill-color', 'hashicorp-square', 'hashicorp-square-color', 'hcp', 'hcp-color', 'hcp-fill', 'hcp-fill-color', 'hcp-square', 'hcp-square-color', 'accessibility', 'folder-users', 'frown', 'identity-service', 'identity-user', 'meh', 'robot', 'smile', 'user', 'user-check', 'user-circle', 'user-circle-fill', 'user-minus', 'user-plus', 'user-x', 'users', 'ampersand', 'beaker', 'bucket', 'bulb', 'circle', 'circle-dot', 'circle-fill', 'circle-half', 'diamond', 'diamond-fill', 'disc', 'dot', 'dot-half', 'droplet', 'flag', 'gift', 'government', 'handshake', 'hash', 'hexagon', 'hexagon-fill', 'labyrinth', 'layers', 'moon', 'octagon', 'outline', 'random', 'rocket', 'sparkle', 'square', 'square-fill', 'sun', 'triangle', 'triangle-fill', 'truck', 'wand', 'zap', 'zap-off', 'docs', 'docs-download', 'docs-link', 'guide', 'guide-link', 'help', 'info', 'info-fill', 'learn', 'learn-link', 'support', 'alert-circle', 'alert-circle-fill', 'alert-diamond', 'alert-diamond-fill', 'alert-octagon', 'alert-octagon-fill', 'alert-triangle', 'alert-triangle-fill', 'check', 'check-circle', 'check-circle-fill', 'check-diamond', 'check-diamond-fill', 'check-hexagon', 'check-hexagon-fill', 'check-square', 'check-square-fill', 'skip', 'x', 'x-circle', 'x-circle-fill', 'x-diamond', 'x-diamond-fill', 'x-hexagon', 'x-hexagon-fill', 'x-square', 'x-square-fill', 'bug', 'certificate', 'eye', 'eye-off', 'fingerprint', 'key', 'keychain', 'lock', 'lock-fill', 'lock-off', 'shield', 'shield-alert', 'shield-check', 'shield-off', 'shield-x', 'token', 'unlock', 'verified', 'wall', 'minus', 'minus-circle', 'minus-circle-fill', 'minus-plus', 'minus-plus-circle', 'minus-plus-square', 'minus-square', 'minus-square-fill', 'plus', 'plus-circle', 'plus-circle-fill', 'plus-square', 'camera', 'camera-off', 'cast', 'closed-caption', 'fast-forward', 'film', 'headphones', 'image', 'music', 'pause', 'pause-circle', 'play', 'play-circle', 'radio', 'rewind', 'rss', 'skip-back', 'skip-forward', 'speaker', 'stop-circle', 'volume', 'volume-down', 'volume-
|
|
6
|
+
export declare const iconNames: readonly ['loading', 'loading-static', 'running', 'running-static', 'apple', 'apple-color', 'alibaba', 'alibaba-color', 'amazon-ecs', 'amazon-ecs-color', 'amazon-eks', 'amazon-eks-color', 'auth0', 'auth0-color', 'aws', 'aws-color', 'aws-cdk', 'aws-cdk-color', 'aws-cloudwatch', 'aws-cloudwatch-color', 'aws-ec2', 'aws-ec2-color', 'aws-lambda', 'aws-lambda-color', 'aws-s3', 'aws-s3-color', 'azure', 'azure-color', 'azure-aks', 'azure-aks-color', 'azure-blob-storage', 'azure-blob-storage-color', 'azure-devops', 'azure-devops-color', 'azure-vms', 'azure-vms-color', 'bitbucket', 'bitbucket-color', 'bridgecrew', 'bridgecrew-color', 'cisco', 'cisco-color', 'codepen', 'codepen-color', 'confluence', 'confluence-color', 'confluent', 'confluent-color', 'datadog', 'datadog-color', 'digital-ocean', 'digital-ocean-color', 'docker', 'docker-color', 'duo', 'duo-color', 'elastic-observability', 'elastic-observability-color', 'f5', 'f5-color', 'facebook', 'facebook-color', 'figma', 'figma-color', 'gcp', 'gcp-color', 'git', 'git-color', 'gitlab', 'gitlab-color', 'github', 'github-color', 'google', 'google-color', 'google-docs', 'google-docs-color', 'google-drive', 'google-drive-color', 'google-forms', 'google-forms-color', 'google-sheets', 'google-sheets-color', 'google-slides', 'google-slides-color', 'grafana', 'grafana-color', 'helm', 'helm-color', 'infracost', 'infracost-color', 'jenkins', 'jenkins-color', 'jfrog', 'jfrog-color', 'jira', 'jira-color', 'jwt', 'jwt-color', 'kubernetes', 'kubernetes-color', 'lightlytics', 'lightlytics-color', 'linkedin', 'linkedin-color', 'linode', 'linode-color', 'linux', 'linux-color', 'loom', 'loom-color', 'meetup', 'meetup-color', 'microsoft', 'microsoft-color', 'microsoft-teams', 'microsoft-teams-color', 'minio', 'minio-color', 'mongodb', 'mongodb-color', 'new-relic', 'new-relic-color', 'okta', 'okta-color', 'oracle', 'oracle-color', 'opa', 'opa-color', 'openid', 'openid-color', 'pack', 'pack-color', 'pager-duty', 'pager-duty-color', 'ping-identity ', 'ping-identity-color', 'postgres', 'postgres-color', 'rabbitmq', 'rabbitmq-color', 'saml', 'saml-color', 'service-now', 'service-now-color', 'slack', 'slack-color', 'snyk', 'snyk-color', 'splunk', 'splunk-color', 'twilio', 'twilio-color', 'twitch', 'twitch-color', 'twitter', 'twitter-color', 'twitter-x', 'twitter-x-color', 'vantage', 'vantage-color', 'venafi', 'venafi-color', 'vercel', 'vercel-color', 'vmware', 'vmware-color', 'youtube', 'youtube-color', 'boundary', 'boundary-color', 'boundary-fill', 'boundary-fill-color', 'boundary-square', 'boundary-square-color', 'consul', 'consul-color', 'consul-fill', 'consul-fill-color', 'consul-square', 'consul-square-color', 'nomad', 'nomad-color', 'nomad-fill', 'nomad-fill-color', 'nomad-square', 'nomad-square-color', 'packer', 'packer-color', 'packer-fill', 'packer-fill-color', 'packer-square', 'packer-square-color', 'terraform', 'terraform-color', 'terraform-fill', 'terraform-fill-color', 'terraform-square', 'terraform-square-color', 'vagrant', 'vagrant-color', 'vagrant-fill', 'vagrant-fill-color', 'vagrant-square', 'vagrant-square-color', 'vault', 'vault-color', 'vault-fill', 'vault-fill-color', 'vault-square', 'vault-square-color', 'vault-radar', 'vault-radar-color', 'vault-radar-fill', 'vault-radar-fill-color', 'vault-radar-square', 'vault-radar-square-color', 'vault-secrets', 'vault-secrets-color', 'vault-secrets-fill', 'vault-secrets-fill-color', 'vault-secrets-square', 'vault-secrets-square-color', 'waypoint', 'waypoint-color', 'waypoint-fill', 'waypoint-fill-color', 'waypoint-square', 'waypoint-square-color', 'hashicorp', 'hashicorp-color', 'hashicorp-fill', 'hashicorp-fill-color', 'hashicorp-square', 'hashicorp-square-color', 'hcp', 'hcp-color', 'hcp-fill', 'hcp-fill-color', 'hcp-square', 'hcp-square-color', 'accessibility', 'folder-users', 'frown', 'identity-service', 'identity-user', 'meh', 'robot', 'smile', 'user', 'user-check', 'user-circle', 'user-circle-fill', 'user-minus', 'user-plus', 'user-x', 'users', 'ampersand', 'beaker', 'bucket', 'bulb', 'circle', 'circle-dot', 'circle-fill', 'circle-half', 'diamond', 'diamond-fill', 'disc', 'dot', 'dot-half', 'droplet', 'flag', 'gift', 'government', 'handshake', 'hash', 'hexagon', 'hexagon-fill', 'labyrinth', 'layers', 'moon', 'octagon', 'outline', 'random', 'rocket', 'sparkle', 'square', 'square-fill', 'sun', 'triangle', 'triangle-fill', 'truck', 'wand', 'zap', 'zap-off', 'docs', 'docs-download', 'docs-link', 'guide', 'guide-link', 'help', 'info', 'info-fill', 'learn', 'learn-link', 'support', 'alert-circle', 'alert-circle-fill', 'alert-diamond', 'alert-diamond-fill', 'alert-octagon', 'alert-octagon-fill', 'alert-triangle', 'alert-triangle-fill', 'check', 'check-circle', 'check-circle-fill', 'check-diamond', 'check-diamond-fill', 'check-hexagon', 'check-hexagon-fill', 'check-square', 'check-square-fill', 'skip', 'x', 'x-circle', 'x-circle-fill', 'x-diamond', 'x-diamond-fill', 'x-hexagon', 'x-hexagon-fill', 'x-square', 'x-square-fill', 'bug', 'certificate', 'eye', 'eye-off', 'fingerprint', 'key', 'keychain', 'lock', 'lock-fill', 'lock-off', 'shield', 'shield-alert', 'shield-check', 'shield-off', 'shield-x', 'token', 'unlock', 'verified', 'wall', 'minus', 'minus-circle', 'minus-circle-fill', 'minus-plus', 'minus-plus-circle', 'minus-plus-square', 'minus-square', 'minus-square-fill', 'plus', 'plus-circle', 'plus-circle-fill', 'plus-square', 'camera', 'camera-off', 'cast', 'closed-caption', 'fast-forward', 'film', 'headphones', 'image', 'music', 'pause', 'pause-circle', 'play', 'play-circle', 'radio', 'rewind', 'rss', 'skip-back', 'skip-forward', 'speaker', 'stop-circle', 'volume', 'volume-down', 'volume-up', 'volume-x', 'wifi', 'wifi-off', 'compass', 'crosshair', 'map', 'map-pin', 'navigation', 'navigation-alt', 'redirect', 'target', 'align-center', 'align-justify', 'align-left', 'align-right', 'battery', 'battery-charging', 'bookmark', 'bookmark-add', 'bookmark-add-fill', 'bookmark-fill', 'bookmark-remove', 'bookmark-remove-fill', 'bottom', 'top', 'start', 'end', 'command', 'crop', 'dashboard', 'delete', 'download', 'edit', 'entry-point', 'exit-point', 'external-link', 'filter', 'filter-circle', 'filter-fill', 'grid', 'grid-alt', 'home', 'jump-link', 'layout', 'link', 'list', 'maximize', 'maximize-alt', 'menu', 'minimize', 'minimize-alt', 'more-horizontal', 'more-vertical', 'mouse-pointer', 'move-horizontal', 'paperclip', 'pen-tool', 'pencil-tool', 'pin', 'pin-off', 'power', 'printer', 'reload', 'repeat', 'resize-column', 'rotate-cw', 'rotate-ccw', 'search', 'share', 'sidebar', 'sidebar-hide', 'sidebar-show', 'sign-in', 'sign-out', 'slash', 'slash-square', 'sort-asc', 'sort-desc', 'switcher', 'sync', 'sync-alert', 'sync-reverse', 'tag', 'toggle-left', 'toggle-right', 'trash', 'type', 'text-wrap', 'unfold-close', 'unfold-open', 'upload', 'zoom-in', 'zoom-out', 'archive', 'clipboard', 'clipboard-checked', 'clipboard-copy', 'clipboard-x', 'file', 'file-change', 'file-check', 'file-diff', 'file-minus', 'file-plus', 'file-source', 'file-text', 'file-x', 'files', 'folder', 'folder-fill', 'folder-minus', 'folder-minus-fill', 'folder-plus', 'folder-plus-fill', 'folder-star', 'inbox', 'api', 'auto-apply', 'build', 'change', 'change-circle', 'change-square', 'channel', 'cloud', 'cloud-check', 'cloud-download', 'cloud-lightning', 'cloud-lock', 'cloud-off', 'cloud-upload', 'cloud-x', 'code', 'connection', 'connection-gateway', 'cpu', 'duplicate', 'gateway', 'git-branch', 'git-commit', 'git-merge', 'git-pull-request', 'git-repo', 'hammer', 'key-values', 'mainframe', 'mesh', 'module', 'monitor', 'network', 'network-alt', 'node', 'path', 'pipeline', 'plug', 'replication-direct', 'replication-perf', 'scissors', 'server', 'server-cluster', 'serverless', 'service', 'settings', 'sliders', 'smartphone', 'socket', 'step', 'tablet', 'terminal', 'terminal-screen', 'test', 'tools', 'transform-data', 'tv', 'webhook', 'wrench', 'calendar', 'clock', 'clock-filled', 'delay', 'event', 'history', 'hourglass', 'watch', 'bar-chart', 'bar-chart-alt', 'box', 'collections', 'database', 'hard-drive', 'line-chart', 'line-chart-up', 'logs', 'package', 'pie-chart', 'queue', 'save', 'trend-down', 'trend-up', 'activity', 'at-sign', 'award', 'bell', 'bell-active', 'bell-active-fill', 'bell-off', 'discussion-circle', 'discussion-square', 'heart', 'heart-fill', 'heart-off', 'mail', 'mail-open', 'message-circle', 'message-circle-fill', 'message-square', 'message-square-fill', 'mic', 'mic-off', 'newspaper', 'phone', 'phone-call', 'phone-off', 'send', 'star', 'star-circle', 'star-fill', 'star-off', 'thumbs-down', 'thumbs-up', 'video', 'video-off', 'bank-vault', 'briefcase', 'credit-card', 'dollar-sign', 'enterprise', 'globe', 'globe-private', 'org', 'provider', 'shopping-bag', 'shopping-cart', 'arrow-down', 'arrow-down-circle', 'arrow-down-left', 'arrow-down-right', 'arrow-left', 'arrow-left-circle', 'arrow-right', 'arrow-right-circle', 'arrow-up', 'arrow-up-circle', 'arrow-up-left', 'arrow-up-right', 'caret', 'chevron-down', 'chevron-left', 'chevron-right', 'chevron-up', 'chevrons-down', 'chevrons-left', 'chevrons-right', 'chevrons-up', 'corner-down-left', 'corner-down-right', 'corner-left-down', 'corner-left-up', 'corner-right-down', 'corner-right-up', 'corner-up-left', 'corner-up-right', 'load-balancer', 'migrate', 'move', 'shuffle', 'swap-horizontal', 'swap-vertical'];
|
|
7
7
|
export type IconName = typeof iconNames[number];
|
package/svg/index.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* SPDX-License-Identifier: MPL-2.0
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export const iconNames = [ 'loading', 'loading-static', 'running', 'running-static', 'apple', 'apple-color', 'alibaba', 'alibaba-color', 'amazon-ecs', 'amazon-ecs-color', 'amazon-eks', 'amazon-eks-color', 'auth0', 'auth0-color', 'aws', 'aws-color', 'aws-cdk', 'aws-cdk-color', 'aws-cloudwatch', 'aws-cloudwatch-color', 'aws-ec2', 'aws-ec2-color', 'aws-lambda', 'aws-lambda-color', 'aws-s3', 'aws-s3-color', 'azure', 'azure-color', 'azure-aks', 'azure-aks-color', 'azure-blob-storage', 'azure-blob-storage-color', 'azure-devops', 'azure-devops-color', 'azure-vms', 'azure-vms-color', 'bitbucket', 'bitbucket-color', 'bridgecrew', 'bridgecrew-color', 'cisco', 'cisco-color', 'codepen', 'codepen-color', 'confluence', 'confluence-color', 'confluent', 'confluent-color', 'datadog', 'datadog-color', 'digital-ocean', 'digital-ocean-color', 'docker', 'docker-color', 'duo', 'duo-color', 'elastic-observability', 'elastic-observability-color', 'f5', 'f5-color', 'facebook', 'facebook-color', 'figma', 'figma-color', 'gcp', 'gcp-color', 'git', 'git-color', 'gitlab', 'gitlab-color', 'github', 'github-color', 'google', 'google-color', 'google-docs', 'google-docs-color', 'google-drive', 'google-drive-color', 'google-forms', 'google-forms-color', 'google-sheets', 'google-sheets-color', 'google-slides', 'google-slides-color', 'grafana', 'grafana-color', 'helm', 'helm-color', 'infracost', 'infracost-color', 'jfrog', 'jfrog-color', 'jira', 'jira-color', 'jwt', 'jwt-color', 'kubernetes', 'kubernetes-color', 'lightlytics', 'lightlytics-color', 'linkedin', 'linkedin-color', 'linode', 'linode-color', 'linux', 'linux-color', 'loom', 'loom-color', 'meetup', 'meetup-color', 'microsoft', 'microsoft-color', 'microsoft-teams', 'microsoft-teams-color', 'minio', 'minio-color', 'mongodb', 'mongodb-color', 'new-relic', 'new-relic-color', 'okta', 'okta-color', 'oracle', 'oracle-color', 'opa', 'opa-color', 'openid', 'openid-color', 'pack', 'pack-color', 'pager-duty', 'pager-duty-color', 'ping-identity ', 'ping-identity-color', 'postgres', 'postgres-color', 'rabbitmq', 'rabbitmq-color', 'saml', 'saml-color', 'service-now', 'service-now-color', 'slack', 'slack-color', 'snyk', 'snyk-color', 'splunk', 'splunk-color', 'twilio', 'twilio-color', 'twitch', 'twitch-color', 'twitter', 'twitter-color', 'twitter-x', 'twitter-x-color', 'vantage', 'vantage-color', 'venafi', 'venafi-color', 'vercel', 'vercel-color', 'vmware', 'vmware-color', 'youtube', 'youtube-color', 'boundary', 'boundary-color', 'boundary-fill', 'boundary-fill-color', 'boundary-square', 'boundary-square-color', 'consul', 'consul-color', 'consul-fill', 'consul-fill-color', 'consul-square', 'consul-square-color', 'nomad', 'nomad-color', 'nomad-fill', 'nomad-fill-color', 'nomad-square', 'nomad-square-color', 'packer', 'packer-color', 'packer-fill', 'packer-fill-color', 'packer-square', 'packer-square-color', 'terraform', 'terraform-color', 'terraform-fill', 'terraform-fill-color', 'terraform-square', 'terraform-square-color', 'vagrant', 'vagrant-color', 'vagrant-fill', 'vagrant-fill-color', 'vagrant-square', 'vagrant-square-color', 'vault', 'vault-color', 'vault-fill', 'vault-fill-color', 'vault-square', 'vault-square-color', 'vault-radar', 'vault-radar-color', 'vault-radar-fill', 'vault-radar-fill-color', 'vault-radar-square', 'vault-radar-square-color', 'vault-secrets', 'vault-secrets-color', 'vault-secrets-fill', 'vault-secrets-fill-color', 'vault-secrets-square', 'vault-secrets-square-color', 'waypoint', 'waypoint-color', 'waypoint-fill', 'waypoint-fill-color', 'waypoint-square', 'waypoint-square-color', 'hashicorp', 'hashicorp-color', 'hashicorp-fill', 'hashicorp-fill-color', 'hashicorp-square', 'hashicorp-square-color', 'hcp', 'hcp-color', 'hcp-fill', 'hcp-fill-color', 'hcp-square', 'hcp-square-color', 'accessibility', 'folder-users', 'frown', 'identity-service', 'identity-user', 'meh', 'robot', 'smile', 'user', 'user-check', 'user-circle', 'user-circle-fill', 'user-minus', 'user-plus', 'user-x', 'users', 'ampersand', 'beaker', 'bucket', 'bulb', 'circle', 'circle-dot', 'circle-fill', 'circle-half', 'diamond', 'diamond-fill', 'disc', 'dot', 'dot-half', 'droplet', 'flag', 'gift', 'government', 'handshake', 'hash', 'hexagon', 'hexagon-fill', 'labyrinth', 'layers', 'moon', 'octagon', 'outline', 'random', 'rocket', 'sparkle', 'square', 'square-fill', 'sun', 'triangle', 'triangle-fill', 'truck', 'wand', 'zap', 'zap-off', 'docs', 'docs-download', 'docs-link', 'guide', 'guide-link', 'help', 'info', 'info-fill', 'learn', 'learn-link', 'support', 'alert-circle', 'alert-circle-fill', 'alert-diamond', 'alert-diamond-fill', 'alert-octagon', 'alert-octagon-fill', 'alert-triangle', 'alert-triangle-fill', 'check', 'check-circle', 'check-circle-fill', 'check-diamond', 'check-diamond-fill', 'check-hexagon', 'check-hexagon-fill', 'check-square', 'check-square-fill', 'skip', 'x', 'x-circle', 'x-circle-fill', 'x-diamond', 'x-diamond-fill', 'x-hexagon', 'x-hexagon-fill', 'x-square', 'x-square-fill', 'bug', 'certificate', 'eye', 'eye-off', 'fingerprint', 'key', 'keychain', 'lock', 'lock-fill', 'lock-off', 'shield', 'shield-alert', 'shield-check', 'shield-off', 'shield-x', 'token', 'unlock', 'verified', 'wall', 'minus', 'minus-circle', 'minus-circle-fill', 'minus-plus', 'minus-plus-circle', 'minus-plus-square', 'minus-square', 'minus-square-fill', 'plus', 'plus-circle', 'plus-circle-fill', 'plus-square', 'camera', 'camera-off', 'cast', 'closed-caption', 'fast-forward', 'film', 'headphones', 'image', 'music', 'pause', 'pause-circle', 'play', 'play-circle', 'radio', 'rewind', 'rss', 'skip-back', 'skip-forward', 'speaker', 'stop-circle', 'volume', 'volume-down', 'volume-
|
|
6
|
+
export const iconNames = [ 'loading', 'loading-static', 'running', 'running-static', 'apple', 'apple-color', 'alibaba', 'alibaba-color', 'amazon-ecs', 'amazon-ecs-color', 'amazon-eks', 'amazon-eks-color', 'auth0', 'auth0-color', 'aws', 'aws-color', 'aws-cdk', 'aws-cdk-color', 'aws-cloudwatch', 'aws-cloudwatch-color', 'aws-ec2', 'aws-ec2-color', 'aws-lambda', 'aws-lambda-color', 'aws-s3', 'aws-s3-color', 'azure', 'azure-color', 'azure-aks', 'azure-aks-color', 'azure-blob-storage', 'azure-blob-storage-color', 'azure-devops', 'azure-devops-color', 'azure-vms', 'azure-vms-color', 'bitbucket', 'bitbucket-color', 'bridgecrew', 'bridgecrew-color', 'cisco', 'cisco-color', 'codepen', 'codepen-color', 'confluence', 'confluence-color', 'confluent', 'confluent-color', 'datadog', 'datadog-color', 'digital-ocean', 'digital-ocean-color', 'docker', 'docker-color', 'duo', 'duo-color', 'elastic-observability', 'elastic-observability-color', 'f5', 'f5-color', 'facebook', 'facebook-color', 'figma', 'figma-color', 'gcp', 'gcp-color', 'git', 'git-color', 'gitlab', 'gitlab-color', 'github', 'github-color', 'google', 'google-color', 'google-docs', 'google-docs-color', 'google-drive', 'google-drive-color', 'google-forms', 'google-forms-color', 'google-sheets', 'google-sheets-color', 'google-slides', 'google-slides-color', 'grafana', 'grafana-color', 'helm', 'helm-color', 'infracost', 'infracost-color', 'jenkins', 'jenkins-color', 'jfrog', 'jfrog-color', 'jira', 'jira-color', 'jwt', 'jwt-color', 'kubernetes', 'kubernetes-color', 'lightlytics', 'lightlytics-color', 'linkedin', 'linkedin-color', 'linode', 'linode-color', 'linux', 'linux-color', 'loom', 'loom-color', 'meetup', 'meetup-color', 'microsoft', 'microsoft-color', 'microsoft-teams', 'microsoft-teams-color', 'minio', 'minio-color', 'mongodb', 'mongodb-color', 'new-relic', 'new-relic-color', 'okta', 'okta-color', 'oracle', 'oracle-color', 'opa', 'opa-color', 'openid', 'openid-color', 'pack', 'pack-color', 'pager-duty', 'pager-duty-color', 'ping-identity ', 'ping-identity-color', 'postgres', 'postgres-color', 'rabbitmq', 'rabbitmq-color', 'saml', 'saml-color', 'service-now', 'service-now-color', 'slack', 'slack-color', 'snyk', 'snyk-color', 'splunk', 'splunk-color', 'twilio', 'twilio-color', 'twitch', 'twitch-color', 'twitter', 'twitter-color', 'twitter-x', 'twitter-x-color', 'vantage', 'vantage-color', 'venafi', 'venafi-color', 'vercel', 'vercel-color', 'vmware', 'vmware-color', 'youtube', 'youtube-color', 'boundary', 'boundary-color', 'boundary-fill', 'boundary-fill-color', 'boundary-square', 'boundary-square-color', 'consul', 'consul-color', 'consul-fill', 'consul-fill-color', 'consul-square', 'consul-square-color', 'nomad', 'nomad-color', 'nomad-fill', 'nomad-fill-color', 'nomad-square', 'nomad-square-color', 'packer', 'packer-color', 'packer-fill', 'packer-fill-color', 'packer-square', 'packer-square-color', 'terraform', 'terraform-color', 'terraform-fill', 'terraform-fill-color', 'terraform-square', 'terraform-square-color', 'vagrant', 'vagrant-color', 'vagrant-fill', 'vagrant-fill-color', 'vagrant-square', 'vagrant-square-color', 'vault', 'vault-color', 'vault-fill', 'vault-fill-color', 'vault-square', 'vault-square-color', 'vault-radar', 'vault-radar-color', 'vault-radar-fill', 'vault-radar-fill-color', 'vault-radar-square', 'vault-radar-square-color', 'vault-secrets', 'vault-secrets-color', 'vault-secrets-fill', 'vault-secrets-fill-color', 'vault-secrets-square', 'vault-secrets-square-color', 'waypoint', 'waypoint-color', 'waypoint-fill', 'waypoint-fill-color', 'waypoint-square', 'waypoint-square-color', 'hashicorp', 'hashicorp-color', 'hashicorp-fill', 'hashicorp-fill-color', 'hashicorp-square', 'hashicorp-square-color', 'hcp', 'hcp-color', 'hcp-fill', 'hcp-fill-color', 'hcp-square', 'hcp-square-color', 'accessibility', 'folder-users', 'frown', 'identity-service', 'identity-user', 'meh', 'robot', 'smile', 'user', 'user-check', 'user-circle', 'user-circle-fill', 'user-minus', 'user-plus', 'user-x', 'users', 'ampersand', 'beaker', 'bucket', 'bulb', 'circle', 'circle-dot', 'circle-fill', 'circle-half', 'diamond', 'diamond-fill', 'disc', 'dot', 'dot-half', 'droplet', 'flag', 'gift', 'government', 'handshake', 'hash', 'hexagon', 'hexagon-fill', 'labyrinth', 'layers', 'moon', 'octagon', 'outline', 'random', 'rocket', 'sparkle', 'square', 'square-fill', 'sun', 'triangle', 'triangle-fill', 'truck', 'wand', 'zap', 'zap-off', 'docs', 'docs-download', 'docs-link', 'guide', 'guide-link', 'help', 'info', 'info-fill', 'learn', 'learn-link', 'support', 'alert-circle', 'alert-circle-fill', 'alert-diamond', 'alert-diamond-fill', 'alert-octagon', 'alert-octagon-fill', 'alert-triangle', 'alert-triangle-fill', 'check', 'check-circle', 'check-circle-fill', 'check-diamond', 'check-diamond-fill', 'check-hexagon', 'check-hexagon-fill', 'check-square', 'check-square-fill', 'skip', 'x', 'x-circle', 'x-circle-fill', 'x-diamond', 'x-diamond-fill', 'x-hexagon', 'x-hexagon-fill', 'x-square', 'x-square-fill', 'bug', 'certificate', 'eye', 'eye-off', 'fingerprint', 'key', 'keychain', 'lock', 'lock-fill', 'lock-off', 'shield', 'shield-alert', 'shield-check', 'shield-off', 'shield-x', 'token', 'unlock', 'verified', 'wall', 'minus', 'minus-circle', 'minus-circle-fill', 'minus-plus', 'minus-plus-circle', 'minus-plus-square', 'minus-square', 'minus-square-fill', 'plus', 'plus-circle', 'plus-circle-fill', 'plus-square', 'camera', 'camera-off', 'cast', 'closed-caption', 'fast-forward', 'film', 'headphones', 'image', 'music', 'pause', 'pause-circle', 'play', 'play-circle', 'radio', 'rewind', 'rss', 'skip-back', 'skip-forward', 'speaker', 'stop-circle', 'volume', 'volume-down', 'volume-up', 'volume-x', 'wifi', 'wifi-off', 'compass', 'crosshair', 'map', 'map-pin', 'navigation', 'navigation-alt', 'redirect', 'target', 'align-center', 'align-justify', 'align-left', 'align-right', 'battery', 'battery-charging', 'bookmark', 'bookmark-add', 'bookmark-add-fill', 'bookmark-fill', 'bookmark-remove', 'bookmark-remove-fill', 'bottom', 'top', 'start', 'end', 'command', 'crop', 'dashboard', 'delete', 'download', 'edit', 'entry-point', 'exit-point', 'external-link', 'filter', 'filter-circle', 'filter-fill', 'grid', 'grid-alt', 'home', 'jump-link', 'layout', 'link', 'list', 'maximize', 'maximize-alt', 'menu', 'minimize', 'minimize-alt', 'more-horizontal', 'more-vertical', 'mouse-pointer', 'move-horizontal', 'paperclip', 'pen-tool', 'pencil-tool', 'pin', 'pin-off', 'power', 'printer', 'reload', 'repeat', 'resize-column', 'rotate-cw', 'rotate-ccw', 'search', 'share', 'sidebar', 'sidebar-hide', 'sidebar-show', 'sign-in', 'sign-out', 'slash', 'slash-square', 'sort-asc', 'sort-desc', 'switcher', 'sync', 'sync-alert', 'sync-reverse', 'tag', 'toggle-left', 'toggle-right', 'trash', 'type', 'text-wrap', 'unfold-close', 'unfold-open', 'upload', 'zoom-in', 'zoom-out', 'archive', 'clipboard', 'clipboard-checked', 'clipboard-copy', 'clipboard-x', 'file', 'file-change', 'file-check', 'file-diff', 'file-minus', 'file-plus', 'file-source', 'file-text', 'file-x', 'files', 'folder', 'folder-fill', 'folder-minus', 'folder-minus-fill', 'folder-plus', 'folder-plus-fill', 'folder-star', 'inbox', 'api', 'auto-apply', 'build', 'change', 'change-circle', 'change-square', 'channel', 'cloud', 'cloud-check', 'cloud-download', 'cloud-lightning', 'cloud-lock', 'cloud-off', 'cloud-upload', 'cloud-x', 'code', 'connection', 'connection-gateway', 'cpu', 'duplicate', 'gateway', 'git-branch', 'git-commit', 'git-merge', 'git-pull-request', 'git-repo', 'hammer', 'key-values', 'mainframe', 'mesh', 'module', 'monitor', 'network', 'network-alt', 'node', 'path', 'pipeline', 'plug', 'replication-direct', 'replication-perf', 'scissors', 'server', 'server-cluster', 'serverless', 'service', 'settings', 'sliders', 'smartphone', 'socket', 'step', 'tablet', 'terminal', 'terminal-screen', 'test', 'tools', 'transform-data', 'tv', 'webhook', 'wrench', 'calendar', 'clock', 'clock-filled', 'delay', 'event', 'history', 'hourglass', 'watch', 'bar-chart', 'bar-chart-alt', 'box', 'collections', 'database', 'hard-drive', 'line-chart', 'line-chart-up', 'logs', 'package', 'pie-chart', 'queue', 'save', 'trend-down', 'trend-up', 'activity', 'at-sign', 'award', 'bell', 'bell-active', 'bell-active-fill', 'bell-off', 'discussion-circle', 'discussion-square', 'heart', 'heart-fill', 'heart-off', 'mail', 'mail-open', 'message-circle', 'message-circle-fill', 'message-square', 'message-square-fill', 'mic', 'mic-off', 'newspaper', 'phone', 'phone-call', 'phone-off', 'send', 'star', 'star-circle', 'star-fill', 'star-off', 'thumbs-down', 'thumbs-up', 'video', 'video-off', 'bank-vault', 'briefcase', 'credit-card', 'dollar-sign', 'enterprise', 'globe', 'globe-private', 'org', 'provider', 'shopping-bag', 'shopping-cart', 'arrow-down', 'arrow-down-circle', 'arrow-down-left', 'arrow-down-right', 'arrow-left', 'arrow-left-circle', 'arrow-right', 'arrow-right-circle', 'arrow-up', 'arrow-up-circle', 'arrow-up-left', 'arrow-up-right', 'caret', 'chevron-down', 'chevron-left', 'chevron-right', 'chevron-up', 'chevrons-down', 'chevrons-left', 'chevrons-right', 'chevrons-up', 'corner-down-left', 'corner-down-right', 'corner-left-down', 'corner-left-up', 'corner-right-down', 'corner-right-up', 'corner-up-left', 'corner-up-right', 'load-balancer', 'migrate', 'move', 'shuffle', 'swap-horizontal', 'swap-vertical' ];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M7.833 2.96c-.51-.118-.762.214-.916.56-.139-.033-.083-.223-.048-.318.091-.25.459-.586.759-.539.126.016.3.135.205.298zM10.312 3.539h.023c.115.238.214.491.36.705-.099.23-.735.428-.727.024.138-.06.375-.012.498-.091-.071-.194-.17-.36-.154-.638zM8.09 3.547c.111.202.147.412.3.562.072.068.206.15.14.341a.435.435 0 01-.199.162c-.24.072-.806.016-.616-.289.201.008.47.131.62-.016-.114-.182-.32-.546-.245-.76zM10.22 5.583c-.363.234-.77.491-1.37.432-.127-.111-.179-.36-.052-.523.063.11.024.317.205.349.34.059.735-.21.98-.302.15-.257-.011-.348-.15-.515-.28-.336-.652-.756-.64-1.26.115-.082.123.127.138.163.147.34.514.78.779 1.074.067.071.174.142.186.19.035.135-.091.3-.075.392zM5.407 5.337c-.115-.067-.143-.352-.277-.36-.194-.012-.158.372-.158.598-.13-.119-.154-.491-.06-.681-.11-.056-.158.06-.22.099.082-.575.841-.266.715.344zM10.45 5.825c-.17.325-.411.681-.91.693-.011-.103-.019-.265 0-.329.384-.04.621-.234.91-.364zM8.063 6.035c.316.166.9.186 1.335.174.024.095.024.214.024.329-.557.024-1.213-.115-1.36-.503zM8.003 6.344c.222.554.977.49 1.613.475-.028.071-.087.159-.166.186-.206.083-.767.147-1.051-.004-.178-.095-.297-.313-.396-.44-.043-.059-.28-.213 0-.217zM11.58 10.99c-.288.06-.49.341-.774.321.158-.217.426-.313.774-.32zM11.707 11.442c-.238.024-.514.063-.751.044.114-.175.549-.111.75-.044zM11.79 11.834c-.265.004-.593 0-.846-.02.15-.162.676-.059.846.02z"/><path d="M9.379 12.951c-.012.298.027.769.043 1.082.198 0 .28-.044.427-.091.016-.365-.114-.701-.154-1.034-.08-.028-.221.047-.316.043zm-3.051-1.68c.13 1.193.316 2.191.66 3.25.762.233 1.68.253 2.355.043-.122-.594-.07-1.32-.142-1.957-.055-.48-.028-.959-.103-1.446-.818-.17-1.972-.04-2.77.11zm2.964-.102c-.008.51.024 1.018.063 1.529.198-.028.328-.048.51-.091-.06-.491-.051-1.05-.174-1.486-.138.004-.26 0-.4.048zm.992-.083c-.095-.02-.202 0-.289 0 .044.415.143.875.178 1.315.139.004.214-.064.328-.083.008-.385-.031-.915-.217-1.232zm1.506 1.378c.292-.071.474-.428.391-.796-.055-.246-.15-.713-.257-.872-.075-.114-.284-.269-.454-.162-.273.174-.751.226-.949.436.099.332.13.784.17 1.204.34.02.755-.095 1.04.028-.198.063-.451.063-.621.158.142.068.466.056.68.004zm-2.712-1.779c-.205-.483-.39-.982-.695-1.37-.297.198-.62.388-.708.748a7.2 7.2 0 001.403.622zm.506-1.493c-.02.483-.075 1.117-.201 1.493.304-.392.553-.843.81-1.287-.11-.178-.34-.333-.609-.206zm-.573-.202c-.114-.012-.213.135-.363.071-.036.04-.068.08-.103.12.332.403.486.974.743 1.445.138-.455.122-.95.154-1.446-.19.008-.296-.178-.43-.19zm-.367-.487c-.012.138.02.182.047.34.45.143.376-.622-.047-.34zm-.502-.167a2.72 2.72 0 00-.74-.27c-.312-.059-.28.429-.268.718.012.23.13.471.182.626.023.071.031.146.09.162.107.024.463-.115.562-.17.213-.115.38-.301.561-.428.004-.06.004-.123.008-.182a.95.95 0 00-.395-.1c.106-.055.268-.055.367-.118 0-.024 0-.048.004-.071-.182-.02-.249-.1-.371-.167zM6.284 8c-.162.166.455.388.648.4 0-.103.06-.202.048-.278-.233-.04-.538-.012-.696-.122zm1.992.075c0 .016-.02.012-.024.024.21.162.364.198.645.182.126-.091.24-.202.375-.29-.308.028-.696.219-.996.084zm1.826.554c-.008-.182-.055-.558-.17-.625-.237-.14-.656.28-.834.344.02.056.052.1.056.17a.502.502 0 01.324.036c-.107.012-.222.012-.293.064-.024.075.008.174-.012.277.25.071.538.107.854.119.06-.08.083-.23.075-.385zm-4.09-.471c-.052-.036-.396-.483-.443-.463-.62.245-1.202.669-1.72 1.073.494 1.066.696 2.37.732 3.625.565.265 1.063.65 1.834.69-.091-.63-.17-1.197-.222-1.791-.193-.084-.47.004-.652-.024 0-.218.277-.095.3-.242.016-.11-.154-.119-.098-.293.142.051.217.166.367.21.139-.301 0-.836.02-1.09.004-.047.024-.26.13-.225.095.031-.004.574.004.812.008.222-.027.432.064.57a21.163 21.163 0 012.304-.19c-.178-.075-.388-.146-.617-.277-.126-.071-.518-.218-.553-.337-.06-.19.15-.29.186-.451-.376.206-.447-.199-.538-.48a3.963 3.963 0 01-.146-.598c-.328-.166-.676-.32-.953-.519zm3.762-.412c.518-.25.613.939.407 1.323.032.115.139.159.182.262-.289.519-.609 1.002-.905 1.513.217-.139.533-.024.79-.127.095-.036.162-.253.234-.428.197-.475.403-1.077.494-1.529.02-.103.079-.329.063-.42-.024-.166-.245-.289-.36-.388-.21-.19-.34-.353-.561-.53-.083.13-.273.217-.344.324zm-4.944-4.6c-.245.274-.194.781-.166 1.146.446-.282 1.035.023 1.031.499.214-.004.08-.266.04-.436-.127-.55.213-1.145.016-1.648a1.343 1.343 0 00-.921.44zm1.762-1.58c-.557.159-1.272.567-1.502 1.07.178-.028.3-.115.475-.127.067-.004.154.028.229.008.15-.04.28-.38.395-.507.11-.123.245-.178.336-.29.06-.027.146-.027.15-.114-.023-.028-.051-.048-.083-.04zm2.905.15c-.58-.328-1.56-.574-2.177-.265-.498.25-1.17.662-1.4 1.18.214.504-.063.963-.083 1.474-.007.274.127.507.139.805-.075.122-.297.134-.45.126-.052-.261-.143-.554-.412-.586-.38-.044-.66.273-.676.602-.02.388.297 1.03.747.987.174-.016.218-.19.407-.19.103.205-.158.269-.185.415-.008.04.02.187.04.258.082.337.264.776.442 1.034.23.329.676.376 1.158.408.087-.186.403-.17.609-.123-.25-.099-.479-.337-.668-.547-.218-.241-.44-.499-.45-.816.414.575.754 1.078 1.505 1.331.57.19 1.233-.087 1.672-.396.182-.127.288-.333.419-.515.482-.697.707-1.687.66-2.65-.02-.396-.02-.792-.154-1.058-.139-.277-.61-.53-.886-.277-.051-.273.23-.44.558-.34-.234-.306-.479-.666-.815-.856zm1.083 8.958c.455-.226 1.3-.606 1.581 0 .107.225.23.602.28.835.076.325-.082 1.015-.418 1.122-.296.095-.64.09-.996.02a.58.58 0 01-.123-.16c-.252-.007-.494.013-.691.12.02.19-.107.218-.23.257-.086.353.178.812.115 1.13-.043.23-.324.265-.53.304-.007.127.008.234.024.341-.047.174-.257.273-.458.297-.66.08-1.66.115-2.293-.115-.177-.435-.316-.962-.462-1.458-.617.068-1.119-.265-1.589-.487-.162-.075-.387-.119-.45-.25-.06-.126-.036-.368-.052-.594-.035-.582-.071-1.144-.221-1.739-.067-.27-.19-.503-.273-.76-.079-.238-.213-.535-.249-.773-.051-.352.28-.372.49-.527.328-.237.585-.368.94-.582.108-.063.424-.222.46-.297.07-.147-.123-.353-.175-.468a1.412 1.412 0 01-.138-.515.995.995 0 01-.66-.424c-.225-.332-.383-.946-.186-1.41.016-.035.091-.11.103-.166.024-.111-.043-.258-.047-.377-.02-.606.102-1.129.51-1.31.166-.662.758-.88 1.316-1.21.21-.122.438-.201.675-.288.85-.313 2.158-.254 2.866.281.3.226.779.705.949 1.054.454.915.418 2.448.102 3.565-.043.15-.102.369-.19.55-.059.128-.245.377-.225.488.024.115.427.42.514.503.154.15.45.349.474.539.028.202-.087.48-.146.673-.19.65-.38 1.248-.597 1.83z"/><path d="M9.193 9.39a.104.104 0 01-.103.103.104.104 0 01-.102-.103c0-.056.047-.103.102-.103.06 0 .103.047.103.103zM9.295 9.87a.104.104 0 01-.102.102.104.104 0 01-.103-.103c0-.055.047-.103.103-.103a.1.1 0 01.102.103z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.762 4.801c-.728-.17-1.09.306-1.31.798-.197-.045-.118-.317-.068-.453.13-.356.655-.837 1.085-.77.18.023.429.193.293.425zM15.302 5.627h.034c.163.34.305.702.514 1.008-.142.328-1.05.61-1.04.034.198-.085.537-.017.712-.13-.101-.278-.243-.515-.22-.912zM12.129 5.639c.158.288.209.588.43.803.1.097.293.215.197.487-.023.062-.187.204-.283.232-.344.102-1.151.023-.88-.413.288.011.671.187.886-.023-.164-.26-.457-.78-.35-1.086zM15.172 8.547c-.52.334-1.1.702-1.959.617-.18-.158-.254-.515-.073-.747.09.159.033.453.293.498.486.085 1.05-.3 1.4-.43.215-.368-.017-.498-.214-.735-.401-.481-.932-1.081-.915-1.8.164-.119.175.181.198.232.209.487.734 1.115 1.112 1.534.096.101.248.203.265.271.051.193-.13.43-.107.56zM8.295 8.197c-.163-.097-.203-.504-.395-.515-.276-.017-.226.532-.226.854-.186-.17-.22-.702-.084-.973-.158-.08-.226.085-.316.141.118-.82 1.202-.379 1.021.493zM15.5 8.893c-.243.464-.588.973-1.299.99-.017-.147-.028-.38 0-.47.548-.056.886-.334 1.299-.52zM12.09 9.193c.451.237 1.287.266 1.908.249.034.135.034.305.034.47-.796.033-1.734-.165-1.943-.72zM12.005 9.634c.316.792 1.394.702 2.303.679-.04.102-.124.226-.237.266-.293.119-1.095.21-1.502-.006-.254-.136-.423-.447-.564-.628-.062-.085-.401-.305 0-.311zM17.114 16.272c-.412.085-.7.487-1.106.458.226-.311.61-.447 1.106-.458zM17.295 16.917c-.339.034-.734.09-1.073.062.164-.249.785-.158 1.073-.062zM17.413 17.477c-.378.006-.846 0-1.208-.028.215-.232.966-.085 1.209.028z"/><path d="M13.97 19.073c-.017.424.039 1.098.062 1.545.282 0 .4-.062.61-.13.022-.52-.164-1.002-.22-1.477-.114-.04-.317.068-.453.062zm-4.36-2.4c.187 1.704.453 3.13.944 4.64 1.09.335 2.4.363 3.365.063-.175-.849-.102-1.884-.204-2.795-.079-.685-.04-1.37-.146-2.066-1.169-.243-2.818-.056-3.958.159zm4.235-.146c-.011.73.034 1.454.09 2.184.283-.04.47-.068.729-.13-.085-.702-.073-1.5-.248-2.122-.198.005-.373 0-.57.067zm1.417-.12c-.135-.028-.287 0-.412 0 .062.595.204 1.251.254 1.88.198.005.305-.091.469-.12.011-.548-.045-1.307-.31-1.76zm2.151 1.97c.418-.102.678-.611.56-1.137-.08-.351-.215-1.02-.368-1.245-.107-.165-.406-.385-.649-.232-.39.249-1.073.322-1.355.622.141.475.186 1.12.243 1.72.486.029 1.078-.136 1.485.04-.282.09-.644.09-.887.226.204.097.667.08.971.006zm-3.873-2.54c-.293-.691-.558-1.404-.993-1.959-.424.283-.887.555-1.01 1.07.609.345 1.315.679 2.003.888zm.723-2.134c-.028.69-.107 1.596-.288 2.133.435-.56.79-1.205 1.158-1.84-.158-.254-.486-.474-.87-.293zm-.819-.289c-.163-.017-.304.193-.519.102-.05.056-.096.113-.147.17.474.577.695 1.392 1.062 2.065.197-.65.175-1.358.22-2.065-.271.011-.424-.255-.616-.272zm-.525-.696c-.017.198.029.26.068.487.644.203.537-.889-.068-.487zm-.717-.238a3.887 3.887 0 00-1.055-.384c-.446-.085-.401.61-.384 1.024.017.328.186.673.26.894.033.102.045.21.13.232.152.034.66-.164.8-.243.306-.165.543-.43.803-.612.005-.084.005-.175.01-.26a1.358 1.358 0 00-.564-.141c.153-.08.384-.08.525-.17 0-.034 0-.068.006-.102-.26-.028-.356-.141-.53-.238zM9.55 12c-.232.237.65.554.926.57 0-.146.084-.288.068-.395-.334-.057-.768-.017-.994-.176zm2.845.107c0 .023-.028.017-.034.034.3.232.52.283.92.26.181-.13.345-.288.537-.413-.44.04-.994.311-1.423.119zm2.609.792c-.012-.26-.08-.798-.243-.894-.339-.198-.937.402-1.191.492.028.08.073.142.079.244a.716.716 0 01.463.05c-.153.018-.317.018-.418.091-.034.108.011.25-.017.396.356.102.768.153 1.22.17.084-.113.118-.328.107-.549zm-5.844-.673c-.073-.051-.564-.69-.632-.662-.886.35-1.716.956-2.456 1.533.706 1.522.994 3.384 1.044 5.178.808.38 1.52.928 2.62.985-.13-.9-.243-1.71-.316-2.558-.277-.119-.672.005-.932-.034 0-.311.396-.136.43-.345.022-.159-.22-.17-.142-.419.204.073.31.238.525.3.198-.43 0-1.194.029-1.556.005-.068.034-.374.186-.323.135.045-.006.82.006 1.16.01.317-.04.617.09.815a30.25 30.25 0 013.291-.271c-.254-.108-.553-.21-.88-.397-.181-.101-.74-.31-.79-.48-.085-.272.214-.414.265-.646-.537.294-.638-.283-.768-.684a5.657 5.657 0 01-.21-.855c-.468-.238-.965-.458-1.36-.741zm5.375-.589c.74-.356.875 1.341.582 1.89.045.164.197.227.26.374-.413.741-.87 1.431-1.294 2.161.31-.198.763-.034 1.13-.18.135-.052.231-.363.333-.612.282-.679.576-1.539.705-2.184.029-.147.113-.47.09-.6-.033-.238-.35-.413-.513-.555-.3-.271-.486-.503-.802-.758-.118.187-.39.311-.49.464zm-7.063-6.57c-.35.39-.276 1.115-.237 1.636.638-.402 1.48.034 1.474.713.304-.006.113-.38.056-.623-.18-.786.305-1.635.023-2.354-.548.045-.994.266-1.316.628zM9.99 2.81c-.796.227-1.818.81-2.145 1.528.254-.04.429-.164.677-.18.096-.007.22.039.328.01.214-.056.4-.543.564-.724.158-.175.35-.255.48-.413.085-.04.21-.04.215-.164-.034-.04-.074-.068-.119-.057zm4.15.215c-.83-.47-2.23-.82-3.111-.379-.711.357-1.671.945-1.999 1.687.305.718-.09 1.375-.118 2.105-.011.39.18.724.197 1.148-.107.176-.423.193-.643.181-.074-.373-.203-.792-.587-.837-.542-.062-.943.39-.966.86-.028.555.424 1.471 1.067 1.41.249-.023.31-.272.582-.272.147.294-.226.384-.266.594-.01.056.029.266.057.368.118.48.378 1.109.632 1.477.328.47.966.537 1.655.582.124-.266.575-.243.869-.175-.356-.141-.683-.481-.954-.78-.31-.346-.627-.714-.644-1.167.593.82 1.079 1.54 2.151 1.902.813.271 1.762-.125 2.388-.566.26-.181.412-.476.599-.736.689-.996 1.01-2.41.943-3.786-.028-.566-.028-1.131-.22-1.51-.198-.397-.87-.759-1.265-.397-.074-.39.327-.628.796-.486-.333-.436-.683-.951-1.163-1.223zm1.547 12.795c.65-.323 1.857-.866 2.258 0 .153.323.328.86.401 1.194.107.464-.119 1.449-.598 1.602-.424.135-.915.13-1.423.028a.825.825 0 01-.175-.227c-.362-.01-.706.017-.988.17.028.272-.153.312-.328.368-.124.504.254 1.16.164 1.613-.062.328-.463.38-.756.436a2.22 2.22 0 00.033.486c-.067.25-.367.39-.654.425-.943.113-2.372.164-3.275-.164-.254-.623-.452-1.375-.66-2.083-.881.096-1.598-.379-2.27-.696-.232-.107-.554-.17-.644-.356-.085-.181-.05-.527-.073-.85-.051-.831-.102-1.635-.316-2.484-.096-.384-.271-.718-.39-1.086-.113-.34-.305-.764-.356-1.104-.073-.503.401-.531.7-.752.469-.34.836-.526 1.344-.832.152-.09.604-.317.655-.424.102-.21-.175-.504-.248-.668a2.017 2.017 0 01-.198-.736 1.422 1.422 0 01-.943-.605c-.322-.476-.548-1.353-.265-2.015.022-.05.13-.158.147-.238.033-.158-.063-.367-.068-.537-.028-.866.147-1.613.728-1.873.237-.945 1.084-1.256 1.88-1.726.3-.176.627-.289.966-.413 1.213-.447 3.082-.362 4.093.402.429.322 1.112 1.007 1.355 1.505.65 1.307.598 3.497.147 5.093-.063.215-.147.526-.271.786-.085.181-.35.538-.322.696.034.165.61.6.734.72.22.214.643.497.677.769.04.288-.124.684-.209.962a37.406 37.406 0 01-.852 2.614z"/><path d="M13.704 13.986a.15.15 0 01-.147.147.15.15 0 01-.146-.147.15.15 0 01.146-.148c.085 0 .147.068.147.148zM13.85 14.67a.15.15 0 01-.146.148.15.15 0 01-.147-.148.15.15 0 01.147-.147c.085 0 .147.063.147.147z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#F0D6B7" d="M9.604 7.774l-.747.11L7.849 8l-.652.015-.636-.02-.486-.15-.431-.467-.336-.955-.075-.206-.447-.15-.26-.432-.186-.618.205-.543.486-.17.392.186.185.412.226-.036.075-.095-.075-.432-.02-.542.11-.749-.004-.428.34-.546.597-.432L7.9 1.194l1.158.17 1.008.73.467.748.3.543.075 1.347-.225 1.16-.411 1.03-.388.55"/><path fill="#335061" d="M8.972 11.01l-2.668.111v.448l.225 1.572-.11.13-1.866-.637-.13-.226-.186-2.115-.439-1.268-.095-.3 1.494-1.03.467-.187.41.507.356.317.411.131.186.055.225.975.17.206.431-.15-.3.582 1.62.768-.201.111z"/><path fill="#6D6B6D" d="M4.545 4.482l.486-.17.392.186.185.412.226-.036.055-.226-.11-.431.11-1.03-.095-.563.336-.392.727-.578-.205-.282-1.028.507-.43.337-.242.523-.371.507-.11.598.074.638z"/><path fill="#DCD9D8" d="M5.312 2.723s.28-.693 1.399-1.03c1.118-.336.055-.241.055-.241l-1.213.467-.466.467-.206.373.43-.036zM4.75 4.351s-.39-1.31 1.103-1.497l-.055-.226-1.027.242-.3.974.074.638.206-.13z"/><path fill="#F7E4CD" d="M5.347 6.09l.245-.237s.111.011.13.142c.02.13.076 1.311.878 1.945.075.06-.596-.095-.596-.095l-.597-.935M8.782 5.734s.043-.567.198-.523c.154.043.154.198.154.198s-.372.238-.352.325zM10.331 3.658s-.308.063-.336.337c-.027.273.336.055.391.035M8.074 3.678s-.41.055-.41.317c0 .261.466.241.596.13M5.537 4.894s-.707-.432-.782-.02c-.075.412-.241.71.11 1.141l-.24-.075-.226-.579-.075-.562.43-.448.487.036.28.226.016.28zM5.873 3.714s.316-1.648 1.92-1.965c1.32-.262 2.016.055 2.277.356 0 0-1.178-1.402-2.296-.974-1.118.432-1.94 1.216-1.92 1.719.03.864.02.864.02.864zM10.2 2.291s-.54-.02-.56.468c0 0 0 .075.035.15 0 0 .43-.487.692-.225"/><path fill="#F7E4CD" d="M7.833 2.96s-.095-.744-.727-.312c-.41.281-.371.673-.3.749.075.075.055.225.11.122.056-.103.04-.44.245-.534.202-.095.542-.198.672-.024z"/><path fill="#49728B" d="M6.079 8.015L4.324 8.8s.727 2.9.356 3.798l-.261-.095-.02-1.105-.486-2.091-.206-.579 1.83-1.235.542.522zM6.256 9.62l.25.305v1.12h-.297s-.036-.784-.036-.879c0-.095.036-.431.036-.431M6.264 11.216l-.841.036.24.17.598.095"/><path fill="#335061" d="M9.138 11.03l.691-.02.17 1.72-.707.094-.154-1.794z"/><path fill="#335061" d="M9.323 11.03l1.044-.056s.43-1.085.43-1.14c0-.056.372-1.573.372-1.573l-.842-.88-.17-.15-.446.448v1.739l-.388 1.612z"/><path fill="#49728B" d="M9.79 10.9l-.652.13.095.523c.24.11.652-.186.652-.186M9.81 7.623l1.308.975.035-.448-.988-.915-.356.388z"/><path fill="#fff" d="M6.913 14.714l-.388-1.573-.193-1.16-.032-.86 1.75-.095h1.088l-.1 1.965.17 1.517-.019.281-1.419.111-.857-.186z"/><path fill="#DCD9D8" d="M8.896 11.01s-.094 1.945.186 3.332c0 0-.561.356-1.38.447l1.57-.055.186-.111-.226-3.066-.059-.658"/><path fill="#fff" d="M10.027 12.583l.727-.206 1.38-.076.205-.637-.372-1.105-.43-.056-.597.186-.57.281-.304-.055-.237.095"/><path fill="#DCD9D8" d="M10.015 12.206s.486-.225.561-.206l-.205-1.03.24-.095s.17.975.17 1.086c0 0 1.044.055 1.139.055 0 0 .225-.432.17-.88l.205.599.02.337-.3.447-.336.076-.562-.02-.185-.242-.652.095-.206.075"/><path fill="#fff" d="M9.28 10.88l-.411-1.046-.431-.618s.095-.262.225-.262h.431l.411.15-.036.694-.19 1.081z"/><path fill="#DCD9D8" d="M9.363 10.523s-.522-1.01-.522-1.16c0 0 .095-.227.225-.171.13.055.411.206.411.206V9.04l-.636-.13-.43.055.726 1.727.15.02"/><path fill="#fff" d="M7.078 8.055L6.561 8l-.486-.151v.17l.237.262.747.336"/><path fill="#DCD9D8" d="M6.245 8.11s.577.242.766.187l.02.225-.522-.11-.316-.226.052-.076z"/><path fill="#D33833" d="M10.027 9.018a3.442 3.442 0 01-.854-.12c.016-.102-.016-.201.012-.277.071-.051.186-.051.292-.063a.504.504 0 00-.324-.036c-.004-.07-.035-.114-.055-.17.178-.063.597-.48.834-.345.114.068.162.44.17.626.008.15-.016.301-.075.385z"/><path fill="#D33833" d="M9.69 7.867a.395.395 0 01.308.025h.001a.34.34 0 01.129.162c.025.059.044.127.059.194.029.133.043.28.048.378l.001.032c.002.074-.003.148-.016.217a.555.555 0 01-.085.22l-.04.057-.072-.001a3.574 3.574 0 01-.886-.124l-.113-.033.018-.115c.005-.035.003-.07 0-.122a.83.83 0 01-.002-.066l-.01.003-.01-.164a.143.143 0 00-.012-.049l-.015-.035a.681.681 0 01-.02-.05l-.045-.125.125-.044a.837.837 0 00.143-.085c.065-.044.146-.1.228-.15a1.11 1.11 0 01.267-.125zm.172.254c-.017-.008-.047-.012-.1.003a.855.855 0 00-.2.095c-.075.046-.147.096-.218.144l-.025.017a.656.656 0 01.216.058l.419.2-.462.052c-.065.008-.105.009-.154.016a.41.41 0 00-.032.007.929.929 0 00.004.084c.19.046.403.074.635.085a.813.813 0 00.024-.241v-.002a2.128 2.128 0 00-.042-.335.795.795 0 00-.043-.143c-.012-.026-.02-.037-.022-.04zM8.513 8.499c0 .023 0 .047-.004.071-.099.063-.257.063-.367.119.158.008.284.047.395.099-.004.06-.004.123-.008.182-.182.123-.348.309-.561.428-.103.055-.455.198-.562.17-.059-.016-.067-.09-.09-.162-.052-.15-.17-.396-.182-.626-.012-.29-.044-.776.269-.717.252.047.545.162.739.27.122.07.19.15.371.166z"/><path fill="#D33833" d="M7.132 8.016a.313.313 0 01.295-.084c.269.05.575.171.779.284l.003.001c.151.089.173.137.316.15l.121.01v.122c0 .022 0 .056-.006.093l-.01.058-.03.02.076.036-.006.09-.004.087-.004.096-.005.065-.054.036c-.083.057-.162.127-.257.207a2 2 0 01-.314.227h-.001a2.306 2.306 0 01-.48.177.412.412 0 01-.178.006.225.225 0 01-.148-.138.592.592 0 01-.021-.063l-.015-.048c-.011-.034-.027-.075-.046-.123a4.42 4.42 0 01-.059-.16 1.413 1.413 0 01-.083-.378v-.002c-.006-.137-.018-.35.015-.52a.487.487 0 01.116-.249zm.246.178c-.04-.008-.05.002-.056.008-.014.014-.032.048-.045.114-.026.131-.017.306-.01.457.005.096.033.201.069.306.018.052.037.102.055.15l.04.102.01.032c.008.022.014.044.018.06l.005.014a1.293 1.293 0 00.182-.048c.109-.038.215-.085.258-.108a1.75 1.75 0 00.27-.197c.07-.06.146-.126.225-.185v-.024a.89.89 0 00-.264-.053l-.505-.026.452-.226a.64.64 0 01.115-.043c-.047-.03-.086-.059-.122-.08-.183-.1-.461-.21-.697-.253z"/><path fill="#D33833" d="M8.691 8.843c-.028-.158-.06-.202-.047-.34.422-.282.498.483.047.34z"/><path fill="#D33833" d="M8.57 8.392c.129-.086.265-.112.382-.054a.336.336 0 01.175.268.36.36 0 01-.102.301c-.094.089-.228.11-.374.063l-.077-.024-.014-.08c-.014-.08-.025-.11-.038-.174a.654.654 0 01-.011-.2l.005-.065.054-.035zm.235.182a.146.146 0 00-.03.009c0 .02.004.037.008.056.003.018.011.05.02.089l.01-.001a.05.05 0 00.028-.013c.013-.012.026-.04.022-.078-.005-.039-.022-.056-.03-.06-.003-.002-.011-.005-.028-.002z"/><path fill="#EF3D3A" d="M9.3 8.97s-.13-.186-.036-.242c.095-.055.186 0 .241-.095.056-.095 0-.15.02-.261.02-.111.11-.13.205-.15.095-.02.356-.056.392.035l-.11-.337-.226-.075-.708.412-.035.206v.412M7.34 9.588l-.072-.875c-.04-.436.103-.36.482-.36.06 0 .356.066.376.11.103.21-.17.162.118.32.242.132.672-.078.573-.375-.055-.068-.284-.02-.367-.064l-.439-.226c-.185-.095-.612-.237-.81-.103-.502.341.032 1.197.21 1.553"/><path fill="#231F20" d="M7.833 2.96c-.51-.118-.762.215-.917.56-.138-.032-.082-.222-.047-.317.091-.25.459-.587.759-.54.126.017.3.135.205.298zM10.311 3.54h.024c.115.237.213.49.36.704-.1.23-.735.428-.728.024.139-.06.376-.012.498-.091-.07-.194-.17-.36-.154-.638zM8.09 3.547c.111.202.147.412.3.563.072.067.206.15.139.34a.435.435 0 01-.198.163c-.24.071-.806.016-.616-.29.201.008.47.131.62-.015-.114-.183-.32-.547-.245-.76zM10.22 5.583c-.363.234-.77.491-1.37.432-.127-.11-.179-.36-.052-.523.063.111.023.317.205.349.34.06.735-.21.98-.301.15-.258-.012-.349-.15-.515-.28-.337-.652-.757-.64-1.26.115-.083.122.127.138.162.146.341.514.78.779 1.074.067.071.174.143.186.19.035.135-.091.301-.075.392zM5.407 5.338c-.115-.068-.143-.353-.277-.36-.194-.013-.158.371-.158.597-.13-.119-.154-.49-.06-.681-.11-.056-.157.06-.22.099.082-.574.841-.265.715.345zM10.45 5.825c-.17.325-.411.681-.91.693-.011-.103-.02-.265 0-.329.384-.04.621-.233.91-.364zM8.063 6.035c.316.166.9.186 1.335.174.024.095.024.214.024.329-.557.024-1.213-.115-1.36-.503zM8.003 6.344c.222.554.976.49 1.613.475-.028.071-.087.159-.166.186-.206.083-.767.147-1.051-.004-.178-.095-.297-.313-.396-.44-.043-.059-.28-.213 0-.217z"/><path fill="#81B0C4" d="M10.193 9.398c-.257.444-.506.899-.81 1.287.126-.376.181-1.01.201-1.493.269-.127.498.028.609.206z"/><path fill="#231F20" d="M11.58 10.99c-.289.06-.49.34-.775.321.158-.218.427-.313.775-.32zM11.706 11.442c-.237.024-.513.063-.75.043.114-.174.549-.11.75-.043zM11.79 11.834c-.265.004-.593 0-.846-.02.15-.162.675-.06.845.02z"/><path fill="#DCD9D8" d="M9.695 12.904c.04.332.17.669.154 1.033-.146.048-.23.091-.427.091-.012-.308-.055-.784-.043-1.08.094.007.237-.068.316-.044z"/><path fill="#F0D6B7" d="M9.268 7.992c-.134.087-.245.194-.376.289-.284.016-.438-.02-.644-.182.004-.012.024-.008.024-.024.304.134.692-.056.996-.083z"/><path fill="#81B0C4" d="M7.68 10.063c.082-.36.41-.55.707-.748.304.388.49.887.695 1.37a6.989 6.989 0 01-1.403-.622z"/><path fill="#231F20" d="M9.379 12.951c-.012.297.027.768.043 1.082.198 0 .28-.044.427-.092.016-.364-.115-.7-.154-1.034-.08-.027-.222.048-.316.044zm-3.051-1.68c.13 1.193.316 2.191.66 3.249.762.233 1.68.253 2.355.043-.122-.594-.071-1.319-.142-1.957-.056-.479-.028-.958-.103-1.445-.818-.17-1.972-.04-2.77.11zm2.964-.103c-.008.512.023 1.019.063 1.53.198-.028.328-.048.51-.092-.06-.49-.052-1.05-.174-1.485-.138.004-.261 0-.4.047zm.992-.083c-.095-.02-.202 0-.289 0 .044.416.142.876.178 1.315.138.004.213-.063.328-.083.008-.384-.032-.915-.217-1.232zm1.505 1.379c.293-.072.475-.428.392-.796-.056-.246-.15-.713-.257-.872-.075-.115-.285-.27-.455-.162-.272.174-.75.226-.948.435.099.333.13.785.17 1.205.34.02.755-.095 1.04.027-.198.064-.451.064-.621.159.142.067.466.055.68.004zm-2.71-1.779c-.206-.483-.392-.982-.696-1.37-.297.198-.62.388-.708.748a7.2 7.2 0 001.403.622zm.505-1.493c-.02.483-.075 1.117-.201 1.493.304-.392.553-.843.81-1.287-.11-.178-.34-.333-.609-.206zm-.573-.202c-.115-.012-.213.135-.364.071-.035.04-.067.08-.102.119.332.404.486.975.743 1.446.138-.456.122-.95.154-1.446-.19.008-.297-.178-.43-.19zm-.32-.147c-.028-.158-.06-.202-.047-.34.422-.282.498.483.047.34zm-.55-.507a2.72 2.72 0 00-.738-.27c-.313-.059-.281.429-.27.718.013.23.131.471.183.626.023.071.031.146.09.162.107.024.463-.115.562-.17.213-.115.38-.301.56-.428.005-.06.005-.123.009-.182a.95.95 0 00-.395-.1c.106-.055.268-.055.367-.118 0-.024 0-.048.004-.071-.182-.02-.249-.1-.371-.167zM6.285 8c-.162.166.455.388.648.4 0-.103.06-.202.048-.278-.233-.04-.538-.012-.696-.122zm1.992.075c0 .016-.02.012-.024.024.21.162.364.198.644.182.127-.091.242-.202.376-.29-.308.028-.696.218-.996.084zm1.826.554c-.008-.182-.056-.558-.17-.625-.237-.14-.656.28-.834.344.02.056.051.1.055.17a.501.501 0 01.324.036c-.106.012-.22.012-.292.063-.024.076.008.175-.012.278.25.071.538.107.854.119.059-.08.083-.23.075-.385zm-4.09-.471c-.052-.036-.396-.483-.443-.463-.62.245-1.202.669-1.72 1.073.495 1.066.696 2.369.732 3.624.565.266 1.063.65 1.834.69-.091-.63-.17-1.197-.222-1.79-.193-.084-.47.003-.652-.024 0-.218.277-.096.3-.242.016-.111-.154-.119-.098-.293.142.051.217.166.367.21.139-.301 0-.836.02-1.09.004-.047.024-.261.13-.225.095.031-.004.574.004.812.008.222-.027.431.064.57a21.185 21.185 0 012.304-.19c-.178-.075-.388-.147-.617-.277-.126-.072-.518-.218-.553-.337-.06-.19.15-.29.186-.452-.376.206-.447-.198-.538-.479a3.962 3.962 0 01-.146-.598c-.328-.166-.676-.32-.953-.519zm3.762-.412c.518-.25.612.939.407 1.323.032.115.138.159.182.262-.289.518-.609 1.002-.905 1.513.217-.139.533-.024.79-.127.095-.036.162-.254.233-.428.198-.475.403-1.077.494-1.529.02-.103.08-.329.064-.42-.024-.166-.245-.289-.36-.388-.21-.19-.34-.353-.561-.53-.083.13-.273.217-.344.324zM4.83 3.147c-.245.273-.194.78-.166 1.145.446-.281 1.035.024 1.031.499.214-.004.08-.265.04-.436-.127-.55.213-1.145.016-1.648a1.343 1.343 0 00-.921.44zm1.762-1.58c-.557.158-1.272.566-1.501 1.069.177-.028.3-.115.474-.127.067-.004.154.028.23.008.15-.04.28-.38.394-.507.111-.123.245-.178.336-.289.06-.028.146-.028.15-.115-.023-.028-.051-.047-.083-.04zm2.905.15c-.58-.329-1.56-.574-2.177-.265-.498.25-1.17.661-1.4 1.18.214.503-.063.963-.082 1.474-.008.273.126.507.138.804-.075.123-.297.134-.45.127-.052-.262-.143-.555-.412-.587-.38-.043-.66.274-.675.602-.02.389.296 1.03.746.987.174-.016.218-.19.408-.19.102.206-.159.269-.186.416-.008.04.02.186.04.257.082.337.264.776.442 1.034.23.329.676.376 1.158.408.087-.186.403-.17.609-.123-.25-.099-.479-.337-.668-.547-.218-.241-.44-.499-.45-.816.414.575.754 1.078 1.505 1.331.569.19 1.233-.087 1.672-.396.181-.126.288-.332.418-.515.483-.697.708-1.687.66-2.65-.02-.396-.02-.792-.154-1.057-.138-.278-.608-.531-.885-.278-.051-.273.23-.44.557-.34-.233-.305-.478-.666-.814-.856zm1.083 8.956c.454-.225 1.3-.606 1.58 0 .108.226.23.602.281.836.076.325-.083 1.014-.418 1.121-.297.095-.64.091-.996.02a.58.58 0 01-.123-.158c-.253-.008-.494.011-.691.118.02.19-.107.218-.23.258-.087.352.178.812.115 1.129-.044.23-.324.265-.53.305-.008.127.008.234.024.34-.047.175-.257.274-.458.298-.66.079-1.66.115-2.293-.115-.177-.436-.316-.963-.462-1.458-.617.067-1.118-.265-1.589-.487-.162-.075-.387-.12-.45-.25-.06-.127-.036-.368-.052-.594-.035-.582-.07-1.145-.221-1.739-.067-.27-.19-.503-.273-.76-.079-.238-.213-.535-.249-.773-.051-.352.281-.372.49-.527.328-.237.585-.368.941-.582.107-.063.423-.222.458-.297.072-.147-.122-.353-.173-.468a1.412 1.412 0 01-.139-.515.995.995 0 01-.66-.423c-.225-.333-.383-.947-.185-1.41.015-.036.09-.112.102-.167.024-.11-.043-.257-.047-.376-.02-.606.103-1.13.51-1.311.166-.662.758-.88 1.316-1.209.21-.122.438-.202.675-.289.85-.313 2.158-.253 2.866.281.3.226.778.706.948 1.054.455.915.42 2.448.103 3.565-.043.15-.103.369-.19.55-.059.128-.245.377-.225.488.024.115.427.42.514.503.154.15.45.349.474.539.028.202-.087.48-.146.673-.19.65-.38 1.248-.597 1.83z"/><path fill="#F7E4CD" d="M7.557 6.173c.023-.031.158-.083.348.008 0 0-.226.036-.206.412l-.095-.02c.004.004-.095-.336-.047-.4z"/><path fill="#1D1919" d="M9.193 9.39a.105.105 0 01-.103.103.105.105 0 01-.103-.103c0-.056.048-.103.103-.103.06 0 .103.047.103.103zM9.296 9.87a.105.105 0 01-.103.102.105.105 0 01-.103-.103c0-.055.048-.103.103-.103a.1.1 0 01.103.103z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#F0D6B7" d="M14.291 11.677l-1.067.158-1.44.164-.931.023-.909-.028-.694-.215-.616-.668-.48-1.364-.107-.294-.638-.215-.373-.617-.265-.883.294-.775.694-.243.559.266.265.588.322-.05.107-.137-.107-.616-.028-.776.158-1.07-.006-.61.486-.781.852-.617 1.491-.64 1.654.244 1.44 1.041.666 1.07.43.775.106 1.924-.321 1.658-.588 1.471-.553.787"/><path fill="#335061" d="M13.388 16.3l-3.811.159v.639l.322 2.247-.158.186-2.665-.91-.186-.323-.266-3.022-.626-1.811-.136-.43 2.134-1.471.666-.266.588.724.508.453.587.186.265.08.322 1.392.243.294.615-.215-.429.832 2.315 1.098-.288.158z"/><path fill="#6D6B6D" d="M7.065 6.974l.694-.243.56.266.264.588.322-.05.08-.323-.159-.617.158-1.471-.135-.804.48-.56 1.038-.826-.293-.402-1.468.724-.615.481-.345.747-.53.725-.159.854.108.911z"/><path fill="#DCD9D8" d="M8.16 4.462s.4-.99 1.998-1.472c1.598-.48.08-.345.08-.345l-1.734.668-.666.668-.293.532.615-.051zM7.358 6.788S6.8 4.914 8.933 4.648l-.079-.322-1.467.345-.43 1.392.108.911.293-.186z"/><path fill="#F7E4CD" d="M8.21 9.272l.35-.34s.159.017.187.204c.028.187.107 1.873 1.254 2.779.107.084-.853-.136-.853-.136l-.853-1.336M13.117 8.762s.062-.809.282-.747c.22.063.22.283.22.283s-.53.34-.502.464zM15.33 5.797s-.44.09-.48.481c-.04.39.48.08.56.051M12.106 5.825s-.587.08-.587.453c0 .374.666.345.853.187M8.482 7.563s-1.01-.617-1.118-.029c-.107.589-.345 1.013.158 1.63l-.344-.107-.322-.826-.108-.804.616-.64.694.051.401.323.023.402zM8.962 5.876s.451-2.354 2.744-2.806c1.885-.374 2.879.079 3.252.509 0 0-1.683-2.003-3.28-1.392-1.599.617-2.773 1.737-2.745 2.456.046 1.233.029 1.233.029 1.233zM15.144 3.845s-.774-.028-.802.668c0 0 0 .107.05.215 0 0 .616-.696.989-.323"/><path fill="#F7E4CD" d="M11.762 4.801s-.136-1.064-1.039-.447c-.587.402-.53.962-.429 1.07.107.107.08.322.158.175.08-.147.057-.628.35-.764.288-.136.774-.283.96-.034z"/><path fill="#49728B" d="M9.255 12.022l-2.506 1.12s1.038 4.143.508 5.427l-.373-.136-.028-1.578-.695-2.988-.293-.826 2.614-1.766.773.747zM9.51 14.314l.355.436v1.601h-.423s-.051-1.12-.051-1.256c0-.136.05-.617.05-.617M9.52 16.594l-1.202.051.344.244.853.135"/><path fill="#335061" d="M13.625 16.328l.988-.028.243 2.456-1.01.136-.22-2.564z"/><path fill="#335061" d="M13.89 16.328l1.49-.079s.616-1.55.616-1.63c0-.079.531-2.246.531-2.246l-1.203-1.256-.242-.216-.638.64v2.484l-.554 2.303z"/><path fill="#49728B" d="M14.557 16.142l-.932.186.136.747c.344.159.931-.266.931-.266M14.585 11.462l1.869 1.392.05-.64-1.411-1.307-.508.555z"/><path fill="#fff" d="M10.447 21.591l-.554-2.246-.276-1.659-.046-1.227 2.502-.136h1.552l-.141 2.807.243 2.167-.028.402-2.027.158-1.225-.266z"/><path fill="#DCD9D8" d="M13.28 16.3s-.135 2.779.266 4.76c0 0-.802.509-1.97.639l2.241-.08.265-.158-.321-4.38-.085-.94"/><path fill="#fff" d="M14.896 18.547l1.038-.295 1.97-.107.294-.911-.53-1.579-.616-.08-.852.267-.813.402-.435-.08-.339.136"/><path fill="#DCD9D8" d="M14.878 18.01s.695-.324.802-.295l-.293-1.471.344-.136s.243 1.392.243 1.55c0 0 1.49.08 1.626.08 0 0 .322-.617.242-1.257l.294.855.028.48-.429.64-.48.108-.801-.029-.266-.345-.931.136-.294.107"/><path fill="#fff" d="M13.828 16.113l-.587-1.494-.615-.882s.135-.374.322-.374h.615l.587.215-.05.99-.272 1.545z"/><path fill="#DCD9D8" d="M13.947 15.604s-.745-1.443-.745-1.658c0 0 .135-.323.321-.243.187.079.588.294.588.294v-.51l-.91-.186-.615.08 1.04 2.466.214.029"/><path fill="#fff" d="M10.684 12.079l-.74-.08-.694-.215v.244l.338.373 1.067.481"/><path fill="#DCD9D8" d="M9.492 12.158s.825.345 1.096.266l.028.322-.745-.158-.452-.323.073-.107z"/><path fill="#D33833" d="M14.895 13.454a4.914 4.914 0 01-1.22-.17c.023-.147-.022-.289.018-.396.101-.074.265-.074.418-.09a.72.72 0 00-.463-.052c-.006-.101-.051-.164-.08-.243.255-.09.853-.685 1.192-.492.164.096.231.628.243.894.01.215-.023.43-.108.549z"/><path fill="#D33833" d="M14.415 11.81a.564.564 0 01.439.035l.001.001h.001c.095.057.15.155.183.231.037.084.064.181.085.277.042.19.062.4.068.54l.002.046c.003.105-.004.211-.022.31a.792.792 0 01-.122.314l-.058.082-.101-.002a5.106 5.106 0 01-1.267-.177l-.161-.046.025-.166c.008-.05.004-.1 0-.174a1.225 1.225 0 01-.002-.094l-.015.004-.013-.234a.204.204 0 00-.017-.07l-.022-.05a.966.966 0 01-.03-.07l-.063-.18.179-.063c.036-.013.1-.052.203-.12.093-.063.209-.145.326-.216.116-.07.249-.14.381-.177zm.245.363c-.025-.011-.067-.017-.142.004-.083.023-.18.071-.287.136-.107.065-.21.137-.31.205l-.037.024c.112.011.22.042.309.084l.598.287-.66.073c-.093.01-.15.012-.22.023a.587.587 0 00-.045.009c0 .012 0 .026.002.043l.003.078c.272.065.576.106.908.12a.678.678 0 00.02-.078c.014-.079.019-.171.014-.266v-.002a3.045 3.045 0 00-.06-.479 1.131 1.131 0 00-.062-.204.254.254 0 00-.031-.057zM12.733 12.712c0 .034 0 .068-.006.102-.14.09-.367.09-.525.17.226.011.407.068.565.142-.006.084-.006.175-.011.26-.26.175-.497.441-.802.61-.147.08-.65.284-.802.244-.084-.022-.096-.13-.13-.232-.073-.215-.242-.566-.26-.894-.016-.413-.062-1.109.385-1.024.36.068.779.232 1.055.385.175.102.271.215.531.237z"/><path fill="#D33833" d="M10.76 12.023a.448.448 0 01.422-.12c.384.072.82.244 1.112.405l.004.002c.217.127.248.195.452.213l.173.015v.174c0 .032 0 .081-.008.133l-.014.084-.045.028.11.051-.01.13a3.51 3.51 0 00-.005.124l-.006.136-.006.093-.077.052c-.119.08-.232.181-.368.296-.13.11-.278.23-.448.324l-.002.001a3.294 3.294 0 01-.684.252.59.59 0 01-.255.008h-.002a.318.318 0 01-.21-.197.833.833 0 01-.03-.09l-.02-.069-.067-.175a6.166 6.166 0 01-.084-.228 2.019 2.019 0 01-.12-.541v-.001c-.007-.197-.025-.502.023-.744a.696.696 0 01.165-.356zm.351.254c-.057-.011-.07.004-.079.012-.02.02-.046.069-.065.163-.036.187-.023.437-.015.652.008.138.047.288.099.438.025.074.053.145.08.213l.055.147.016.045v.001l.026.084a.911.911 0 00.006.02 1.833 1.833 0 00.26-.069c.156-.053.307-.12.369-.153a2.5 2.5 0 00.386-.282c.1-.085.209-.18.321-.263l.001-.035a1.267 1.267 0 00-.378-.076l-.721-.036.645-.324a.911.911 0 01.165-.06c-.067-.043-.123-.085-.175-.115a3.707 3.707 0 00-.996-.362z"/><path fill="#D33833" d="M12.987 13.205c-.04-.227-.085-.289-.068-.487.604-.402.712.69.068.487z"/><path fill="#D33833" d="M12.814 12.56c.185-.123.38-.16.547-.077a.48.48 0 01.249.383.515.515 0 01-.146.43c-.134.127-.325.156-.534.09l-.11-.035-.02-.114c-.02-.115-.035-.156-.054-.248a.934.934 0 01-.016-.287l.008-.091.076-.051zm.336.26a.204.204 0 00-.043.012.56.56 0 00.011.08l.03.128c.005 0 .01 0 .015-.002a.07.07 0 00.04-.018c.017-.017.035-.057.03-.112-.007-.055-.032-.08-.043-.085-.005-.002-.016-.007-.04-.003z"/><path fill="#EF3D3A" d="M13.857 13.386s-.187-.266-.051-.345c.135-.08.265 0 .344-.136.08-.136 0-.215.028-.374.029-.158.158-.187.294-.215.136-.028.508-.079.559.051l-.158-.48-.322-.108-1.01.588-.051.294v.589M11.056 14.269l-.101-1.251c-.057-.623.146-.515.688-.515.085 0 .509.096.537.158.147.3-.243.232.17.459.344.187.959-.113.818-.538-.08-.096-.407-.028-.525-.09l-.627-.323c-.265-.136-.875-.34-1.157-.147-.717.487.045 1.709.299 2.218"/><path fill="#231F20" d="M11.762 4.801c-.728-.17-1.09.306-1.31.798-.197-.045-.118-.317-.068-.453.13-.356.655-.837 1.085-.77.18.023.429.193.293.425zM15.302 5.627h.034c.163.34.305.702.514 1.008-.142.328-1.05.61-1.04.034.198-.085.537-.017.712-.13-.102-.278-.243-.515-.22-.912zM12.129 5.639c.158.288.209.588.43.803.1.097.293.215.197.487-.023.062-.187.204-.283.232-.344.102-1.151.023-.88-.413.288.011.671.187.886-.023-.164-.26-.457-.78-.35-1.086zM15.172 8.547c-.52.334-1.1.702-1.959.617-.18-.158-.254-.515-.073-.747.09.159.033.453.293.498.486.085 1.05-.3 1.4-.43.215-.368-.017-.498-.214-.735-.401-.481-.932-1.081-.915-1.8.164-.119.175.181.198.232.209.487.734 1.115 1.112 1.534.096.101.248.203.265.271.051.193-.13.43-.107.56zM8.295 8.197c-.163-.097-.203-.504-.395-.515-.276-.017-.226.532-.226.854-.186-.17-.22-.702-.084-.973-.158-.08-.226.085-.316.141.118-.82 1.202-.379 1.021.493zM15.5 8.893c-.243.464-.588.973-1.299.99-.017-.147-.028-.38 0-.47.548-.056.886-.334 1.299-.52zM12.09 9.193c.451.237 1.287.266 1.908.249.034.135.034.305.034.47-.796.033-1.734-.165-1.943-.72zM12.005 9.634c.316.792 1.394.702 2.303.679-.04.102-.124.226-.237.266-.293.119-1.095.21-1.502-.006-.254-.136-.423-.447-.564-.628-.062-.085-.401-.305 0-.311z"/><path fill="#81B0C4" d="M15.133 13.997c-.367.634-.723 1.284-1.158 1.84.18-.538.26-1.444.288-2.134.384-.181.712.04.87.294z"/><path fill="#231F20" d="M17.114 16.272c-.412.085-.7.487-1.106.458.226-.311.61-.447 1.106-.458zM17.295 16.917c-.339.034-.734.09-1.073.062.164-.249.785-.158 1.073-.062zM17.413 17.477c-.378.006-.846 0-1.208-.028.215-.232.966-.085 1.209.028z"/><path fill="#DCD9D8" d="M14.421 19.005c.057.475.243.956.22 1.477-.209.068-.327.13-.61.13-.016-.441-.078-1.12-.062-1.545.136.012.34-.096.452-.062z"/><path fill="#F0D6B7" d="M13.811 11.988c-.191.125-.35.277-.536.413-.406.023-.627-.028-.92-.26.005-.017.034-.011.034-.034.434.192.988-.08 1.422-.119z"/><path fill="#81B0C4" d="M11.542 14.948c.118-.515.587-.787 1.01-1.07.435.555.7 1.268.994 1.958-.694-.21-1.4-.543-2.004-.888z"/><path fill="#231F20" d="M13.97 19.073c-.017.424.039 1.098.062 1.545.282 0 .4-.062.61-.13.022-.52-.164-1.002-.22-1.477-.114-.04-.317.068-.453.062zm-4.36-2.4c.187 1.704.453 3.13.944 4.64 1.09.335 2.4.363 3.365.063-.175-.849-.102-1.884-.204-2.795-.079-.685-.04-1.37-.146-2.066-1.169-.243-2.818-.056-3.958.159zm4.235-.146c-.011.73.034 1.454.09 2.184.283-.04.47-.068.729-.13-.085-.702-.073-1.5-.248-2.122-.198.005-.373 0-.57.067zm1.417-.12c-.135-.028-.287 0-.412 0 .062.595.204 1.251.254 1.88.198.005.305-.091.469-.12.011-.548-.045-1.307-.31-1.76zm2.151 1.97c.418-.102.678-.611.56-1.137-.08-.351-.215-1.02-.368-1.245-.107-.165-.406-.385-.649-.232-.39.249-1.073.322-1.355.622.141.475.186 1.12.243 1.72.486.029 1.078-.136 1.485.04-.282.09-.644.09-.887.226.204.097.667.08.971.006zm-3.873-2.54c-.293-.691-.558-1.404-.993-1.959-.424.283-.887.555-1.01 1.07.609.345 1.315.679 2.003.888zm.723-2.134c-.028.69-.107 1.596-.288 2.133.435-.56.79-1.205 1.158-1.84-.158-.254-.486-.474-.87-.293zm-.819-.289c-.163-.017-.304.193-.519.102-.05.056-.096.113-.147.17.474.577.695 1.392 1.062 2.065.197-.65.175-1.358.22-2.065-.271.011-.424-.255-.616-.272zm-.457-.21c-.04-.226-.085-.288-.068-.486.604-.402.712.69.068.487zm-.785-.724a3.887 3.887 0 00-1.055-.384c-.446-.085-.401.61-.384 1.024.017.328.186.673.26.894.033.102.045.21.13.232.152.034.66-.164.8-.243.306-.165.543-.43.803-.612.005-.084.005-.175.01-.26a1.358 1.358 0 00-.564-.141c.153-.08.384-.08.525-.17 0-.034 0-.068.006-.102-.26-.028-.356-.141-.53-.238zM9.55 12c-.232.237.65.554.926.57 0-.146.084-.288.068-.395-.334-.057-.768-.017-.994-.176zm2.845.107c0 .023-.028.017-.034.034.3.232.52.283.92.26.181-.13.345-.288.537-.413-.44.04-.994.311-1.423.119zm2.609.792c-.012-.26-.08-.798-.243-.894-.339-.198-.937.402-1.191.492.028.08.073.142.079.244a.716.716 0 01.463.05c-.153.018-.317.018-.418.091-.034.108.011.25-.017.396.356.102.768.153 1.22.17.084-.113.118-.328.107-.549zm-5.844-.673c-.073-.051-.564-.69-.632-.662-.886.35-1.716.956-2.456 1.533.706 1.522.994 3.384 1.044 5.178.808.38 1.52.928 2.62.985-.13-.9-.243-1.71-.316-2.558-.277-.119-.672.005-.932-.034 0-.311.396-.136.43-.345.022-.159-.22-.17-.142-.419.204.073.31.238.525.3.198-.43 0-1.194.029-1.556.005-.068.034-.374.186-.323.135.045-.006.82.006 1.16.01.317-.04.617.09.815a30.25 30.25 0 013.291-.271c-.254-.108-.553-.21-.88-.397-.181-.101-.74-.31-.79-.48-.085-.272.214-.414.265-.646-.537.294-.638-.283-.768-.684a5.657 5.657 0 01-.21-.855c-.468-.238-.965-.458-1.36-.741zm5.375-.589c.74-.356.875 1.341.582 1.89.045.164.197.227.26.374-.413.741-.87 1.431-1.294 2.161.31-.198.763-.034 1.13-.18.135-.052.231-.363.333-.612.282-.679.576-1.539.705-2.184.029-.147.113-.47.09-.6-.033-.238-.35-.413-.513-.555-.3-.271-.486-.503-.802-.758-.118.187-.39.311-.49.464zm-7.063-6.57c-.35.39-.276 1.115-.237 1.636.638-.402 1.48.034 1.474.713.304-.006.113-.38.056-.623-.18-.786.305-1.635.023-2.354-.548.045-.994.266-1.316.628zM9.99 2.81c-.796.227-1.818.81-2.145 1.528.254-.04.429-.164.677-.18.096-.007.22.039.328.01.214-.056.4-.543.564-.724.158-.175.35-.255.48-.413.085-.04.21-.04.215-.164-.034-.04-.074-.068-.119-.057zm4.15.215c-.83-.47-2.23-.82-3.111-.379-.711.357-1.671.945-1.999 1.687.305.718-.09 1.375-.118 2.105-.011.39.18.724.197 1.148-.107.176-.423.193-.643.181-.074-.373-.203-.792-.587-.837-.542-.062-.943.39-.966.86-.028.555.424 1.471 1.067 1.41.249-.023.31-.272.582-.272.147.294-.226.384-.266.594-.01.056.029.266.057.368.118.48.378 1.109.632 1.477.328.47.966.537 1.655.582.124-.266.575-.243.869-.175-.356-.141-.683-.481-.954-.78-.31-.346-.627-.714-.644-1.167.593.82 1.079 1.54 2.151 1.902.813.271 1.762-.125 2.388-.566.26-.181.412-.476.599-.736.689-.996 1.01-2.41.943-3.786-.028-.566-.028-1.131-.22-1.51-.198-.397-.87-.759-1.265-.397-.074-.39.327-.628.796-.486-.333-.436-.683-.951-1.163-1.223zm1.547 12.795c.65-.323 1.857-.866 2.258 0 .153.323.328.86.401 1.194.107.464-.119 1.449-.598 1.602-.424.135-.915.13-1.423.028a.825.825 0 01-.175-.227c-.362-.01-.706.017-.988.17.028.272-.153.312-.328.368-.124.504.254 1.16.164 1.613-.062.328-.463.38-.756.436a2.22 2.22 0 00.033.486c-.067.25-.367.39-.654.425-.943.113-2.372.164-3.275-.164-.254-.623-.452-1.375-.66-2.083-.881.096-1.598-.379-2.27-.696-.232-.107-.554-.17-.644-.356-.085-.181-.05-.527-.073-.85-.051-.831-.102-1.635-.316-2.484-.096-.384-.271-.718-.39-1.086-.113-.34-.305-.764-.356-1.104-.073-.503.401-.531.7-.752.469-.34.836-.526 1.344-.832.152-.09.604-.317.655-.424.102-.21-.175-.504-.248-.668a2.017 2.017 0 01-.198-.736 1.422 1.422 0 01-.943-.605c-.322-.476-.548-1.353-.265-2.015.022-.05.13-.158.147-.238.033-.158-.063-.367-.068-.537-.028-.866.147-1.613.728-1.873.237-.945 1.084-1.256 1.88-1.726.3-.176.627-.289.966-.413 1.213-.447 3.082-.362 4.093.402.429.322 1.112 1.007 1.355 1.505.65 1.307.598 3.497.147 5.093-.063.215-.147.526-.271.786-.085.181-.35.538-.322.696.034.165.61.6.734.72.22.214.643.497.677.769.04.288-.124.684-.209.962a37.406 37.406 0 01-.852 2.614z"/><path fill="#F7E4CD" d="M11.367 9.39c.034-.045.226-.118.497.012 0 0-.322.05-.294.588l-.136-.028c.006.006-.135-.48-.067-.571z"/><path fill="#1D1919" d="M13.704 13.986a.15.15 0 01-.147.147.15.15 0 01-.146-.147.15.15 0 01.146-.148c.085 0 .147.068.147.148zM13.85 14.67a.15.15 0 01-.146.148.15.15 0 01-.147-.148.15.15 0 01.147-.147c.085 0 .147.063.147.147z"/></svg>
|
package/svg-react/index.ts
CHANGED
|
@@ -178,6 +178,10 @@ export { IconInfracost24 } from './infracost-24';
|
|
|
178
178
|
export { IconInfracost16 } from './infracost-16';
|
|
179
179
|
export { IconInfracostColor24 } from './infracost-color-24';
|
|
180
180
|
export { IconInfracostColor16 } from './infracost-color-16';
|
|
181
|
+
export { IconJenkins24 } from './jenkins-24';
|
|
182
|
+
export { IconJenkins16 } from './jenkins-16';
|
|
183
|
+
export { IconJenkinsColor24 } from './jenkins-color-24';
|
|
184
|
+
export { IconJenkinsColor16 } from './jenkins-color-16';
|
|
181
185
|
export { IconJfrog24 } from './jfrog-24';
|
|
182
186
|
export { IconJfrog16 } from './jfrog-16';
|
|
183
187
|
export { IconJfrogColor24 } from './jfrog-color-24';
|
|
@@ -764,8 +768,8 @@ export { IconVolume24 } from './volume-24';
|
|
|
764
768
|
export { IconVolume16 } from './volume-16';
|
|
765
769
|
export { IconVolumeDown24 } from './volume-down-24';
|
|
766
770
|
export { IconVolumeDown16 } from './volume-down-16';
|
|
767
|
-
export {
|
|
768
|
-
export {
|
|
771
|
+
export { IconVolumeUp24 } from './volume-up-24';
|
|
772
|
+
export { IconVolumeUp16 } from './volume-up-16';
|
|
769
773
|
export { IconVolumeX24 } from './volume-x-24';
|
|
770
774
|
export { IconVolumeX16 } from './volume-x-16';
|
|
771
775
|
export { IconWifi24 } from './wifi-24';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconJenkins16 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={16}
|
|
17
|
+
height={16}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 16 16"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<g fill={color}>
|
|
27
|
+
<path d="M7.833 2.96c-.51-.118-.762.214-.916.56-.139-.033-.083-.223-.048-.318.091-.25.459-.586.759-.539.126.016.3.135.205.298zM10.312 3.539h.023c.115.238.214.491.36.705-.099.23-.735.428-.727.024.138-.06.375-.012.498-.091-.071-.194-.17-.36-.154-.638zM8.09 3.547c.111.202.147.412.3.562.072.068.206.15.14.341a.435.435 0 01-.199.162c-.24.072-.806.016-.616-.289.201.008.47.131.62-.016-.114-.182-.32-.546-.245-.76zM10.22 5.583c-.363.234-.77.491-1.37.432-.127-.111-.179-.36-.052-.523.063.11.024.317.205.349.34.059.735-.21.98-.302.15-.257-.011-.348-.15-.515-.28-.336-.652-.756-.64-1.26.115-.082.123.127.138.163.147.34.514.78.779 1.074.067.071.174.142.186.19.035.135-.091.3-.075.392zM5.407 5.337c-.115-.067-.143-.352-.277-.36-.194-.012-.158.372-.158.598-.13-.119-.154-.491-.06-.681-.11-.056-.158.06-.22.099.082-.575.841-.266.715.344zM10.45 5.825c-.17.325-.411.681-.91.693-.011-.103-.019-.265 0-.329.384-.04.621-.234.91-.364zM8.063 6.035c.316.166.9.186 1.335.174.024.095.024.214.024.329-.557.024-1.213-.115-1.36-.503zM8.003 6.344c.222.554.977.49 1.613.475-.028.071-.087.159-.166.186-.206.083-.767.147-1.051-.004-.178-.095-.297-.313-.396-.44-.043-.059-.28-.213 0-.217zM11.58 10.99c-.288.06-.49.341-.774.321.158-.217.426-.313.774-.32zM11.707 11.442c-.238.024-.514.063-.751.044.114-.175.549-.111.75-.044zM11.79 11.834c-.265.004-.593 0-.846-.02.15-.162.676-.059.846.02z" />
|
|
28
|
+
<path d="M9.379 12.951c-.012.298.027.769.043 1.082.198 0 .28-.044.427-.091.016-.365-.114-.701-.154-1.034-.08-.028-.221.047-.316.043zm-3.051-1.68c.13 1.193.316 2.191.66 3.25.762.233 1.68.253 2.355.043-.122-.594-.07-1.32-.142-1.957-.055-.48-.028-.959-.103-1.446-.818-.17-1.972-.04-2.77.11zm2.964-.102c-.008.51.024 1.018.063 1.529.198-.028.328-.048.51-.091-.06-.491-.051-1.05-.174-1.486-.138.004-.26 0-.4.048zm.992-.083c-.095-.02-.202 0-.289 0 .044.415.143.875.178 1.315.139.004.214-.064.328-.083.008-.385-.031-.915-.217-1.232zm1.506 1.378c.292-.071.474-.428.391-.796-.055-.246-.15-.713-.257-.872-.075-.114-.284-.269-.454-.162-.273.174-.751.226-.949.436.099.332.13.784.17 1.204.34.02.755-.095 1.04.028-.198.063-.451.063-.621.158.142.068.466.056.68.004zm-2.712-1.779c-.205-.483-.39-.982-.695-1.37-.297.198-.62.388-.708.748a7.2 7.2 0 001.403.622zm.506-1.493c-.02.483-.075 1.117-.201 1.493.304-.392.553-.843.81-1.287-.11-.178-.34-.333-.609-.206zm-.573-.202c-.114-.012-.213.135-.363.071-.036.04-.068.08-.103.12.332.403.486.974.743 1.445.138-.455.122-.95.154-1.446-.19.008-.296-.178-.43-.19zm-.367-.487c-.012.138.02.182.047.34.45.143.376-.622-.047-.34zm-.502-.167a2.72 2.72 0 00-.74-.27c-.312-.059-.28.429-.268.718.012.23.13.471.182.626.023.071.031.146.09.162.107.024.463-.115.562-.17.213-.115.38-.301.561-.428.004-.06.004-.123.008-.182a.95.95 0 00-.395-.1c.106-.055.268-.055.367-.118 0-.024 0-.048.004-.071-.182-.02-.249-.1-.371-.167zM6.284 8c-.162.166.455.388.648.4 0-.103.06-.202.048-.278-.233-.04-.538-.012-.696-.122zm1.992.075c0 .016-.02.012-.024.024.21.162.364.198.645.182.126-.091.24-.202.375-.29-.308.028-.696.219-.996.084zm1.826.554c-.008-.182-.055-.558-.17-.625-.237-.14-.656.28-.834.344.02.056.052.1.056.17a.502.502 0 01.324.036c-.107.012-.222.012-.293.064-.024.075.008.174-.012.277.25.071.538.107.854.119.06-.08.083-.23.075-.385zm-4.09-.471c-.052-.036-.396-.483-.443-.463-.62.245-1.202.669-1.72 1.073.494 1.066.696 2.37.732 3.625.565.265 1.063.65 1.834.69-.091-.63-.17-1.197-.222-1.791-.193-.084-.47.004-.652-.024 0-.218.277-.095.3-.242.016-.11-.154-.119-.098-.293.142.051.217.166.367.21.139-.301 0-.836.02-1.09.004-.047.024-.26.13-.225.095.031-.004.574.004.812.008.222-.027.432.064.57a21.163 21.163 0 012.304-.19c-.178-.075-.388-.146-.617-.277-.126-.071-.518-.218-.553-.337-.06-.19.15-.29.186-.451-.376.206-.447-.199-.538-.48a3.963 3.963 0 01-.146-.598c-.328-.166-.676-.32-.953-.519zm3.762-.412c.518-.25.613.939.407 1.323.032.115.139.159.182.262-.289.519-.609 1.002-.905 1.513.217-.139.533-.024.79-.127.095-.036.162-.253.234-.428.197-.475.403-1.077.494-1.529.02-.103.079-.329.063-.42-.024-.166-.245-.289-.36-.388-.21-.19-.34-.353-.561-.53-.083.13-.273.217-.344.324zm-4.944-4.6c-.245.274-.194.781-.166 1.146.446-.282 1.035.023 1.031.499.214-.004.08-.266.04-.436-.127-.55.213-1.145.016-1.648a1.343 1.343 0 00-.921.44zm1.762-1.58c-.557.159-1.272.567-1.502 1.07.178-.028.3-.115.475-.127.067-.004.154.028.229.008.15-.04.28-.38.395-.507.11-.123.245-.178.336-.29.06-.027.146-.027.15-.114-.023-.028-.051-.048-.083-.04zm2.905.15c-.58-.328-1.56-.574-2.177-.265-.498.25-1.17.662-1.4 1.18.214.504-.063.963-.083 1.474-.007.274.127.507.139.805-.075.122-.297.134-.45.126-.052-.261-.143-.554-.412-.586-.38-.044-.66.273-.676.602-.02.388.297 1.03.747.987.174-.016.218-.19.407-.19.103.205-.158.269-.185.415-.008.04.02.187.04.258.082.337.264.776.442 1.034.23.329.676.376 1.158.408.087-.186.403-.17.609-.123-.25-.099-.479-.337-.668-.547-.218-.241-.44-.499-.45-.816.414.575.754 1.078 1.505 1.331.57.19 1.233-.087 1.672-.396.182-.127.288-.333.419-.515.482-.697.707-1.687.66-2.65-.02-.396-.02-.792-.154-1.058-.139-.277-.61-.53-.886-.277-.051-.273.23-.44.558-.34-.234-.306-.479-.666-.815-.856zm1.083 8.958c.455-.226 1.3-.606 1.581 0 .107.225.23.602.28.835.076.325-.082 1.015-.418 1.122-.296.095-.64.09-.996.02a.58.58 0 01-.123-.16c-.252-.007-.494.013-.691.12.02.19-.107.218-.23.257-.086.353.178.812.115 1.13-.043.23-.324.265-.53.304-.007.127.008.234.024.341-.047.174-.257.273-.458.297-.66.08-1.66.115-2.293-.115-.177-.435-.316-.962-.462-1.458-.617.068-1.119-.265-1.589-.487-.162-.075-.387-.119-.45-.25-.06-.126-.036-.368-.052-.594-.035-.582-.071-1.144-.221-1.739-.067-.27-.19-.503-.273-.76-.079-.238-.213-.535-.249-.773-.051-.352.28-.372.49-.527.328-.237.585-.368.94-.582.108-.063.424-.222.46-.297.07-.147-.123-.353-.175-.468a1.412 1.412 0 01-.138-.515.995.995 0 01-.66-.424c-.225-.332-.383-.946-.186-1.41.016-.035.091-.11.103-.166.024-.111-.043-.258-.047-.377-.02-.606.102-1.129.51-1.31.166-.662.758-.88 1.316-1.21.21-.122.438-.201.675-.288.85-.313 2.158-.254 2.866.281.3.226.779.705.949 1.054.454.915.418 2.448.102 3.565-.043.15-.102.369-.19.55-.059.128-.245.377-.225.488.024.115.427.42.514.503.154.15.45.349.474.539.028.202-.087.48-.146.673-.19.65-.38 1.248-.597 1.83z" />
|
|
29
|
+
<path d="M9.193 9.39a.104.104 0 01-.103.103.104.104 0 01-.102-.103c0-.056.047-.103.102-.103.06 0 .103.047.103.103zM9.295 9.87a.104.104 0 01-.102.102.104.104 0 01-.103-.103c0-.055.047-.103.103-.103a.1.1 0 01.102.103z" />
|
|
30
|
+
</g>
|
|
31
|
+
</svg>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
);
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconJenkins24 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={24}
|
|
17
|
+
height={24}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<g fill={color}>
|
|
27
|
+
<path d="M11.762 4.801c-.728-.17-1.09.306-1.31.798-.197-.045-.118-.317-.068-.453.13-.356.655-.837 1.085-.77.18.023.429.193.293.425zM15.302 5.627h.034c.163.34.305.702.514 1.008-.142.328-1.05.61-1.04.034.198-.085.537-.017.712-.13-.101-.278-.243-.515-.22-.912zM12.129 5.639c.158.288.209.588.43.803.1.097.293.215.197.487-.023.062-.187.204-.283.232-.344.102-1.151.023-.88-.413.288.011.671.187.886-.023-.164-.26-.457-.78-.35-1.086zM15.172 8.547c-.52.334-1.1.702-1.959.617-.18-.158-.254-.515-.073-.747.09.159.033.453.293.498.486.085 1.05-.3 1.4-.43.215-.368-.017-.498-.214-.735-.401-.481-.932-1.081-.915-1.8.164-.119.175.181.198.232.209.487.734 1.115 1.112 1.534.096.101.248.203.265.271.051.193-.13.43-.107.56zM8.295 8.197c-.163-.097-.203-.504-.395-.515-.276-.017-.226.532-.226.854-.186-.17-.22-.702-.084-.973-.158-.08-.226.085-.316.141.118-.82 1.202-.379 1.021.493zM15.5 8.893c-.243.464-.588.973-1.299.99-.017-.147-.028-.38 0-.47.548-.056.886-.334 1.299-.52zM12.09 9.193c.451.237 1.287.266 1.908.249.034.135.034.305.034.47-.796.033-1.734-.165-1.943-.72zM12.005 9.634c.316.792 1.394.702 2.303.679-.04.102-.124.226-.237.266-.293.119-1.095.21-1.502-.006-.254-.136-.423-.447-.564-.628-.062-.085-.401-.305 0-.311zM17.114 16.272c-.412.085-.7.487-1.106.458.226-.311.61-.447 1.106-.458zM17.295 16.917c-.339.034-.734.09-1.073.062.164-.249.785-.158 1.073-.062zM17.413 17.477c-.378.006-.846 0-1.208-.028.215-.232.966-.085 1.209.028z" />
|
|
28
|
+
<path d="M13.97 19.073c-.017.424.039 1.098.062 1.545.282 0 .4-.062.61-.13.022-.52-.164-1.002-.22-1.477-.114-.04-.317.068-.453.062zm-4.36-2.4c.187 1.704.453 3.13.944 4.64 1.09.335 2.4.363 3.365.063-.175-.849-.102-1.884-.204-2.795-.079-.685-.04-1.37-.146-2.066-1.169-.243-2.818-.056-3.958.159zm4.235-.146c-.011.73.034 1.454.09 2.184.283-.04.47-.068.729-.13-.085-.702-.073-1.5-.248-2.122-.198.005-.373 0-.57.067zm1.417-.12c-.135-.028-.287 0-.412 0 .062.595.204 1.251.254 1.88.198.005.305-.091.469-.12.011-.548-.045-1.307-.31-1.76zm2.151 1.97c.418-.102.678-.611.56-1.137-.08-.351-.215-1.02-.368-1.245-.107-.165-.406-.385-.649-.232-.39.249-1.073.322-1.355.622.141.475.186 1.12.243 1.72.486.029 1.078-.136 1.485.04-.282.09-.644.09-.887.226.204.097.667.08.971.006zm-3.873-2.54c-.293-.691-.558-1.404-.993-1.959-.424.283-.887.555-1.01 1.07.609.345 1.315.679 2.003.888zm.723-2.134c-.028.69-.107 1.596-.288 2.133.435-.56.79-1.205 1.158-1.84-.158-.254-.486-.474-.87-.293zm-.819-.289c-.163-.017-.304.193-.519.102-.05.056-.096.113-.147.17.474.577.695 1.392 1.062 2.065.197-.65.175-1.358.22-2.065-.271.011-.424-.255-.616-.272zm-.525-.696c-.017.198.029.26.068.487.644.203.537-.889-.068-.487zm-.717-.238a3.887 3.887 0 00-1.055-.384c-.446-.085-.401.61-.384 1.024.017.328.186.673.26.894.033.102.045.21.13.232.152.034.66-.164.8-.243.306-.165.543-.43.803-.612.005-.084.005-.175.01-.26a1.358 1.358 0 00-.564-.141c.153-.08.384-.08.525-.17 0-.034 0-.068.006-.102-.26-.028-.356-.141-.53-.238zM9.55 12c-.232.237.65.554.926.57 0-.146.084-.288.068-.395-.334-.057-.768-.017-.994-.176zm2.845.107c0 .023-.028.017-.034.034.3.232.52.283.92.26.181-.13.345-.288.537-.413-.44.04-.994.311-1.423.119zm2.609.792c-.012-.26-.08-.798-.243-.894-.339-.198-.937.402-1.191.492.028.08.073.142.079.244a.716.716 0 01.463.05c-.153.018-.317.018-.418.091-.034.108.011.25-.017.396.356.102.768.153 1.22.17.084-.113.118-.328.107-.549zm-5.844-.673c-.073-.051-.564-.69-.632-.662-.886.35-1.716.956-2.456 1.533.706 1.522.994 3.384 1.044 5.178.808.38 1.52.928 2.62.985-.13-.9-.243-1.71-.316-2.558-.277-.119-.672.005-.932-.034 0-.311.396-.136.43-.345.022-.159-.22-.17-.142-.419.204.073.31.238.525.3.198-.43 0-1.194.029-1.556.005-.068.034-.374.186-.323.135.045-.006.82.006 1.16.01.317-.04.617.09.815a30.25 30.25 0 013.291-.271c-.254-.108-.553-.21-.88-.397-.181-.101-.74-.31-.79-.48-.085-.272.214-.414.265-.646-.537.294-.638-.283-.768-.684a5.657 5.657 0 01-.21-.855c-.468-.238-.965-.458-1.36-.741zm5.375-.589c.74-.356.875 1.341.582 1.89.045.164.197.227.26.374-.413.741-.87 1.431-1.294 2.161.31-.198.763-.034 1.13-.18.135-.052.231-.363.333-.612.282-.679.576-1.539.705-2.184.029-.147.113-.47.09-.6-.033-.238-.35-.413-.513-.555-.3-.271-.486-.503-.802-.758-.118.187-.39.311-.49.464zm-7.063-6.57c-.35.39-.276 1.115-.237 1.636.638-.402 1.48.034 1.474.713.304-.006.113-.38.056-.623-.18-.786.305-1.635.023-2.354-.548.045-.994.266-1.316.628zM9.99 2.81c-.796.227-1.818.81-2.145 1.528.254-.04.429-.164.677-.18.096-.007.22.039.328.01.214-.056.4-.543.564-.724.158-.175.35-.255.48-.413.085-.04.21-.04.215-.164-.034-.04-.074-.068-.119-.057zm4.15.215c-.83-.47-2.23-.82-3.111-.379-.711.357-1.671.945-1.999 1.687.305.718-.09 1.375-.118 2.105-.011.39.18.724.197 1.148-.107.176-.423.193-.643.181-.074-.373-.203-.792-.587-.837-.542-.062-.943.39-.966.86-.028.555.424 1.471 1.067 1.41.249-.023.31-.272.582-.272.147.294-.226.384-.266.594-.01.056.029.266.057.368.118.48.378 1.109.632 1.477.328.47.966.537 1.655.582.124-.266.575-.243.869-.175-.356-.141-.683-.481-.954-.78-.31-.346-.627-.714-.644-1.167.593.82 1.079 1.54 2.151 1.902.813.271 1.762-.125 2.388-.566.26-.181.412-.476.599-.736.689-.996 1.01-2.41.943-3.786-.028-.566-.028-1.131-.22-1.51-.198-.397-.87-.759-1.265-.397-.074-.39.327-.628.796-.486-.333-.436-.683-.951-1.163-1.223zm1.547 12.795c.65-.323 1.857-.866 2.258 0 .153.323.328.86.401 1.194.107.464-.119 1.449-.598 1.602-.424.135-.915.13-1.423.028a.825.825 0 01-.175-.227c-.362-.01-.706.017-.988.17.028.272-.153.312-.328.368-.124.504.254 1.16.164 1.613-.062.328-.463.38-.756.436a2.22 2.22 0 00.033.486c-.067.25-.367.39-.654.425-.943.113-2.372.164-3.275-.164-.254-.623-.452-1.375-.66-2.083-.881.096-1.598-.379-2.27-.696-.232-.107-.554-.17-.644-.356-.085-.181-.05-.527-.073-.85-.051-.831-.102-1.635-.316-2.484-.096-.384-.271-.718-.39-1.086-.113-.34-.305-.764-.356-1.104-.073-.503.401-.531.7-.752.469-.34.836-.526 1.344-.832.152-.09.604-.317.655-.424.102-.21-.175-.504-.248-.668a2.017 2.017 0 01-.198-.736 1.422 1.422 0 01-.943-.605c-.322-.476-.548-1.353-.265-2.015.022-.05.13-.158.147-.238.033-.158-.063-.367-.068-.537-.028-.866.147-1.613.728-1.873.237-.945 1.084-1.256 1.88-1.726.3-.176.627-.289.966-.413 1.213-.447 3.082-.362 4.093.402.429.322 1.112 1.007 1.355 1.505.65 1.307.598 3.497.147 5.093-.063.215-.147.526-.271.786-.085.181-.35.538-.322.696.034.165.61.6.734.72.22.214.643.497.677.769.04.288-.124.684-.209.962a37.406 37.406 0 01-.852 2.614z" />
|
|
29
|
+
<path d="M13.704 13.986a.15.15 0 01-.147.147.15.15 0 01-.146-.147.15.15 0 01.146-.148c.085 0 .147.068.147.148zM13.85 14.67a.15.15 0 01-.146.148.15.15 0 01-.147-.148.15.15 0 01.147-.147c.085 0 .147.063.147.147z" />
|
|
30
|
+
</g>
|
|
31
|
+
</svg>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
);
|