@thesvg/react 3.0.2 → 3.0.4
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/dist/bbva.cjs +1 -1
- package/dist/bbva.js +1 -1
- package/dist/converse.cjs +1 -1
- package/dist/converse.js +1 -1
- package/dist/eth-zurich.cjs +1 -1
- package/dist/eth-zurich.js +1 -1
- package/dist/gmail-2026.cjs +22 -0
- package/dist/{huggingface.d.ts → gmail-2026.d.ts} +3 -3
- package/dist/gmail-2026.js +21 -0
- package/dist/google-calendar-2026.cjs +22 -0
- package/dist/google-calendar-2026.d.ts +9 -0
- package/dist/google-calendar-2026.js +21 -0
- package/dist/google-chat-2026.cjs +22 -0
- package/dist/google-chat-2026.d.ts +9 -0
- package/dist/google-chat-2026.js +21 -0
- package/dist/google-docs-2026.cjs +22 -0
- package/dist/google-docs-2026.d.ts +9 -0
- package/dist/google-docs-2026.js +21 -0
- package/dist/google-drive-2026.cjs +22 -0
- package/dist/google-drive-2026.d.ts +9 -0
- package/dist/google-drive-2026.js +21 -0
- package/dist/google-forms-2026.cjs +22 -0
- package/dist/google-forms-2026.d.ts +9 -0
- package/dist/google-forms-2026.js +21 -0
- package/dist/google-keep-2026.cjs +22 -0
- package/dist/google-keep-2026.d.ts +9 -0
- package/dist/google-keep-2026.js +21 -0
- package/dist/google-meet-2026.cjs +22 -0
- package/dist/google-meet-2026.d.ts +9 -0
- package/dist/google-meet-2026.js +21 -0
- package/dist/google-sheets-2026.cjs +22 -0
- package/dist/google-sheets-2026.d.ts +9 -0
- package/dist/google-sheets-2026.js +21 -0
- package/dist/google-sites-2026.cjs +22 -0
- package/dist/google-sites-2026.d.ts +9 -0
- package/dist/google-sites-2026.js +21 -0
- package/dist/google-slides-2026.cjs +22 -0
- package/dist/google-slides-2026.d.ts +9 -0
- package/dist/google-slides-2026.js +21 -0
- package/dist/google-tasks-2026.cjs +22 -0
- package/dist/google-tasks-2026.d.ts +9 -0
- package/dist/google-tasks-2026.js +21 -0
- package/dist/google-vids-2026.cjs +22 -0
- package/dist/google-vids-2026.d.ts +9 -0
- package/dist/google-vids-2026.js +21 -0
- package/dist/google-voice-2026.cjs +22 -0
- package/dist/google-voice-2026.d.ts +9 -0
- package/dist/google-voice-2026.js +21 -0
- package/dist/index.cjs +30 -2
- package/dist/index.d.ts +15 -1
- package/dist/index.js +15 -1
- package/dist/intercontinental.cjs +1 -1
- package/dist/intercontinental.js +1 -1
- package/dist/metlife.cjs +1 -1
- package/dist/metlife.js +1 -1
- package/dist/pinecone.cjs +22 -0
- package/dist/pinecone.d.ts +9 -0
- package/dist/pinecone.js +21 -0
- package/dist/punjab-national-bank.cjs +1 -1
- package/dist/punjab-national-bank.js +1 -1
- package/package.json +1 -1
- package/dist/huggingface.cjs +0 -22
- package/dist/huggingface.js +0 -21
package/dist/index.cjs
CHANGED
|
@@ -5942,6 +5942,8 @@ const _gltf = require('./gltf.cjs');
|
|
|
5942
5942
|
exports.Gltf = _gltf.default;
|
|
5943
5943
|
const _gmail = require('./gmail.cjs');
|
|
5944
5944
|
exports.Gmail = _gmail.default;
|
|
5945
|
+
const _gmail_2026 = require('./gmail-2026.cjs');
|
|
5946
|
+
exports.Gmail2026 = _gmail_2026.default;
|
|
5945
5947
|
const _gmx = require('./gmx.cjs');
|
|
5946
5948
|
exports.Gmx = _gmx.default;
|
|
5947
5949
|
const _gnome = require('./gnome.cjs');
|
|
@@ -6008,6 +6010,8 @@ const _google_bigtable = require('./google-bigtable.cjs');
|
|
|
6008
6010
|
exports.GoogleBigtable = _google_bigtable.default;
|
|
6009
6011
|
const _google_calendar = require('./google-calendar.cjs');
|
|
6010
6012
|
exports.GoogleCalendar = _google_calendar.default;
|
|
6013
|
+
const _google_calendar_2026 = require('./google-calendar-2026.cjs');
|
|
6014
|
+
exports.GoogleCalendar2026 = _google_calendar_2026.default;
|
|
6011
6015
|
const _google_campaign_manager_360 = require('./google-campaign-manager-360.cjs');
|
|
6012
6016
|
exports.GoogleCampaignManager360 = _google_campaign_manager_360.default;
|
|
6013
6017
|
const _google_cardboard = require('./google-cardboard.cjs');
|
|
@@ -6016,6 +6020,8 @@ const _google_cast = require('./google-cast.cjs');
|
|
|
6016
6020
|
exports.GoogleCast = _google_cast.default;
|
|
6017
6021
|
const _google_chat = require('./google-chat.cjs');
|
|
6018
6022
|
exports.GoogleChat = _google_chat.default;
|
|
6023
|
+
const _google_chat_2026 = require('./google-chat-2026.cjs');
|
|
6024
|
+
exports.GoogleChat2026 = _google_chat_2026.default;
|
|
6019
6025
|
const _google_chrome = require('./google-chrome.cjs');
|
|
6020
6026
|
exports.GoogleChrome = _google_chrome.default;
|
|
6021
6027
|
const _google_chronicle = require('./google-chronicle.cjs');
|
|
@@ -6042,8 +6048,12 @@ const _google_dataproc = require('./google-dataproc.cjs');
|
|
|
6042
6048
|
exports.GoogleDataproc = _google_dataproc.default;
|
|
6043
6049
|
const _google_docs = require('./google-docs.cjs');
|
|
6044
6050
|
exports.GoogleDocs = _google_docs.default;
|
|
6051
|
+
const _google_docs_2026 = require('./google-docs-2026.cjs');
|
|
6052
|
+
exports.GoogleDocs2026 = _google_docs_2026.default;
|
|
6045
6053
|
const _google_drive = require('./google-drive.cjs');
|
|
6046
6054
|
exports.GoogleDrive = _google_drive.default;
|
|
6055
|
+
const _google_drive_2026 = require('./google-drive-2026.cjs');
|
|
6056
|
+
exports.GoogleDrive2026 = _google_drive_2026.default;
|
|
6047
6057
|
const _google_earth = require('./google-earth.cjs');
|
|
6048
6058
|
exports.GoogleEarth = _google_earth.default;
|
|
6049
6059
|
const _google_earth_engine = require('./google-earth-engine.cjs');
|
|
@@ -6052,6 +6062,8 @@ const _google_fonts = require('./google-fonts.cjs');
|
|
|
6052
6062
|
exports.GoogleFonts = _google_fonts.default;
|
|
6053
6063
|
const _google_forms = require('./google-forms.cjs');
|
|
6054
6064
|
exports.GoogleForms = _google_forms.default;
|
|
6065
|
+
const _google_forms_2026 = require('./google-forms-2026.cjs');
|
|
6066
|
+
exports.GoogleForms2026 = _google_forms_2026.default;
|
|
6055
6067
|
const _google_gemini = require('./google-gemini.cjs');
|
|
6056
6068
|
exports.GoogleGemini = _google_gemini.default;
|
|
6057
6069
|
const _google_home = require('./google-home.cjs');
|
|
@@ -6062,6 +6074,8 @@ const _google_jules = require('./google-jules.cjs');
|
|
|
6062
6074
|
exports.GoogleJules = _google_jules.default;
|
|
6063
6075
|
const _google_keep = require('./google-keep.cjs');
|
|
6064
6076
|
exports.GoogleKeep = _google_keep.default;
|
|
6077
|
+
const _google_keep_2026 = require('./google-keep-2026.cjs');
|
|
6078
|
+
exports.GoogleKeep2026 = _google_keep_2026.default;
|
|
6065
6079
|
const _google_lens = require('./google-lens.cjs');
|
|
6066
6080
|
exports.GoogleLens = _google_lens.default;
|
|
6067
6081
|
const _google_maps = require('./google-maps.cjs');
|
|
@@ -6070,6 +6084,8 @@ const _google_marketing_platform = require('./google-marketing-platform.cjs');
|
|
|
6070
6084
|
exports.GoogleMarketingPlatform = _google_marketing_platform.default;
|
|
6071
6085
|
const _google_meet = require('./google-meet.cjs');
|
|
6072
6086
|
exports.GoogleMeet = _google_meet.default;
|
|
6087
|
+
const _google_meet_2026 = require('./google-meet-2026.cjs');
|
|
6088
|
+
exports.GoogleMeet2026 = _google_meet_2026.default;
|
|
6073
6089
|
const _google_messages = require('./google-messages.cjs');
|
|
6074
6090
|
exports.GoogleMessages = _google_messages.default;
|
|
6075
6091
|
const _google_nearby = require('./google-nearby.cjs');
|
|
@@ -6096,8 +6112,14 @@ const _google_search_console = require('./google-search-console.cjs');
|
|
|
6096
6112
|
exports.GoogleSearchConsole = _google_search_console.default;
|
|
6097
6113
|
const _google_sheets = require('./google-sheets.cjs');
|
|
6098
6114
|
exports.GoogleSheets = _google_sheets.default;
|
|
6115
|
+
const _google_sheets_2026 = require('./google-sheets-2026.cjs');
|
|
6116
|
+
exports.GoogleSheets2026 = _google_sheets_2026.default;
|
|
6117
|
+
const _google_sites_2026 = require('./google-sites-2026.cjs');
|
|
6118
|
+
exports.GoogleSites2026 = _google_sites_2026.default;
|
|
6099
6119
|
const _google_slides = require('./google-slides.cjs');
|
|
6100
6120
|
exports.GoogleSlides = _google_slides.default;
|
|
6121
|
+
const _google_slides_2026 = require('./google-slides-2026.cjs');
|
|
6122
|
+
exports.GoogleSlides2026 = _google_slides_2026.default;
|
|
6101
6123
|
const _google_street_view = require('./google-street-view.cjs');
|
|
6102
6124
|
exports.GoogleStreetView = _google_street_view.default;
|
|
6103
6125
|
const _google_summer_of_code = require('./google-summer-of-code.cjs');
|
|
@@ -6106,10 +6128,16 @@ const _google_tag_manager = require('./google-tag-manager.cjs');
|
|
|
6106
6128
|
exports.GoogleTagManager = _google_tag_manager.default;
|
|
6107
6129
|
const _google_tasks = require('./google-tasks.cjs');
|
|
6108
6130
|
exports.GoogleTasks = _google_tasks.default;
|
|
6131
|
+
const _google_tasks_2026 = require('./google-tasks-2026.cjs');
|
|
6132
|
+
exports.GoogleTasks2026 = _google_tasks_2026.default;
|
|
6109
6133
|
const _google_translate = require('./google-translate.cjs');
|
|
6110
6134
|
exports.GoogleTranslate = _google_translate.default;
|
|
6111
6135
|
const _google_tv = require('./google-tv.cjs');
|
|
6112
6136
|
exports.GoogleTv = _google_tv.default;
|
|
6137
|
+
const _google_vids_2026 = require('./google-vids-2026.cjs');
|
|
6138
|
+
exports.GoogleVids2026 = _google_vids_2026.default;
|
|
6139
|
+
const _google_voice_2026 = require('./google-voice-2026.cjs');
|
|
6140
|
+
exports.GoogleVoice2026 = _google_voice_2026.default;
|
|
6113
6141
|
const _googlecloud = require('./googlecloud.cjs');
|
|
6114
6142
|
exports.Googlecloud = _googlecloud.default;
|
|
6115
6143
|
const _goose_codename = require('./goose-codename.cjs');
|
|
@@ -6444,8 +6472,6 @@ const _hubspot = require('./hubspot.cjs');
|
|
|
6444
6472
|
exports.Hubspot = _hubspot.default;
|
|
6445
6473
|
const _hugging_face = require('./hugging-face.cjs');
|
|
6446
6474
|
exports.HuggingFace = _hugging_face.default;
|
|
6447
|
-
const _huggingface = require('./huggingface.cjs');
|
|
6448
|
-
exports.Huggingface = _huggingface.default;
|
|
6449
6475
|
const _hugo = require('./hugo.cjs');
|
|
6450
6476
|
exports.Hugo = _hugo.default;
|
|
6451
6477
|
const _hulu = require('./hulu.cjs');
|
|
@@ -8794,6 +8820,8 @@ const _pinboard = require('./pinboard.cjs');
|
|
|
8794
8820
|
exports.Pinboard = _pinboard.default;
|
|
8795
8821
|
const _pine_script = require('./pine-script.cjs');
|
|
8796
8822
|
exports.PineScript = _pine_script.default;
|
|
8823
|
+
const _pinecone = require('./pinecone.cjs');
|
|
8824
|
+
exports.Pinecone = _pinecone.default;
|
|
8797
8825
|
const _ping_identity = require('./ping-identity.cjs');
|
|
8798
8826
|
exports.PingIdentity = _ping_identity.default;
|
|
8799
8827
|
const _pingdom = require('./pingdom.cjs');
|
package/dist/index.d.ts
CHANGED
|
@@ -2972,6 +2972,7 @@ export { default as Globus } from './globus.js';
|
|
|
2972
2972
|
export { default as Glovo } from './glovo.js';
|
|
2973
2973
|
export { default as Gltf } from './gltf.js';
|
|
2974
2974
|
export { default as Gmail } from './gmail.js';
|
|
2975
|
+
export { default as Gmail2026 } from './gmail-2026.js';
|
|
2975
2976
|
export { default as Gmx } from './gmx.js';
|
|
2976
2977
|
export { default as Gnome } from './gnome.js';
|
|
2977
2978
|
export { default as GnomeTerminal } from './gnome-terminal.js';
|
|
@@ -3005,10 +3006,12 @@ export { default as GoogleAuthenticator } from './google-authenticator.js';
|
|
|
3005
3006
|
export { default as GoogleBigquery } from './google-bigquery.js';
|
|
3006
3007
|
export { default as GoogleBigtable } from './google-bigtable.js';
|
|
3007
3008
|
export { default as GoogleCalendar } from './google-calendar.js';
|
|
3009
|
+
export { default as GoogleCalendar2026 } from './google-calendar-2026.js';
|
|
3008
3010
|
export { default as GoogleCampaignManager360 } from './google-campaign-manager-360.js';
|
|
3009
3011
|
export { default as GoogleCardboard } from './google-cardboard.js';
|
|
3010
3012
|
export { default as GoogleCast } from './google-cast.js';
|
|
3011
3013
|
export { default as GoogleChat } from './google-chat.js';
|
|
3014
|
+
export { default as GoogleChat2026 } from './google-chat-2026.js';
|
|
3012
3015
|
export { default as GoogleChrome } from './google-chrome.js';
|
|
3013
3016
|
export { default as GoogleChronicle } from './google-chronicle.js';
|
|
3014
3017
|
export { default as GoogleClassroom } from './google-classroom.js';
|
|
@@ -3022,20 +3025,25 @@ export { default as GoogleContainerOptimizedOs } from './google-container-optimi
|
|
|
3022
3025
|
export { default as GoogleDataflow } from './google-dataflow.js';
|
|
3023
3026
|
export { default as GoogleDataproc } from './google-dataproc.js';
|
|
3024
3027
|
export { default as GoogleDocs } from './google-docs.js';
|
|
3028
|
+
export { default as GoogleDocs2026 } from './google-docs-2026.js';
|
|
3025
3029
|
export { default as GoogleDrive } from './google-drive.js';
|
|
3030
|
+
export { default as GoogleDrive2026 } from './google-drive-2026.js';
|
|
3026
3031
|
export { default as GoogleEarth } from './google-earth.js';
|
|
3027
3032
|
export { default as GoogleEarthEngine } from './google-earth-engine.js';
|
|
3028
3033
|
export { default as GoogleFonts } from './google-fonts.js';
|
|
3029
3034
|
export { default as GoogleForms } from './google-forms.js';
|
|
3035
|
+
export { default as GoogleForms2026 } from './google-forms-2026.js';
|
|
3030
3036
|
export { default as GoogleGemini } from './google-gemini.js';
|
|
3031
3037
|
export { default as GoogleHome } from './google-home.js';
|
|
3032
3038
|
export { default as GoogleIdx } from './google-idx.js';
|
|
3033
3039
|
export { default as GoogleJules } from './google-jules.js';
|
|
3034
3040
|
export { default as GoogleKeep } from './google-keep.js';
|
|
3041
|
+
export { default as GoogleKeep2026 } from './google-keep-2026.js';
|
|
3035
3042
|
export { default as GoogleLens } from './google-lens.js';
|
|
3036
3043
|
export { default as GoogleMaps } from './google-maps.js';
|
|
3037
3044
|
export { default as GoogleMarketingPlatform } from './google-marketing-platform.js';
|
|
3038
3045
|
export { default as GoogleMeet } from './google-meet.js';
|
|
3046
|
+
export { default as GoogleMeet2026 } from './google-meet-2026.js';
|
|
3039
3047
|
export { default as GoogleMessages } from './google-messages.js';
|
|
3040
3048
|
export { default as GoogleNearby } from './google-nearby.js';
|
|
3041
3049
|
export { default as GoogleNews } from './google-news.js';
|
|
@@ -3049,13 +3057,19 @@ export { default as GooglePubSub } from './google-pub-sub.js';
|
|
|
3049
3057
|
export { default as GoogleScholar } from './google-scholar.js';
|
|
3050
3058
|
export { default as GoogleSearchConsole } from './google-search-console.js';
|
|
3051
3059
|
export { default as GoogleSheets } from './google-sheets.js';
|
|
3060
|
+
export { default as GoogleSheets2026 } from './google-sheets-2026.js';
|
|
3061
|
+
export { default as GoogleSites2026 } from './google-sites-2026.js';
|
|
3052
3062
|
export { default as GoogleSlides } from './google-slides.js';
|
|
3063
|
+
export { default as GoogleSlides2026 } from './google-slides-2026.js';
|
|
3053
3064
|
export { default as GoogleStreetView } from './google-street-view.js';
|
|
3054
3065
|
export { default as GoogleSummerOfCode } from './google-summer-of-code.js';
|
|
3055
3066
|
export { default as GoogleTagManager } from './google-tag-manager.js';
|
|
3056
3067
|
export { default as GoogleTasks } from './google-tasks.js';
|
|
3068
|
+
export { default as GoogleTasks2026 } from './google-tasks-2026.js';
|
|
3057
3069
|
export { default as GoogleTranslate } from './google-translate.js';
|
|
3058
3070
|
export { default as GoogleTv } from './google-tv.js';
|
|
3071
|
+
export { default as GoogleVids2026 } from './google-vids-2026.js';
|
|
3072
|
+
export { default as GoogleVoice2026 } from './google-voice-2026.js';
|
|
3059
3073
|
export { default as Googlecloud } from './googlecloud.js';
|
|
3060
3074
|
export { default as GooseCodename } from './goose-codename.js';
|
|
3061
3075
|
export { default as Gotomeeting } from './gotomeeting.js';
|
|
@@ -3223,7 +3237,6 @@ export { default as Huawei } from './huawei.js';
|
|
|
3223
3237
|
export { default as Huaweicloud } from './huaweicloud.js';
|
|
3224
3238
|
export { default as Hubspot } from './hubspot.js';
|
|
3225
3239
|
export { default as HuggingFace } from './hugging-face.js';
|
|
3226
|
-
export { default as Huggingface } from './huggingface.js';
|
|
3227
3240
|
export { default as Hugo } from './hugo.js';
|
|
3228
3241
|
export { default as Hulu } from './hulu.js';
|
|
3229
3242
|
export { default as HumbleBundle } from './humble-bundle.js';
|
|
@@ -4398,6 +4411,7 @@ export { default as Pika } from './pika.js';
|
|
|
4398
4411
|
export { default as Pimcore } from './pimcore.js';
|
|
4399
4412
|
export { default as Pinboard } from './pinboard.js';
|
|
4400
4413
|
export { default as PineScript } from './pine-script.js';
|
|
4414
|
+
export { default as Pinecone } from './pinecone.js';
|
|
4401
4415
|
export { default as PingIdentity } from './ping-identity.js';
|
|
4402
4416
|
export { default as Pingdom } from './pingdom.js';
|
|
4403
4417
|
export { default as Pinia } from './pinia.js';
|
package/dist/index.js
CHANGED
|
@@ -2970,6 +2970,7 @@ export { default as Globus } from './globus.js';
|
|
|
2970
2970
|
export { default as Glovo } from './glovo.js';
|
|
2971
2971
|
export { default as Gltf } from './gltf.js';
|
|
2972
2972
|
export { default as Gmail } from './gmail.js';
|
|
2973
|
+
export { default as Gmail2026 } from './gmail-2026.js';
|
|
2973
2974
|
export { default as Gmx } from './gmx.js';
|
|
2974
2975
|
export { default as Gnome } from './gnome.js';
|
|
2975
2976
|
export { default as GnomeTerminal } from './gnome-terminal.js';
|
|
@@ -3003,10 +3004,12 @@ export { default as GoogleAuthenticator } from './google-authenticator.js';
|
|
|
3003
3004
|
export { default as GoogleBigquery } from './google-bigquery.js';
|
|
3004
3005
|
export { default as GoogleBigtable } from './google-bigtable.js';
|
|
3005
3006
|
export { default as GoogleCalendar } from './google-calendar.js';
|
|
3007
|
+
export { default as GoogleCalendar2026 } from './google-calendar-2026.js';
|
|
3006
3008
|
export { default as GoogleCampaignManager360 } from './google-campaign-manager-360.js';
|
|
3007
3009
|
export { default as GoogleCardboard } from './google-cardboard.js';
|
|
3008
3010
|
export { default as GoogleCast } from './google-cast.js';
|
|
3009
3011
|
export { default as GoogleChat } from './google-chat.js';
|
|
3012
|
+
export { default as GoogleChat2026 } from './google-chat-2026.js';
|
|
3010
3013
|
export { default as GoogleChrome } from './google-chrome.js';
|
|
3011
3014
|
export { default as GoogleChronicle } from './google-chronicle.js';
|
|
3012
3015
|
export { default as GoogleClassroom } from './google-classroom.js';
|
|
@@ -3020,20 +3023,25 @@ export { default as GoogleContainerOptimizedOs } from './google-container-optimi
|
|
|
3020
3023
|
export { default as GoogleDataflow } from './google-dataflow.js';
|
|
3021
3024
|
export { default as GoogleDataproc } from './google-dataproc.js';
|
|
3022
3025
|
export { default as GoogleDocs } from './google-docs.js';
|
|
3026
|
+
export { default as GoogleDocs2026 } from './google-docs-2026.js';
|
|
3023
3027
|
export { default as GoogleDrive } from './google-drive.js';
|
|
3028
|
+
export { default as GoogleDrive2026 } from './google-drive-2026.js';
|
|
3024
3029
|
export { default as GoogleEarth } from './google-earth.js';
|
|
3025
3030
|
export { default as GoogleEarthEngine } from './google-earth-engine.js';
|
|
3026
3031
|
export { default as GoogleFonts } from './google-fonts.js';
|
|
3027
3032
|
export { default as GoogleForms } from './google-forms.js';
|
|
3033
|
+
export { default as GoogleForms2026 } from './google-forms-2026.js';
|
|
3028
3034
|
export { default as GoogleGemini } from './google-gemini.js';
|
|
3029
3035
|
export { default as GoogleHome } from './google-home.js';
|
|
3030
3036
|
export { default as GoogleIdx } from './google-idx.js';
|
|
3031
3037
|
export { default as GoogleJules } from './google-jules.js';
|
|
3032
3038
|
export { default as GoogleKeep } from './google-keep.js';
|
|
3039
|
+
export { default as GoogleKeep2026 } from './google-keep-2026.js';
|
|
3033
3040
|
export { default as GoogleLens } from './google-lens.js';
|
|
3034
3041
|
export { default as GoogleMaps } from './google-maps.js';
|
|
3035
3042
|
export { default as GoogleMarketingPlatform } from './google-marketing-platform.js';
|
|
3036
3043
|
export { default as GoogleMeet } from './google-meet.js';
|
|
3044
|
+
export { default as GoogleMeet2026 } from './google-meet-2026.js';
|
|
3037
3045
|
export { default as GoogleMessages } from './google-messages.js';
|
|
3038
3046
|
export { default as GoogleNearby } from './google-nearby.js';
|
|
3039
3047
|
export { default as GoogleNews } from './google-news.js';
|
|
@@ -3047,13 +3055,19 @@ export { default as GooglePubSub } from './google-pub-sub.js';
|
|
|
3047
3055
|
export { default as GoogleScholar } from './google-scholar.js';
|
|
3048
3056
|
export { default as GoogleSearchConsole } from './google-search-console.js';
|
|
3049
3057
|
export { default as GoogleSheets } from './google-sheets.js';
|
|
3058
|
+
export { default as GoogleSheets2026 } from './google-sheets-2026.js';
|
|
3059
|
+
export { default as GoogleSites2026 } from './google-sites-2026.js';
|
|
3050
3060
|
export { default as GoogleSlides } from './google-slides.js';
|
|
3061
|
+
export { default as GoogleSlides2026 } from './google-slides-2026.js';
|
|
3051
3062
|
export { default as GoogleStreetView } from './google-street-view.js';
|
|
3052
3063
|
export { default as GoogleSummerOfCode } from './google-summer-of-code.js';
|
|
3053
3064
|
export { default as GoogleTagManager } from './google-tag-manager.js';
|
|
3054
3065
|
export { default as GoogleTasks } from './google-tasks.js';
|
|
3066
|
+
export { default as GoogleTasks2026 } from './google-tasks-2026.js';
|
|
3055
3067
|
export { default as GoogleTranslate } from './google-translate.js';
|
|
3056
3068
|
export { default as GoogleTv } from './google-tv.js';
|
|
3069
|
+
export { default as GoogleVids2026 } from './google-vids-2026.js';
|
|
3070
|
+
export { default as GoogleVoice2026 } from './google-voice-2026.js';
|
|
3057
3071
|
export { default as Googlecloud } from './googlecloud.js';
|
|
3058
3072
|
export { default as GooseCodename } from './goose-codename.js';
|
|
3059
3073
|
export { default as Gotomeeting } from './gotomeeting.js';
|
|
@@ -3221,7 +3235,6 @@ export { default as Huawei } from './huawei.js';
|
|
|
3221
3235
|
export { default as Huaweicloud } from './huaweicloud.js';
|
|
3222
3236
|
export { default as Hubspot } from './hubspot.js';
|
|
3223
3237
|
export { default as HuggingFace } from './hugging-face.js';
|
|
3224
|
-
export { default as Huggingface } from './huggingface.js';
|
|
3225
3238
|
export { default as Hugo } from './hugo.js';
|
|
3226
3239
|
export { default as Hulu } from './hulu.js';
|
|
3227
3240
|
export { default as HumbleBundle } from './humble-bundle.js';
|
|
@@ -4396,6 +4409,7 @@ export { default as Pika } from './pika.js';
|
|
|
4396
4409
|
export { default as Pimcore } from './pimcore.js';
|
|
4397
4410
|
export { default as Pinboard } from './pinboard.js';
|
|
4398
4411
|
export { default as PineScript } from './pine-script.js';
|
|
4412
|
+
export { default as Pinecone } from './pinecone.js';
|
|
4399
4413
|
export { default as PingIdentity } from './ping-identity.js';
|
|
4400
4414
|
export { default as Pingdom } from './pingdom.js';
|
|
4401
4415
|
export { default as Pinia } from './pinia.js';
|
|
@@ -10,7 +10,7 @@ const Intercontinental = react_1.forwardRef(function Intercontinental({ viewBox
|
|
|
10
10
|
return react_1.createElement(
|
|
11
11
|
'svg',
|
|
12
12
|
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
13
|
-
...["]>",{"type":"defs","props":{},"children":[]},{"type":"path","props":{"fill":"#D81921","d":"M0.022,59.624v-0.671H0.64v-4.766c0-0.166-0.082-0.249-0.256-0.249H0v-0.67h2.344v0.67H1.713v4.767 c0,0.176,0.115,0.248,0.258,0.248h0.393v0.671H0.022 M6.058,59.624h2.053v-0.599H7.8c-0.143,0-0.236-0.061-0.236-0.227v-2.579 c0-0.433-0.063-0.816-0.278-1.073c-0.228-0.28-0.568-0.385-0.94-0.385c-0.557,0-1.104,0.241-1.486,0.611v-0.309 c0-0.176-0.082-0.239-0.248-0.239c-0.328,0-0.866,0.074-1.413,0.074l0.124,0.608H3.89v3.519H3.354v0.599h2.053v-0.599H5.108 c-0.186,0-0.248-0.083-0.248-0.259v-2.661c0.299-0.247,0.722-0.496,1.125-0.496c0.423,0,0.608,0.226,0.608,0.692v2.724H6.058V59.624 z M10.659,59.747c0.301,0,0.599-0.084,0.836-0.186v-0.639c-0.164,0.062-0.402,0.103-0.588,0.103c-0.453,0-0.691-0.216-0.691-0.958 v-2.561h1.042l-0.124-0.608h-0.939v-1.177l-0.763,0.135c-0.135,0.019-0.186,0.114-0.186,0.298v0.744H8.658v0.608h0.588v2.509 c0,0.514,0.041,0.886,0.227,1.186C9.72,59.593,10.154,59.747,10.659,59.747z M14.219,55.497c0.454,0,0.795,0.371,0.795,1.154 l-0.01,0.176h-1.817C13.27,55.971,13.641,55.497,14.219,55.497z M16.015,57.395c0.01-0.092,0.01-0.217,0.01-0.309 c0-1.632-0.866-2.325-1.796-2.325c-0.607,0-1.093,0.23-1.433,0.591c-0.443,0.463-0.66,1.166-0.66,1.928 c0,1.353,0.568,2.478,2.052,2.478c0.672,0,1.228-0.289,1.621-0.692L15.5,58.602c-0.291,0.237-0.671,0.434-1.105,0.434 c-0.671,0-1.208-0.547-1.228-1.641H16.015z M19.564,55.589c0.114,0,0.227,0,0.363,0.02v-0.558c0-0.204-0.125-0.29-0.301-0.29 c-0.587,0-0.856,0.26-1.259,0.653v-0.351c0-0.165-0.082-0.239-0.247-0.239c-0.33,0-0.867,0.074-1.413,0.074l0.124,0.608h0.567v3.519 h-0.537v0.599h2.053v-0.599h-0.299c-0.165,0-0.248-0.083-0.248-0.259v-2.649C18.604,55.868,18.945,55.599,19.564,55.589z M22.97,59.737c0.805,0,1.588-0.363,2.093-0.836l-0.299-0.567c-0.412,0.299-0.97,0.588-1.567,0.588 c-0.992,0-1.662-0.733-1.662-2.559c0-1.361,0.547-2.415,1.599-2.415c0.629,0,1.033,0.382,1.115,0.918l0.051,0.352 c0.031,0.196,0.155,0.247,0.3,0.247h0.32v-2.197h-0.537l-0.052,0.361c-0.268-0.27-0.722-0.486-1.31-0.486 c-1.61,0-2.631,1.405-2.631,3.384C20.39,58.614,21.401,59.737,22.97,59.737z M27.871,55.506c0.918,0,1.011,1.061,1.011,1.747 c0,0.71-0.093,1.763-1.042,1.763c-0.908,0-1.022-1.064-1.022-1.746C26.818,56.558,26.932,55.506,27.871,55.506z M27.84,59.758 c1.496,0,2.073-1.189,2.073-2.538c0-1.362-0.556-2.459-2.053-2.459c-1.495,0-2.073,1.169-2.073,2.52 C25.787,58.633,26.343,59.758,27.84,59.758z M33.443,59.624h2.053v-0.599h-0.31c-0.144,0-0.238-0.061-0.238-0.227v-2.579 c0-0.433-0.061-0.816-0.278-1.073c-0.226-0.28-0.568-0.385-0.94-0.385c-0.555,0-1.103,0.241-1.484,0.611v-0.309 c0-0.176-0.082-0.239-0.248-0.239c-0.33,0-0.868,0.074-1.413,0.074l0.123,0.608h0.567v3.519h-0.536v0.599h2.053v-0.599h-0.298 c-0.187,0-0.248-0.083-0.248-0.259v-2.661c0.299-0.247,0.721-0.496,1.124-0.496c0.422,0,0.609,0.226,0.609,0.692v2.724h-0.536 V59.624z M38.044,59.747c0.3,0,0.599-0.084,0.835-0.186v-0.639c-0.164,0.062-0.401,0.103-0.587,0.103 c-0.454,0-0.691-0.216-0.691-0.958v-2.561h1.042l-0.125-0.608H37.58v-1.177l-0.764,0.135c-0.133,0.019-0.186,0.114-0.186,0.298 v0.744h-0.587v0.608h0.587v2.509c0,0.514,0.042,0.886,0.227,1.186C37.106,59.593,37.539,59.747,38.044,59.747z M40.603,54.134 c0.32,0,0.589-0.259,0.589-0.577c0-0.321-0.269-0.578-0.589-0.578c-0.319,0-0.578,0.257-0.578,0.578 C40.025,53.875,40.284,54.134,40.603,54.134z M39.603,59.624h2.053v-0.599h-0.3c-0.186,0-0.248-0.083-0.248-0.259v-3.703 c0-0.165-0.082-0.239-0.248-0.239c-0.33,0-0.865,0.074-1.413,0.074l0.125,0.608h0.568v3.519h-0.537V59.624z M45.175,59.624h2.053 v-0.599h-0.311c-0.143,0-0.236-0.061-0.236-0.227v-2.579c0-0.433-0.062-0.816-0.279-1.073c-0.226-0.28-0.568-0.385-0.939-0.385 c-0.558,0-1.103,0.241-1.486,0.611v-0.309c0-0.176-0.083-0.239-0.247-0.239c-0.33,0-0.867,0.074-1.415,0.074l0.124,0.608h0.568 v3.519h-0.536v0.599h2.053v-0.599h-0.299c-0.185,0-0.248-0.083-0.248-0.259v-2.661c0.299-0.247,0.722-0.496,1.125-0.496 c0.422,0,0.609,0.226,0.609,0.692v2.724h-0.536V59.624z M50.044,55.497c0.456,0,0.795,0.371,0.795,1.154l-0.01,0.176h-1.816 C49.095,55.971,49.467,55.497,50.044,55.497z M51.84,57.395c0.011-0.092,0.011-0.216,0.011-0.309c0-1.632-0.868-2.325-1.797-2.325 c-0.607,0-1.093,0.23-1.433,0.591c-0.445,0.463-0.66,1.166-0.66,1.929c0,1.352,0.568,2.477,2.054,2.477 c0.67,0,1.227-0.289,1.618-0.691l-0.308-0.465c-0.289,0.237-0.672,0.434-1.104,0.434c-0.672,0-1.208-0.547-1.228-1.641H51.84z M55.391,59.624h2.051v-0.599h-0.31c-0.142,0-0.237-0.061-0.237-0.227v-2.579c0-0.433-0.06-0.816-0.277-1.073 c-0.228-0.28-0.568-0.385-0.94-0.385c-0.557,0-1.104,0.241-1.485,0.611v-0.309c0-0.176-0.083-0.239-0.249-0.239 c-0.328,0-0.867,0.074-1.413,0.074l0.123,0.608h0.568v3.519h-0.536v0.599h2.052v-0.599H54.44c-0.185,0-0.247-0.083-0.247-0.259 v-2.661c0.298-0.247,0.721-0.496,1.125-0.496c0.422,0,0.608,0.226,0.608,0.692v2.724h-0.535V59.624z M59.991,59.747 c0.299,0,0.598-0.084,0.836-0.186v-0.639c-0.164,0.062-0.402,0.103-0.587,0.103c-0.456,0-0.693-0.216-0.693-0.958v-2.561h1.042 l-0.122-0.608h-0.94v-1.177l-0.763,0.135c-0.135,0.019-0.186,0.114-0.186,0.298v0.744h-0.589v0.608h0.589v2.509 c0,0.514,0.041,0.886,0.225,1.186C59.052,59.593,59.487,59.747,59.991,59.747z M63.964,57.27v1.373 c-0.165,0.206-0.464,0.362-0.775,0.362c-0.505,0-0.732-0.34-0.732-0.775C62.457,57.549,63.064,57.281,63.964,57.27z M64.737,59.624 h0.805v-0.599H65.17c-0.153,0-0.235-0.072-0.235-0.249v-2.34c0-1.323-0.735-1.675-1.714-1.675c-0.372,0-0.888,0.095-1.403,0.344 v0.681c0.393-0.197,0.846-0.332,1.279-0.332c0.289,0,0.597,0.093,0.733,0.331c0.094,0.165,0.134,0.393,0.134,0.733v0.133 c-1.332,0-2.508,0.444-2.508,1.662c0,0.907,0.579,1.445,1.487,1.445c0.505,0,0.908-0.249,1.145-0.485 C64.191,59.532,64.438,59.624,64.737,59.624z M66.245,59.624h2.052v-0.599h-0.3c-0.184,0-0.246-0.083-0.246-0.259v-6.014 c0-0.166-0.082-0.238-0.247-0.238c-0.332,0-0.869,0.072-1.416,0.072l0.125,0.609h0.567v5.83h-0.535V59.624z M74.592,59.624h2.342 v-0.671H76.54c-0.143,0-0.257-0.072-0.257-0.248v-4.767h0.631v-0.67H74.57v0.67h0.383c0.175,0,0.256,0.083,0.256,0.249v1.907h-2.372 v-2.156h0.63v-0.67h-2.343v0.67h0.383c0.176,0,0.258,0.083,0.258,0.249v4.766h-0.62v0.671h2.344v-0.671h-0.394 c-0.143,0-0.258-0.072-0.258-0.248v-1.878h2.372v2.126h-0.617V59.624z M79.905,55.506c0.919,0,1.012,1.061,1.012,1.747 c0,0.71-0.093,1.763-1.042,1.763c-0.909,0-1.022-1.064-1.022-1.746C78.853,56.558,78.966,55.506,79.905,55.506z M79.875,59.758 c1.495,0,2.074-1.189,2.074-2.538c0-1.362-0.557-2.459-2.053-2.459c-1.497,0-2.075,1.169-2.075,2.52 C77.821,58.633,78.379,59.758,79.875,59.758z M84.508,59.747c0.298,0,0.599-0.084,0.835-0.186v-0.639 c-0.165,0.062-0.402,0.103-0.587,0.103c-0.455,0-0.692-0.216-0.692-0.958v-2.561h1.043l-0.125-0.608h-0.937v-1.177l-0.764,0.135 c-0.135,0.019-0.187,0.114-0.187,0.298v0.744h-0.588v0.608h0.588v2.509c0,0.514,0.041,0.886,0.227,1.186 C83.569,59.593,84.003,59.747,84.508,59.747z M88.067,55.497c0.454,0,0.794,0.371,0.794,1.154l-0.009,0.176h-1.817 C87.118,55.971,87.489,55.497,88.067,55.497z M89.864,57.395c0.009-0.092,0.009-0.216,0.009-0.309c0-1.632-0.866-2.325-1.796-2.325 c-0.608,0-1.094,0.23-1.432,0.591c-0.445,0.463-0.662,1.166-0.662,1.929c0,1.352,0.569,2.477,2.054,2.477 c0.672,0,1.227-0.289,1.621-0.691l-0.311-0.465c-0.29,0.237-0.67,0.434-1.104,0.434c-0.671,0-1.207-0.547-1.227-1.641H89.864z M90.658,59.624h2.051v-0.599h-0.298c-0.186,0-0.248-0.083-0.248-0.259v-6.014c0-0.166-0.081-0.238-0.246-0.238 c-0.331,0-0.866,0.072-1.415,0.072l0.125,0.609h0.568v5.83h-0.537V59.624z M95.31,59.758c1.032,0,1.589-0.65,1.589-1.362 c0-0.67-0.329-1.074-1.093-1.393l-0.642-0.268c-0.451-0.197-0.668-0.392-0.668-0.712c0-0.352,0.237-0.609,0.7-0.609 c0.497,0,0.806,0.329,0.888,0.805l0.042,0.227c0.022,0.121,0.113,0.196,0.237,0.196h0.331v-1.744h-0.546l-0.042,0.257 c-0.156-0.206-0.526-0.394-1.044-0.394c-0.855,0-1.484,0.548-1.484,1.344c0,0.64,0.309,1.115,1.062,1.403l0.639,0.248 c0.455,0.175,0.681,0.37,0.681,0.712c0,0.308-0.259,0.599-0.805,0.599c-0.515,0-0.887-0.291-0.959-0.774l-0.042-0.268 c-0.02-0.125-0.113-0.197-0.237-0.197h-0.351v1.796h0.547l0.032-0.29C94.372,59.581,94.824,59.758,95.31,59.758z M104.577,57.29 h0.514v-0.618h-2.187v0.618h0.351c0.177,0,0.247,0.032,0.247,0.259v1.116c-0.236,0.155-0.587,0.299-1.041,0.299 c-0.959,0-1.662-0.775-1.662-2.488c0-1.661,0.764-2.528,1.746-2.528c0.585,0,1.051,0.288,1.174,0.774l0.114,0.424 c0.042,0.134,0.146,0.246,0.259,0.246h0.351v-2.124h-0.547l-0.071,0.39c-0.218-0.246-0.704-0.515-1.384-0.515 c-1.476,0-2.786,1.146-2.786,3.395c0,1.919,0.929,3.199,2.588,3.199c0.578,0,1.209-0.228,1.466-0.413l0.175,0.3h0.693V57.29z M108.569,55.589c0.114,0,0.229,0,0.362,0.02v-0.558c0-0.204-0.124-0.29-0.299-0.29c-0.588,0-0.857,0.26-1.26,0.653v-0.351 c0-0.165-0.082-0.239-0.246-0.239c-0.331,0-0.868,0.074-1.414,0.074l0.124,0.608h0.567v3.519h-0.537v0.599h2.054v-0.599h-0.299 c-0.166,0-0.249-0.083-0.249-0.259v-2.649C107.612,55.868,107.951,55.599,108.569,55.589z M111.469,55.506 c0.919,0,1.012,1.061,1.012,1.747c0,0.71-0.093,1.763-1.042,1.763c-0.909,0-1.022-1.064-1.022-1.746 C110.417,56.558,110.53,55.506,111.469,55.506z M111.439,59.758c1.496,0,2.075-1.189,2.075-2.538c0-1.362-0.56-2.459-2.055-2.459 c-1.498,0-2.073,1.169-2.073,2.52C109.386,58.633,109.942,59.758,111.439,59.758z M118.38,59.624h0.726v-0.599h-0.331 c-0.176,0-0.299-0.083-0.299-0.29v-3.672c0-0.165-0.082-0.239-0.248-0.239c-0.32,0-0.857,0.074-1.414,0.074l0.124,0.608h0.569v2.909 c-0.3,0.25-0.723,0.496-1.126,0.496c-0.423,0-0.608-0.227-0.608-0.69v-3.158c0-0.165-0.083-0.239-0.247-0.239 c-0.321,0-0.859,0.074-1.415,0.074l0.124,0.608h0.568v2.796c0,0.433,0.061,0.816,0.278,1.072c0.228,0.28,0.568,0.384,0.939,0.384 c0.619,0,1.176-0.289,1.579-0.673C117.682,59.501,117.991,59.624,118.38,59.624z M122.272,55.589c0.867,0,1.023,0.949,1.023,1.621 c0,1.34-0.372,1.806-1.064,1.806c-0.475,0-0.886-0.332-0.886-1.023v-1.98C121.644,55.733,121.954,55.589,122.272,55.589z M122.437,59.758c1.229,0,1.889-0.982,1.889-2.538c0-1.477-0.672-2.459-1.711-2.459c-0.393,0-0.859,0.145-1.27,0.498v-0.196 c0-0.176-0.083-0.239-0.247-0.239c-0.332,0-0.867,0.074-1.414,0.074l0.123,0.608h0.568v5.532c0,0.185-0.084,0.257-0.26,0.257h-0.349 v0.63h0.826c0.566,0,0.753-0.319,0.753-0.785v-1.743C121.623,59.633,121.985,59.758,122.437,59.758z"},"children":[]},{"type":"path","props":{"fill":"#DC6233","d":"M56.074,24.294v-1.052c-0.004,0.175-0.012,0.35-0.012,0.526S56.07,24.12,56.074,24.294"},"children":[]},{"type":"path","props":{"fill":"#E15F26","d":"M56.074,8.389V0.972L41.557,0.971c0,0,0,13.139,0,17.167c-3.492,0-7.636,0-11.139,0 c0-4.028,0-17.167,0-17.167H15.885l-0.006,45.238h14.539c0,0,0-14.394,0-18.795c3.503,0,7.647,0,11.139,0c0,4.401,0,18.795,0,18.795 h14.517v-7.088c-3.398-4.135-5.41-9.489-5.41-15.353C50.664,17.905,52.676,12.537,56.074,8.389"},"children":[]},{"type":"path","props":{"fill":"#E77E1D","d":"M73.965,4.81c-10.009,0-17.637,8.213-17.891,18.432V8.389C60.277,3.26,66.604,0,73.895,0 c6.765,0,12.648,2.638,17.022,7.26c-0.751,0.678-3.007,2.579-4.036,3.463C83.53,7.122,79.229,4.81,73.965,4.81 M96.796,21.462 H72.123v4.682h19.209c-0.625,8.499-7.255,16.512-17.367,16.512c-10.009,0-17.637-8.142-17.891-18.362v14.827 c4.203,5.111,10.53,8.355,17.821,8.355c13.193,0,22.972-10.596,22.972-23.708C96.867,22.887,96.867,22.004,96.796,21.462z"},"children":[]},{"type":"path","props":{"fill":"#C5281C","d":"M56.062,23.768c0-0.176,0.008-0.351,0.012-0.526V8.389c-3.398,4.148-5.41,9.516-5.41,15.379 c0,5.864,2.012,11.218,5.41,15.353V24.294C56.07,24.12,56.062,23.944,56.062,23.768"},"children":[]},{"type":"rect","props":{"x":"0.06","y":"0.971","fill":"#D81921","width":"14.387","height":"45.238"},"children":[]}]
|
|
13
|
+
...[{"type":"defs","props":{},"children":[]},{"type":"path","props":{"fill":"#D81921","d":"M0.022,59.624v-0.671H0.64v-4.766c0-0.166-0.082-0.249-0.256-0.249H0v-0.67h2.344v0.67H1.713v4.767 c0,0.176,0.115,0.248,0.258,0.248h0.393v0.671H0.022 M6.058,59.624h2.053v-0.599H7.8c-0.143,0-0.236-0.061-0.236-0.227v-2.579 c0-0.433-0.063-0.816-0.278-1.073c-0.228-0.28-0.568-0.385-0.94-0.385c-0.557,0-1.104,0.241-1.486,0.611v-0.309 c0-0.176-0.082-0.239-0.248-0.239c-0.328,0-0.866,0.074-1.413,0.074l0.124,0.608H3.89v3.519H3.354v0.599h2.053v-0.599H5.108 c-0.186,0-0.248-0.083-0.248-0.259v-2.661c0.299-0.247,0.722-0.496,1.125-0.496c0.423,0,0.608,0.226,0.608,0.692v2.724H6.058V59.624 z M10.659,59.747c0.301,0,0.599-0.084,0.836-0.186v-0.639c-0.164,0.062-0.402,0.103-0.588,0.103c-0.453,0-0.691-0.216-0.691-0.958 v-2.561h1.042l-0.124-0.608h-0.939v-1.177l-0.763,0.135c-0.135,0.019-0.186,0.114-0.186,0.298v0.744H8.658v0.608h0.588v2.509 c0,0.514,0.041,0.886,0.227,1.186C9.72,59.593,10.154,59.747,10.659,59.747z M14.219,55.497c0.454,0,0.795,0.371,0.795,1.154 l-0.01,0.176h-1.817C13.27,55.971,13.641,55.497,14.219,55.497z M16.015,57.395c0.01-0.092,0.01-0.217,0.01-0.309 c0-1.632-0.866-2.325-1.796-2.325c-0.607,0-1.093,0.23-1.433,0.591c-0.443,0.463-0.66,1.166-0.66,1.928 c0,1.353,0.568,2.478,2.052,2.478c0.672,0,1.228-0.289,1.621-0.692L15.5,58.602c-0.291,0.237-0.671,0.434-1.105,0.434 c-0.671,0-1.208-0.547-1.228-1.641H16.015z M19.564,55.589c0.114,0,0.227,0,0.363,0.02v-0.558c0-0.204-0.125-0.29-0.301-0.29 c-0.587,0-0.856,0.26-1.259,0.653v-0.351c0-0.165-0.082-0.239-0.247-0.239c-0.33,0-0.867,0.074-1.413,0.074l0.124,0.608h0.567v3.519 h-0.537v0.599h2.053v-0.599h-0.299c-0.165,0-0.248-0.083-0.248-0.259v-2.649C18.604,55.868,18.945,55.599,19.564,55.589z M22.97,59.737c0.805,0,1.588-0.363,2.093-0.836l-0.299-0.567c-0.412,0.299-0.97,0.588-1.567,0.588 c-0.992,0-1.662-0.733-1.662-2.559c0-1.361,0.547-2.415,1.599-2.415c0.629,0,1.033,0.382,1.115,0.918l0.051,0.352 c0.031,0.196,0.155,0.247,0.3,0.247h0.32v-2.197h-0.537l-0.052,0.361c-0.268-0.27-0.722-0.486-1.31-0.486 c-1.61,0-2.631,1.405-2.631,3.384C20.39,58.614,21.401,59.737,22.97,59.737z M27.871,55.506c0.918,0,1.011,1.061,1.011,1.747 c0,0.71-0.093,1.763-1.042,1.763c-0.908,0-1.022-1.064-1.022-1.746C26.818,56.558,26.932,55.506,27.871,55.506z M27.84,59.758 c1.496,0,2.073-1.189,2.073-2.538c0-1.362-0.556-2.459-2.053-2.459c-1.495,0-2.073,1.169-2.073,2.52 C25.787,58.633,26.343,59.758,27.84,59.758z M33.443,59.624h2.053v-0.599h-0.31c-0.144,0-0.238-0.061-0.238-0.227v-2.579 c0-0.433-0.061-0.816-0.278-1.073c-0.226-0.28-0.568-0.385-0.94-0.385c-0.555,0-1.103,0.241-1.484,0.611v-0.309 c0-0.176-0.082-0.239-0.248-0.239c-0.33,0-0.868,0.074-1.413,0.074l0.123,0.608h0.567v3.519h-0.536v0.599h2.053v-0.599h-0.298 c-0.187,0-0.248-0.083-0.248-0.259v-2.661c0.299-0.247,0.721-0.496,1.124-0.496c0.422,0,0.609,0.226,0.609,0.692v2.724h-0.536 V59.624z M38.044,59.747c0.3,0,0.599-0.084,0.835-0.186v-0.639c-0.164,0.062-0.401,0.103-0.587,0.103 c-0.454,0-0.691-0.216-0.691-0.958v-2.561h1.042l-0.125-0.608H37.58v-1.177l-0.764,0.135c-0.133,0.019-0.186,0.114-0.186,0.298 v0.744h-0.587v0.608h0.587v2.509c0,0.514,0.042,0.886,0.227,1.186C37.106,59.593,37.539,59.747,38.044,59.747z M40.603,54.134 c0.32,0,0.589-0.259,0.589-0.577c0-0.321-0.269-0.578-0.589-0.578c-0.319,0-0.578,0.257-0.578,0.578 C40.025,53.875,40.284,54.134,40.603,54.134z M39.603,59.624h2.053v-0.599h-0.3c-0.186,0-0.248-0.083-0.248-0.259v-3.703 c0-0.165-0.082-0.239-0.248-0.239c-0.33,0-0.865,0.074-1.413,0.074l0.125,0.608h0.568v3.519h-0.537V59.624z M45.175,59.624h2.053 v-0.599h-0.311c-0.143,0-0.236-0.061-0.236-0.227v-2.579c0-0.433-0.062-0.816-0.279-1.073c-0.226-0.28-0.568-0.385-0.939-0.385 c-0.558,0-1.103,0.241-1.486,0.611v-0.309c0-0.176-0.083-0.239-0.247-0.239c-0.33,0-0.867,0.074-1.415,0.074l0.124,0.608h0.568 v3.519h-0.536v0.599h2.053v-0.599h-0.299c-0.185,0-0.248-0.083-0.248-0.259v-2.661c0.299-0.247,0.722-0.496,1.125-0.496 c0.422,0,0.609,0.226,0.609,0.692v2.724h-0.536V59.624z M50.044,55.497c0.456,0,0.795,0.371,0.795,1.154l-0.01,0.176h-1.816 C49.095,55.971,49.467,55.497,50.044,55.497z M51.84,57.395c0.011-0.092,0.011-0.216,0.011-0.309c0-1.632-0.868-2.325-1.797-2.325 c-0.607,0-1.093,0.23-1.433,0.591c-0.445,0.463-0.66,1.166-0.66,1.929c0,1.352,0.568,2.477,2.054,2.477 c0.67,0,1.227-0.289,1.618-0.691l-0.308-0.465c-0.289,0.237-0.672,0.434-1.104,0.434c-0.672,0-1.208-0.547-1.228-1.641H51.84z M55.391,59.624h2.051v-0.599h-0.31c-0.142,0-0.237-0.061-0.237-0.227v-2.579c0-0.433-0.06-0.816-0.277-1.073 c-0.228-0.28-0.568-0.385-0.94-0.385c-0.557,0-1.104,0.241-1.485,0.611v-0.309c0-0.176-0.083-0.239-0.249-0.239 c-0.328,0-0.867,0.074-1.413,0.074l0.123,0.608h0.568v3.519h-0.536v0.599h2.052v-0.599H54.44c-0.185,0-0.247-0.083-0.247-0.259 v-2.661c0.298-0.247,0.721-0.496,1.125-0.496c0.422,0,0.608,0.226,0.608,0.692v2.724h-0.535V59.624z M59.991,59.747 c0.299,0,0.598-0.084,0.836-0.186v-0.639c-0.164,0.062-0.402,0.103-0.587,0.103c-0.456,0-0.693-0.216-0.693-0.958v-2.561h1.042 l-0.122-0.608h-0.94v-1.177l-0.763,0.135c-0.135,0.019-0.186,0.114-0.186,0.298v0.744h-0.589v0.608h0.589v2.509 c0,0.514,0.041,0.886,0.225,1.186C59.052,59.593,59.487,59.747,59.991,59.747z M63.964,57.27v1.373 c-0.165,0.206-0.464,0.362-0.775,0.362c-0.505,0-0.732-0.34-0.732-0.775C62.457,57.549,63.064,57.281,63.964,57.27z M64.737,59.624 h0.805v-0.599H65.17c-0.153,0-0.235-0.072-0.235-0.249v-2.34c0-1.323-0.735-1.675-1.714-1.675c-0.372,0-0.888,0.095-1.403,0.344 v0.681c0.393-0.197,0.846-0.332,1.279-0.332c0.289,0,0.597,0.093,0.733,0.331c0.094,0.165,0.134,0.393,0.134,0.733v0.133 c-1.332,0-2.508,0.444-2.508,1.662c0,0.907,0.579,1.445,1.487,1.445c0.505,0,0.908-0.249,1.145-0.485 C64.191,59.532,64.438,59.624,64.737,59.624z M66.245,59.624h2.052v-0.599h-0.3c-0.184,0-0.246-0.083-0.246-0.259v-6.014 c0-0.166-0.082-0.238-0.247-0.238c-0.332,0-0.869,0.072-1.416,0.072l0.125,0.609h0.567v5.83h-0.535V59.624z M74.592,59.624h2.342 v-0.671H76.54c-0.143,0-0.257-0.072-0.257-0.248v-4.767h0.631v-0.67H74.57v0.67h0.383c0.175,0,0.256,0.083,0.256,0.249v1.907h-2.372 v-2.156h0.63v-0.67h-2.343v0.67h0.383c0.176,0,0.258,0.083,0.258,0.249v4.766h-0.62v0.671h2.344v-0.671h-0.394 c-0.143,0-0.258-0.072-0.258-0.248v-1.878h2.372v2.126h-0.617V59.624z M79.905,55.506c0.919,0,1.012,1.061,1.012,1.747 c0,0.71-0.093,1.763-1.042,1.763c-0.909,0-1.022-1.064-1.022-1.746C78.853,56.558,78.966,55.506,79.905,55.506z M79.875,59.758 c1.495,0,2.074-1.189,2.074-2.538c0-1.362-0.557-2.459-2.053-2.459c-1.497,0-2.075,1.169-2.075,2.52 C77.821,58.633,78.379,59.758,79.875,59.758z M84.508,59.747c0.298,0,0.599-0.084,0.835-0.186v-0.639 c-0.165,0.062-0.402,0.103-0.587,0.103c-0.455,0-0.692-0.216-0.692-0.958v-2.561h1.043l-0.125-0.608h-0.937v-1.177l-0.764,0.135 c-0.135,0.019-0.187,0.114-0.187,0.298v0.744h-0.588v0.608h0.588v2.509c0,0.514,0.041,0.886,0.227,1.186 C83.569,59.593,84.003,59.747,84.508,59.747z M88.067,55.497c0.454,0,0.794,0.371,0.794,1.154l-0.009,0.176h-1.817 C87.118,55.971,87.489,55.497,88.067,55.497z M89.864,57.395c0.009-0.092,0.009-0.216,0.009-0.309c0-1.632-0.866-2.325-1.796-2.325 c-0.608,0-1.094,0.23-1.432,0.591c-0.445,0.463-0.662,1.166-0.662,1.929c0,1.352,0.569,2.477,2.054,2.477 c0.672,0,1.227-0.289,1.621-0.691l-0.311-0.465c-0.29,0.237-0.67,0.434-1.104,0.434c-0.671,0-1.207-0.547-1.227-1.641H89.864z M90.658,59.624h2.051v-0.599h-0.298c-0.186,0-0.248-0.083-0.248-0.259v-6.014c0-0.166-0.081-0.238-0.246-0.238 c-0.331,0-0.866,0.072-1.415,0.072l0.125,0.609h0.568v5.83h-0.537V59.624z M95.31,59.758c1.032,0,1.589-0.65,1.589-1.362 c0-0.67-0.329-1.074-1.093-1.393l-0.642-0.268c-0.451-0.197-0.668-0.392-0.668-0.712c0-0.352,0.237-0.609,0.7-0.609 c0.497,0,0.806,0.329,0.888,0.805l0.042,0.227c0.022,0.121,0.113,0.196,0.237,0.196h0.331v-1.744h-0.546l-0.042,0.257 c-0.156-0.206-0.526-0.394-1.044-0.394c-0.855,0-1.484,0.548-1.484,1.344c0,0.64,0.309,1.115,1.062,1.403l0.639,0.248 c0.455,0.175,0.681,0.37,0.681,0.712c0,0.308-0.259,0.599-0.805,0.599c-0.515,0-0.887-0.291-0.959-0.774l-0.042-0.268 c-0.02-0.125-0.113-0.197-0.237-0.197h-0.351v1.796h0.547l0.032-0.29C94.372,59.581,94.824,59.758,95.31,59.758z M104.577,57.29 h0.514v-0.618h-2.187v0.618h0.351c0.177,0,0.247,0.032,0.247,0.259v1.116c-0.236,0.155-0.587,0.299-1.041,0.299 c-0.959,0-1.662-0.775-1.662-2.488c0-1.661,0.764-2.528,1.746-2.528c0.585,0,1.051,0.288,1.174,0.774l0.114,0.424 c0.042,0.134,0.146,0.246,0.259,0.246h0.351v-2.124h-0.547l-0.071,0.39c-0.218-0.246-0.704-0.515-1.384-0.515 c-1.476,0-2.786,1.146-2.786,3.395c0,1.919,0.929,3.199,2.588,3.199c0.578,0,1.209-0.228,1.466-0.413l0.175,0.3h0.693V57.29z M108.569,55.589c0.114,0,0.229,0,0.362,0.02v-0.558c0-0.204-0.124-0.29-0.299-0.29c-0.588,0-0.857,0.26-1.26,0.653v-0.351 c0-0.165-0.082-0.239-0.246-0.239c-0.331,0-0.868,0.074-1.414,0.074l0.124,0.608h0.567v3.519h-0.537v0.599h2.054v-0.599h-0.299 c-0.166,0-0.249-0.083-0.249-0.259v-2.649C107.612,55.868,107.951,55.599,108.569,55.589z M111.469,55.506 c0.919,0,1.012,1.061,1.012,1.747c0,0.71-0.093,1.763-1.042,1.763c-0.909,0-1.022-1.064-1.022-1.746 C110.417,56.558,110.53,55.506,111.469,55.506z M111.439,59.758c1.496,0,2.075-1.189,2.075-2.538c0-1.362-0.56-2.459-2.055-2.459 c-1.498,0-2.073,1.169-2.073,2.52C109.386,58.633,109.942,59.758,111.439,59.758z M118.38,59.624h0.726v-0.599h-0.331 c-0.176,0-0.299-0.083-0.299-0.29v-3.672c0-0.165-0.082-0.239-0.248-0.239c-0.32,0-0.857,0.074-1.414,0.074l0.124,0.608h0.569v2.909 c-0.3,0.25-0.723,0.496-1.126,0.496c-0.423,0-0.608-0.227-0.608-0.69v-3.158c0-0.165-0.083-0.239-0.247-0.239 c-0.321,0-0.859,0.074-1.415,0.074l0.124,0.608h0.568v2.796c0,0.433,0.061,0.816,0.278,1.072c0.228,0.28,0.568,0.384,0.939,0.384 c0.619,0,1.176-0.289,1.579-0.673C117.682,59.501,117.991,59.624,118.38,59.624z M122.272,55.589c0.867,0,1.023,0.949,1.023,1.621 c0,1.34-0.372,1.806-1.064,1.806c-0.475,0-0.886-0.332-0.886-1.023v-1.98C121.644,55.733,121.954,55.589,122.272,55.589z M122.437,59.758c1.229,0,1.889-0.982,1.889-2.538c0-1.477-0.672-2.459-1.711-2.459c-0.393,0-0.859,0.145-1.27,0.498v-0.196 c0-0.176-0.083-0.239-0.247-0.239c-0.332,0-0.867,0.074-1.414,0.074l0.123,0.608h0.568v5.532c0,0.185-0.084,0.257-0.26,0.257h-0.349 v0.63h0.826c0.566,0,0.753-0.319,0.753-0.785v-1.743C121.623,59.633,121.985,59.758,122.437,59.758z"},"children":[]},{"type":"path","props":{"fill":"#DC6233","d":"M56.074,24.294v-1.052c-0.004,0.175-0.012,0.35-0.012,0.526S56.07,24.12,56.074,24.294"},"children":[]},{"type":"path","props":{"fill":"#E15F26","d":"M56.074,8.389V0.972L41.557,0.971c0,0,0,13.139,0,17.167c-3.492,0-7.636,0-11.139,0 c0-4.028,0-17.167,0-17.167H15.885l-0.006,45.238h14.539c0,0,0-14.394,0-18.795c3.503,0,7.647,0,11.139,0c0,4.401,0,18.795,0,18.795 h14.517v-7.088c-3.398-4.135-5.41-9.489-5.41-15.353C50.664,17.905,52.676,12.537,56.074,8.389"},"children":[]},{"type":"path","props":{"fill":"#E77E1D","d":"M73.965,4.81c-10.009,0-17.637,8.213-17.891,18.432V8.389C60.277,3.26,66.604,0,73.895,0 c6.765,0,12.648,2.638,17.022,7.26c-0.751,0.678-3.007,2.579-4.036,3.463C83.53,7.122,79.229,4.81,73.965,4.81 M96.796,21.462 H72.123v4.682h19.209c-0.625,8.499-7.255,16.512-17.367,16.512c-10.009,0-17.637-8.142-17.891-18.362v14.827 c4.203,5.111,10.53,8.355,17.821,8.355c13.193,0,22.972-10.596,22.972-23.708C96.867,22.887,96.867,22.004,96.796,21.462z"},"children":[]},{"type":"path","props":{"fill":"#C5281C","d":"M56.062,23.768c0-0.176,0.008-0.351,0.012-0.526V8.389c-3.398,4.148-5.41,9.516-5.41,15.379 c0,5.864,2.012,11.218,5.41,15.353V24.294C56.07,24.12,56.062,23.944,56.062,23.768"},"children":[]},{"type":"rect","props":{"x":"0.06","y":"0.971","fill":"#D81921","width":"14.387","height":"45.238"},"children":[]}]
|
|
14
14
|
.map(function _c(el) {
|
|
15
15
|
if (typeof el === 'string') return el;
|
|
16
16
|
return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
|
package/dist/intercontinental.js
CHANGED
|
@@ -8,7 +8,7 @@ const Intercontinental = forwardRef(
|
|
|
8
8
|
return createElement(
|
|
9
9
|
'svg',
|
|
10
10
|
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
11
|
-
...["]>",{"type":"defs","props":{},"children":[]},{"type":"path","props":{"fill":"#D81921","d":"M0.022,59.624v-0.671H0.64v-4.766c0-0.166-0.082-0.249-0.256-0.249H0v-0.67h2.344v0.67H1.713v4.767 c0,0.176,0.115,0.248,0.258,0.248h0.393v0.671H0.022 M6.058,59.624h2.053v-0.599H7.8c-0.143,0-0.236-0.061-0.236-0.227v-2.579 c0-0.433-0.063-0.816-0.278-1.073c-0.228-0.28-0.568-0.385-0.94-0.385c-0.557,0-1.104,0.241-1.486,0.611v-0.309 c0-0.176-0.082-0.239-0.248-0.239c-0.328,0-0.866,0.074-1.413,0.074l0.124,0.608H3.89v3.519H3.354v0.599h2.053v-0.599H5.108 c-0.186,0-0.248-0.083-0.248-0.259v-2.661c0.299-0.247,0.722-0.496,1.125-0.496c0.423,0,0.608,0.226,0.608,0.692v2.724H6.058V59.624 z M10.659,59.747c0.301,0,0.599-0.084,0.836-0.186v-0.639c-0.164,0.062-0.402,0.103-0.588,0.103c-0.453,0-0.691-0.216-0.691-0.958 v-2.561h1.042l-0.124-0.608h-0.939v-1.177l-0.763,0.135c-0.135,0.019-0.186,0.114-0.186,0.298v0.744H8.658v0.608h0.588v2.509 c0,0.514,0.041,0.886,0.227,1.186C9.72,59.593,10.154,59.747,10.659,59.747z M14.219,55.497c0.454,0,0.795,0.371,0.795,1.154 l-0.01,0.176h-1.817C13.27,55.971,13.641,55.497,14.219,55.497z M16.015,57.395c0.01-0.092,0.01-0.217,0.01-0.309 c0-1.632-0.866-2.325-1.796-2.325c-0.607,0-1.093,0.23-1.433,0.591c-0.443,0.463-0.66,1.166-0.66,1.928 c0,1.353,0.568,2.478,2.052,2.478c0.672,0,1.228-0.289,1.621-0.692L15.5,58.602c-0.291,0.237-0.671,0.434-1.105,0.434 c-0.671,0-1.208-0.547-1.228-1.641H16.015z M19.564,55.589c0.114,0,0.227,0,0.363,0.02v-0.558c0-0.204-0.125-0.29-0.301-0.29 c-0.587,0-0.856,0.26-1.259,0.653v-0.351c0-0.165-0.082-0.239-0.247-0.239c-0.33,0-0.867,0.074-1.413,0.074l0.124,0.608h0.567v3.519 h-0.537v0.599h2.053v-0.599h-0.299c-0.165,0-0.248-0.083-0.248-0.259v-2.649C18.604,55.868,18.945,55.599,19.564,55.589z M22.97,59.737c0.805,0,1.588-0.363,2.093-0.836l-0.299-0.567c-0.412,0.299-0.97,0.588-1.567,0.588 c-0.992,0-1.662-0.733-1.662-2.559c0-1.361,0.547-2.415,1.599-2.415c0.629,0,1.033,0.382,1.115,0.918l0.051,0.352 c0.031,0.196,0.155,0.247,0.3,0.247h0.32v-2.197h-0.537l-0.052,0.361c-0.268-0.27-0.722-0.486-1.31-0.486 c-1.61,0-2.631,1.405-2.631,3.384C20.39,58.614,21.401,59.737,22.97,59.737z M27.871,55.506c0.918,0,1.011,1.061,1.011,1.747 c0,0.71-0.093,1.763-1.042,1.763c-0.908,0-1.022-1.064-1.022-1.746C26.818,56.558,26.932,55.506,27.871,55.506z M27.84,59.758 c1.496,0,2.073-1.189,2.073-2.538c0-1.362-0.556-2.459-2.053-2.459c-1.495,0-2.073,1.169-2.073,2.52 C25.787,58.633,26.343,59.758,27.84,59.758z M33.443,59.624h2.053v-0.599h-0.31c-0.144,0-0.238-0.061-0.238-0.227v-2.579 c0-0.433-0.061-0.816-0.278-1.073c-0.226-0.28-0.568-0.385-0.94-0.385c-0.555,0-1.103,0.241-1.484,0.611v-0.309 c0-0.176-0.082-0.239-0.248-0.239c-0.33,0-0.868,0.074-1.413,0.074l0.123,0.608h0.567v3.519h-0.536v0.599h2.053v-0.599h-0.298 c-0.187,0-0.248-0.083-0.248-0.259v-2.661c0.299-0.247,0.721-0.496,1.124-0.496c0.422,0,0.609,0.226,0.609,0.692v2.724h-0.536 V59.624z M38.044,59.747c0.3,0,0.599-0.084,0.835-0.186v-0.639c-0.164,0.062-0.401,0.103-0.587,0.103 c-0.454,0-0.691-0.216-0.691-0.958v-2.561h1.042l-0.125-0.608H37.58v-1.177l-0.764,0.135c-0.133,0.019-0.186,0.114-0.186,0.298 v0.744h-0.587v0.608h0.587v2.509c0,0.514,0.042,0.886,0.227,1.186C37.106,59.593,37.539,59.747,38.044,59.747z M40.603,54.134 c0.32,0,0.589-0.259,0.589-0.577c0-0.321-0.269-0.578-0.589-0.578c-0.319,0-0.578,0.257-0.578,0.578 C40.025,53.875,40.284,54.134,40.603,54.134z M39.603,59.624h2.053v-0.599h-0.3c-0.186,0-0.248-0.083-0.248-0.259v-3.703 c0-0.165-0.082-0.239-0.248-0.239c-0.33,0-0.865,0.074-1.413,0.074l0.125,0.608h0.568v3.519h-0.537V59.624z M45.175,59.624h2.053 v-0.599h-0.311c-0.143,0-0.236-0.061-0.236-0.227v-2.579c0-0.433-0.062-0.816-0.279-1.073c-0.226-0.28-0.568-0.385-0.939-0.385 c-0.558,0-1.103,0.241-1.486,0.611v-0.309c0-0.176-0.083-0.239-0.247-0.239c-0.33,0-0.867,0.074-1.415,0.074l0.124,0.608h0.568 v3.519h-0.536v0.599h2.053v-0.599h-0.299c-0.185,0-0.248-0.083-0.248-0.259v-2.661c0.299-0.247,0.722-0.496,1.125-0.496 c0.422,0,0.609,0.226,0.609,0.692v2.724h-0.536V59.624z M50.044,55.497c0.456,0,0.795,0.371,0.795,1.154l-0.01,0.176h-1.816 C49.095,55.971,49.467,55.497,50.044,55.497z M51.84,57.395c0.011-0.092,0.011-0.216,0.011-0.309c0-1.632-0.868-2.325-1.797-2.325 c-0.607,0-1.093,0.23-1.433,0.591c-0.445,0.463-0.66,1.166-0.66,1.929c0,1.352,0.568,2.477,2.054,2.477 c0.67,0,1.227-0.289,1.618-0.691l-0.308-0.465c-0.289,0.237-0.672,0.434-1.104,0.434c-0.672,0-1.208-0.547-1.228-1.641H51.84z M55.391,59.624h2.051v-0.599h-0.31c-0.142,0-0.237-0.061-0.237-0.227v-2.579c0-0.433-0.06-0.816-0.277-1.073 c-0.228-0.28-0.568-0.385-0.94-0.385c-0.557,0-1.104,0.241-1.485,0.611v-0.309c0-0.176-0.083-0.239-0.249-0.239 c-0.328,0-0.867,0.074-1.413,0.074l0.123,0.608h0.568v3.519h-0.536v0.599h2.052v-0.599H54.44c-0.185,0-0.247-0.083-0.247-0.259 v-2.661c0.298-0.247,0.721-0.496,1.125-0.496c0.422,0,0.608,0.226,0.608,0.692v2.724h-0.535V59.624z M59.991,59.747 c0.299,0,0.598-0.084,0.836-0.186v-0.639c-0.164,0.062-0.402,0.103-0.587,0.103c-0.456,0-0.693-0.216-0.693-0.958v-2.561h1.042 l-0.122-0.608h-0.94v-1.177l-0.763,0.135c-0.135,0.019-0.186,0.114-0.186,0.298v0.744h-0.589v0.608h0.589v2.509 c0,0.514,0.041,0.886,0.225,1.186C59.052,59.593,59.487,59.747,59.991,59.747z M63.964,57.27v1.373 c-0.165,0.206-0.464,0.362-0.775,0.362c-0.505,0-0.732-0.34-0.732-0.775C62.457,57.549,63.064,57.281,63.964,57.27z M64.737,59.624 h0.805v-0.599H65.17c-0.153,0-0.235-0.072-0.235-0.249v-2.34c0-1.323-0.735-1.675-1.714-1.675c-0.372,0-0.888,0.095-1.403,0.344 v0.681c0.393-0.197,0.846-0.332,1.279-0.332c0.289,0,0.597,0.093,0.733,0.331c0.094,0.165,0.134,0.393,0.134,0.733v0.133 c-1.332,0-2.508,0.444-2.508,1.662c0,0.907,0.579,1.445,1.487,1.445c0.505,0,0.908-0.249,1.145-0.485 C64.191,59.532,64.438,59.624,64.737,59.624z M66.245,59.624h2.052v-0.599h-0.3c-0.184,0-0.246-0.083-0.246-0.259v-6.014 c0-0.166-0.082-0.238-0.247-0.238c-0.332,0-0.869,0.072-1.416,0.072l0.125,0.609h0.567v5.83h-0.535V59.624z M74.592,59.624h2.342 v-0.671H76.54c-0.143,0-0.257-0.072-0.257-0.248v-4.767h0.631v-0.67H74.57v0.67h0.383c0.175,0,0.256,0.083,0.256,0.249v1.907h-2.372 v-2.156h0.63v-0.67h-2.343v0.67h0.383c0.176,0,0.258,0.083,0.258,0.249v4.766h-0.62v0.671h2.344v-0.671h-0.394 c-0.143,0-0.258-0.072-0.258-0.248v-1.878h2.372v2.126h-0.617V59.624z M79.905,55.506c0.919,0,1.012,1.061,1.012,1.747 c0,0.71-0.093,1.763-1.042,1.763c-0.909,0-1.022-1.064-1.022-1.746C78.853,56.558,78.966,55.506,79.905,55.506z M79.875,59.758 c1.495,0,2.074-1.189,2.074-2.538c0-1.362-0.557-2.459-2.053-2.459c-1.497,0-2.075,1.169-2.075,2.52 C77.821,58.633,78.379,59.758,79.875,59.758z M84.508,59.747c0.298,0,0.599-0.084,0.835-0.186v-0.639 c-0.165,0.062-0.402,0.103-0.587,0.103c-0.455,0-0.692-0.216-0.692-0.958v-2.561h1.043l-0.125-0.608h-0.937v-1.177l-0.764,0.135 c-0.135,0.019-0.187,0.114-0.187,0.298v0.744h-0.588v0.608h0.588v2.509c0,0.514,0.041,0.886,0.227,1.186 C83.569,59.593,84.003,59.747,84.508,59.747z M88.067,55.497c0.454,0,0.794,0.371,0.794,1.154l-0.009,0.176h-1.817 C87.118,55.971,87.489,55.497,88.067,55.497z M89.864,57.395c0.009-0.092,0.009-0.216,0.009-0.309c0-1.632-0.866-2.325-1.796-2.325 c-0.608,0-1.094,0.23-1.432,0.591c-0.445,0.463-0.662,1.166-0.662,1.929c0,1.352,0.569,2.477,2.054,2.477 c0.672,0,1.227-0.289,1.621-0.691l-0.311-0.465c-0.29,0.237-0.67,0.434-1.104,0.434c-0.671,0-1.207-0.547-1.227-1.641H89.864z M90.658,59.624h2.051v-0.599h-0.298c-0.186,0-0.248-0.083-0.248-0.259v-6.014c0-0.166-0.081-0.238-0.246-0.238 c-0.331,0-0.866,0.072-1.415,0.072l0.125,0.609h0.568v5.83h-0.537V59.624z M95.31,59.758c1.032,0,1.589-0.65,1.589-1.362 c0-0.67-0.329-1.074-1.093-1.393l-0.642-0.268c-0.451-0.197-0.668-0.392-0.668-0.712c0-0.352,0.237-0.609,0.7-0.609 c0.497,0,0.806,0.329,0.888,0.805l0.042,0.227c0.022,0.121,0.113,0.196,0.237,0.196h0.331v-1.744h-0.546l-0.042,0.257 c-0.156-0.206-0.526-0.394-1.044-0.394c-0.855,0-1.484,0.548-1.484,1.344c0,0.64,0.309,1.115,1.062,1.403l0.639,0.248 c0.455,0.175,0.681,0.37,0.681,0.712c0,0.308-0.259,0.599-0.805,0.599c-0.515,0-0.887-0.291-0.959-0.774l-0.042-0.268 c-0.02-0.125-0.113-0.197-0.237-0.197h-0.351v1.796h0.547l0.032-0.29C94.372,59.581,94.824,59.758,95.31,59.758z M104.577,57.29 h0.514v-0.618h-2.187v0.618h0.351c0.177,0,0.247,0.032,0.247,0.259v1.116c-0.236,0.155-0.587,0.299-1.041,0.299 c-0.959,0-1.662-0.775-1.662-2.488c0-1.661,0.764-2.528,1.746-2.528c0.585,0,1.051,0.288,1.174,0.774l0.114,0.424 c0.042,0.134,0.146,0.246,0.259,0.246h0.351v-2.124h-0.547l-0.071,0.39c-0.218-0.246-0.704-0.515-1.384-0.515 c-1.476,0-2.786,1.146-2.786,3.395c0,1.919,0.929,3.199,2.588,3.199c0.578,0,1.209-0.228,1.466-0.413l0.175,0.3h0.693V57.29z M108.569,55.589c0.114,0,0.229,0,0.362,0.02v-0.558c0-0.204-0.124-0.29-0.299-0.29c-0.588,0-0.857,0.26-1.26,0.653v-0.351 c0-0.165-0.082-0.239-0.246-0.239c-0.331,0-0.868,0.074-1.414,0.074l0.124,0.608h0.567v3.519h-0.537v0.599h2.054v-0.599h-0.299 c-0.166,0-0.249-0.083-0.249-0.259v-2.649C107.612,55.868,107.951,55.599,108.569,55.589z M111.469,55.506 c0.919,0,1.012,1.061,1.012,1.747c0,0.71-0.093,1.763-1.042,1.763c-0.909,0-1.022-1.064-1.022-1.746 C110.417,56.558,110.53,55.506,111.469,55.506z M111.439,59.758c1.496,0,2.075-1.189,2.075-2.538c0-1.362-0.56-2.459-2.055-2.459 c-1.498,0-2.073,1.169-2.073,2.52C109.386,58.633,109.942,59.758,111.439,59.758z M118.38,59.624h0.726v-0.599h-0.331 c-0.176,0-0.299-0.083-0.299-0.29v-3.672c0-0.165-0.082-0.239-0.248-0.239c-0.32,0-0.857,0.074-1.414,0.074l0.124,0.608h0.569v2.909 c-0.3,0.25-0.723,0.496-1.126,0.496c-0.423,0-0.608-0.227-0.608-0.69v-3.158c0-0.165-0.083-0.239-0.247-0.239 c-0.321,0-0.859,0.074-1.415,0.074l0.124,0.608h0.568v2.796c0,0.433,0.061,0.816,0.278,1.072c0.228,0.28,0.568,0.384,0.939,0.384 c0.619,0,1.176-0.289,1.579-0.673C117.682,59.501,117.991,59.624,118.38,59.624z M122.272,55.589c0.867,0,1.023,0.949,1.023,1.621 c0,1.34-0.372,1.806-1.064,1.806c-0.475,0-0.886-0.332-0.886-1.023v-1.98C121.644,55.733,121.954,55.589,122.272,55.589z M122.437,59.758c1.229,0,1.889-0.982,1.889-2.538c0-1.477-0.672-2.459-1.711-2.459c-0.393,0-0.859,0.145-1.27,0.498v-0.196 c0-0.176-0.083-0.239-0.247-0.239c-0.332,0-0.867,0.074-1.414,0.074l0.123,0.608h0.568v5.532c0,0.185-0.084,0.257-0.26,0.257h-0.349 v0.63h0.826c0.566,0,0.753-0.319,0.753-0.785v-1.743C121.623,59.633,121.985,59.758,122.437,59.758z"},"children":[]},{"type":"path","props":{"fill":"#DC6233","d":"M56.074,24.294v-1.052c-0.004,0.175-0.012,0.35-0.012,0.526S56.07,24.12,56.074,24.294"},"children":[]},{"type":"path","props":{"fill":"#E15F26","d":"M56.074,8.389V0.972L41.557,0.971c0,0,0,13.139,0,17.167c-3.492,0-7.636,0-11.139,0 c0-4.028,0-17.167,0-17.167H15.885l-0.006,45.238h14.539c0,0,0-14.394,0-18.795c3.503,0,7.647,0,11.139,0c0,4.401,0,18.795,0,18.795 h14.517v-7.088c-3.398-4.135-5.41-9.489-5.41-15.353C50.664,17.905,52.676,12.537,56.074,8.389"},"children":[]},{"type":"path","props":{"fill":"#E77E1D","d":"M73.965,4.81c-10.009,0-17.637,8.213-17.891,18.432V8.389C60.277,3.26,66.604,0,73.895,0 c6.765,0,12.648,2.638,17.022,7.26c-0.751,0.678-3.007,2.579-4.036,3.463C83.53,7.122,79.229,4.81,73.965,4.81 M96.796,21.462 H72.123v4.682h19.209c-0.625,8.499-7.255,16.512-17.367,16.512c-10.009,0-17.637-8.142-17.891-18.362v14.827 c4.203,5.111,10.53,8.355,17.821,8.355c13.193,0,22.972-10.596,22.972-23.708C96.867,22.887,96.867,22.004,96.796,21.462z"},"children":[]},{"type":"path","props":{"fill":"#C5281C","d":"M56.062,23.768c0-0.176,0.008-0.351,0.012-0.526V8.389c-3.398,4.148-5.41,9.516-5.41,15.379 c0,5.864,2.012,11.218,5.41,15.353V24.294C56.07,24.12,56.062,23.944,56.062,23.768"},"children":[]},{"type":"rect","props":{"x":"0.06","y":"0.971","fill":"#D81921","width":"14.387","height":"45.238"},"children":[]}]
|
|
11
|
+
...[{"type":"defs","props":{},"children":[]},{"type":"path","props":{"fill":"#D81921","d":"M0.022,59.624v-0.671H0.64v-4.766c0-0.166-0.082-0.249-0.256-0.249H0v-0.67h2.344v0.67H1.713v4.767 c0,0.176,0.115,0.248,0.258,0.248h0.393v0.671H0.022 M6.058,59.624h2.053v-0.599H7.8c-0.143,0-0.236-0.061-0.236-0.227v-2.579 c0-0.433-0.063-0.816-0.278-1.073c-0.228-0.28-0.568-0.385-0.94-0.385c-0.557,0-1.104,0.241-1.486,0.611v-0.309 c0-0.176-0.082-0.239-0.248-0.239c-0.328,0-0.866,0.074-1.413,0.074l0.124,0.608H3.89v3.519H3.354v0.599h2.053v-0.599H5.108 c-0.186,0-0.248-0.083-0.248-0.259v-2.661c0.299-0.247,0.722-0.496,1.125-0.496c0.423,0,0.608,0.226,0.608,0.692v2.724H6.058V59.624 z M10.659,59.747c0.301,0,0.599-0.084,0.836-0.186v-0.639c-0.164,0.062-0.402,0.103-0.588,0.103c-0.453,0-0.691-0.216-0.691-0.958 v-2.561h1.042l-0.124-0.608h-0.939v-1.177l-0.763,0.135c-0.135,0.019-0.186,0.114-0.186,0.298v0.744H8.658v0.608h0.588v2.509 c0,0.514,0.041,0.886,0.227,1.186C9.72,59.593,10.154,59.747,10.659,59.747z M14.219,55.497c0.454,0,0.795,0.371,0.795,1.154 l-0.01,0.176h-1.817C13.27,55.971,13.641,55.497,14.219,55.497z M16.015,57.395c0.01-0.092,0.01-0.217,0.01-0.309 c0-1.632-0.866-2.325-1.796-2.325c-0.607,0-1.093,0.23-1.433,0.591c-0.443,0.463-0.66,1.166-0.66,1.928 c0,1.353,0.568,2.478,2.052,2.478c0.672,0,1.228-0.289,1.621-0.692L15.5,58.602c-0.291,0.237-0.671,0.434-1.105,0.434 c-0.671,0-1.208-0.547-1.228-1.641H16.015z M19.564,55.589c0.114,0,0.227,0,0.363,0.02v-0.558c0-0.204-0.125-0.29-0.301-0.29 c-0.587,0-0.856,0.26-1.259,0.653v-0.351c0-0.165-0.082-0.239-0.247-0.239c-0.33,0-0.867,0.074-1.413,0.074l0.124,0.608h0.567v3.519 h-0.537v0.599h2.053v-0.599h-0.299c-0.165,0-0.248-0.083-0.248-0.259v-2.649C18.604,55.868,18.945,55.599,19.564,55.589z M22.97,59.737c0.805,0,1.588-0.363,2.093-0.836l-0.299-0.567c-0.412,0.299-0.97,0.588-1.567,0.588 c-0.992,0-1.662-0.733-1.662-2.559c0-1.361,0.547-2.415,1.599-2.415c0.629,0,1.033,0.382,1.115,0.918l0.051,0.352 c0.031,0.196,0.155,0.247,0.3,0.247h0.32v-2.197h-0.537l-0.052,0.361c-0.268-0.27-0.722-0.486-1.31-0.486 c-1.61,0-2.631,1.405-2.631,3.384C20.39,58.614,21.401,59.737,22.97,59.737z M27.871,55.506c0.918,0,1.011,1.061,1.011,1.747 c0,0.71-0.093,1.763-1.042,1.763c-0.908,0-1.022-1.064-1.022-1.746C26.818,56.558,26.932,55.506,27.871,55.506z M27.84,59.758 c1.496,0,2.073-1.189,2.073-2.538c0-1.362-0.556-2.459-2.053-2.459c-1.495,0-2.073,1.169-2.073,2.52 C25.787,58.633,26.343,59.758,27.84,59.758z M33.443,59.624h2.053v-0.599h-0.31c-0.144,0-0.238-0.061-0.238-0.227v-2.579 c0-0.433-0.061-0.816-0.278-1.073c-0.226-0.28-0.568-0.385-0.94-0.385c-0.555,0-1.103,0.241-1.484,0.611v-0.309 c0-0.176-0.082-0.239-0.248-0.239c-0.33,0-0.868,0.074-1.413,0.074l0.123,0.608h0.567v3.519h-0.536v0.599h2.053v-0.599h-0.298 c-0.187,0-0.248-0.083-0.248-0.259v-2.661c0.299-0.247,0.721-0.496,1.124-0.496c0.422,0,0.609,0.226,0.609,0.692v2.724h-0.536 V59.624z M38.044,59.747c0.3,0,0.599-0.084,0.835-0.186v-0.639c-0.164,0.062-0.401,0.103-0.587,0.103 c-0.454,0-0.691-0.216-0.691-0.958v-2.561h1.042l-0.125-0.608H37.58v-1.177l-0.764,0.135c-0.133,0.019-0.186,0.114-0.186,0.298 v0.744h-0.587v0.608h0.587v2.509c0,0.514,0.042,0.886,0.227,1.186C37.106,59.593,37.539,59.747,38.044,59.747z M40.603,54.134 c0.32,0,0.589-0.259,0.589-0.577c0-0.321-0.269-0.578-0.589-0.578c-0.319,0-0.578,0.257-0.578,0.578 C40.025,53.875,40.284,54.134,40.603,54.134z M39.603,59.624h2.053v-0.599h-0.3c-0.186,0-0.248-0.083-0.248-0.259v-3.703 c0-0.165-0.082-0.239-0.248-0.239c-0.33,0-0.865,0.074-1.413,0.074l0.125,0.608h0.568v3.519h-0.537V59.624z M45.175,59.624h2.053 v-0.599h-0.311c-0.143,0-0.236-0.061-0.236-0.227v-2.579c0-0.433-0.062-0.816-0.279-1.073c-0.226-0.28-0.568-0.385-0.939-0.385 c-0.558,0-1.103,0.241-1.486,0.611v-0.309c0-0.176-0.083-0.239-0.247-0.239c-0.33,0-0.867,0.074-1.415,0.074l0.124,0.608h0.568 v3.519h-0.536v0.599h2.053v-0.599h-0.299c-0.185,0-0.248-0.083-0.248-0.259v-2.661c0.299-0.247,0.722-0.496,1.125-0.496 c0.422,0,0.609,0.226,0.609,0.692v2.724h-0.536V59.624z M50.044,55.497c0.456,0,0.795,0.371,0.795,1.154l-0.01,0.176h-1.816 C49.095,55.971,49.467,55.497,50.044,55.497z M51.84,57.395c0.011-0.092,0.011-0.216,0.011-0.309c0-1.632-0.868-2.325-1.797-2.325 c-0.607,0-1.093,0.23-1.433,0.591c-0.445,0.463-0.66,1.166-0.66,1.929c0,1.352,0.568,2.477,2.054,2.477 c0.67,0,1.227-0.289,1.618-0.691l-0.308-0.465c-0.289,0.237-0.672,0.434-1.104,0.434c-0.672,0-1.208-0.547-1.228-1.641H51.84z M55.391,59.624h2.051v-0.599h-0.31c-0.142,0-0.237-0.061-0.237-0.227v-2.579c0-0.433-0.06-0.816-0.277-1.073 c-0.228-0.28-0.568-0.385-0.94-0.385c-0.557,0-1.104,0.241-1.485,0.611v-0.309c0-0.176-0.083-0.239-0.249-0.239 c-0.328,0-0.867,0.074-1.413,0.074l0.123,0.608h0.568v3.519h-0.536v0.599h2.052v-0.599H54.44c-0.185,0-0.247-0.083-0.247-0.259 v-2.661c0.298-0.247,0.721-0.496,1.125-0.496c0.422,0,0.608,0.226,0.608,0.692v2.724h-0.535V59.624z M59.991,59.747 c0.299,0,0.598-0.084,0.836-0.186v-0.639c-0.164,0.062-0.402,0.103-0.587,0.103c-0.456,0-0.693-0.216-0.693-0.958v-2.561h1.042 l-0.122-0.608h-0.94v-1.177l-0.763,0.135c-0.135,0.019-0.186,0.114-0.186,0.298v0.744h-0.589v0.608h0.589v2.509 c0,0.514,0.041,0.886,0.225,1.186C59.052,59.593,59.487,59.747,59.991,59.747z M63.964,57.27v1.373 c-0.165,0.206-0.464,0.362-0.775,0.362c-0.505,0-0.732-0.34-0.732-0.775C62.457,57.549,63.064,57.281,63.964,57.27z M64.737,59.624 h0.805v-0.599H65.17c-0.153,0-0.235-0.072-0.235-0.249v-2.34c0-1.323-0.735-1.675-1.714-1.675c-0.372,0-0.888,0.095-1.403,0.344 v0.681c0.393-0.197,0.846-0.332,1.279-0.332c0.289,0,0.597,0.093,0.733,0.331c0.094,0.165,0.134,0.393,0.134,0.733v0.133 c-1.332,0-2.508,0.444-2.508,1.662c0,0.907,0.579,1.445,1.487,1.445c0.505,0,0.908-0.249,1.145-0.485 C64.191,59.532,64.438,59.624,64.737,59.624z M66.245,59.624h2.052v-0.599h-0.3c-0.184,0-0.246-0.083-0.246-0.259v-6.014 c0-0.166-0.082-0.238-0.247-0.238c-0.332,0-0.869,0.072-1.416,0.072l0.125,0.609h0.567v5.83h-0.535V59.624z M74.592,59.624h2.342 v-0.671H76.54c-0.143,0-0.257-0.072-0.257-0.248v-4.767h0.631v-0.67H74.57v0.67h0.383c0.175,0,0.256,0.083,0.256,0.249v1.907h-2.372 v-2.156h0.63v-0.67h-2.343v0.67h0.383c0.176,0,0.258,0.083,0.258,0.249v4.766h-0.62v0.671h2.344v-0.671h-0.394 c-0.143,0-0.258-0.072-0.258-0.248v-1.878h2.372v2.126h-0.617V59.624z M79.905,55.506c0.919,0,1.012,1.061,1.012,1.747 c0,0.71-0.093,1.763-1.042,1.763c-0.909,0-1.022-1.064-1.022-1.746C78.853,56.558,78.966,55.506,79.905,55.506z M79.875,59.758 c1.495,0,2.074-1.189,2.074-2.538c0-1.362-0.557-2.459-2.053-2.459c-1.497,0-2.075,1.169-2.075,2.52 C77.821,58.633,78.379,59.758,79.875,59.758z M84.508,59.747c0.298,0,0.599-0.084,0.835-0.186v-0.639 c-0.165,0.062-0.402,0.103-0.587,0.103c-0.455,0-0.692-0.216-0.692-0.958v-2.561h1.043l-0.125-0.608h-0.937v-1.177l-0.764,0.135 c-0.135,0.019-0.187,0.114-0.187,0.298v0.744h-0.588v0.608h0.588v2.509c0,0.514,0.041,0.886,0.227,1.186 C83.569,59.593,84.003,59.747,84.508,59.747z M88.067,55.497c0.454,0,0.794,0.371,0.794,1.154l-0.009,0.176h-1.817 C87.118,55.971,87.489,55.497,88.067,55.497z M89.864,57.395c0.009-0.092,0.009-0.216,0.009-0.309c0-1.632-0.866-2.325-1.796-2.325 c-0.608,0-1.094,0.23-1.432,0.591c-0.445,0.463-0.662,1.166-0.662,1.929c0,1.352,0.569,2.477,2.054,2.477 c0.672,0,1.227-0.289,1.621-0.691l-0.311-0.465c-0.29,0.237-0.67,0.434-1.104,0.434c-0.671,0-1.207-0.547-1.227-1.641H89.864z M90.658,59.624h2.051v-0.599h-0.298c-0.186,0-0.248-0.083-0.248-0.259v-6.014c0-0.166-0.081-0.238-0.246-0.238 c-0.331,0-0.866,0.072-1.415,0.072l0.125,0.609h0.568v5.83h-0.537V59.624z M95.31,59.758c1.032,0,1.589-0.65,1.589-1.362 c0-0.67-0.329-1.074-1.093-1.393l-0.642-0.268c-0.451-0.197-0.668-0.392-0.668-0.712c0-0.352,0.237-0.609,0.7-0.609 c0.497,0,0.806,0.329,0.888,0.805l0.042,0.227c0.022,0.121,0.113,0.196,0.237,0.196h0.331v-1.744h-0.546l-0.042,0.257 c-0.156-0.206-0.526-0.394-1.044-0.394c-0.855,0-1.484,0.548-1.484,1.344c0,0.64,0.309,1.115,1.062,1.403l0.639,0.248 c0.455,0.175,0.681,0.37,0.681,0.712c0,0.308-0.259,0.599-0.805,0.599c-0.515,0-0.887-0.291-0.959-0.774l-0.042-0.268 c-0.02-0.125-0.113-0.197-0.237-0.197h-0.351v1.796h0.547l0.032-0.29C94.372,59.581,94.824,59.758,95.31,59.758z M104.577,57.29 h0.514v-0.618h-2.187v0.618h0.351c0.177,0,0.247,0.032,0.247,0.259v1.116c-0.236,0.155-0.587,0.299-1.041,0.299 c-0.959,0-1.662-0.775-1.662-2.488c0-1.661,0.764-2.528,1.746-2.528c0.585,0,1.051,0.288,1.174,0.774l0.114,0.424 c0.042,0.134,0.146,0.246,0.259,0.246h0.351v-2.124h-0.547l-0.071,0.39c-0.218-0.246-0.704-0.515-1.384-0.515 c-1.476,0-2.786,1.146-2.786,3.395c0,1.919,0.929,3.199,2.588,3.199c0.578,0,1.209-0.228,1.466-0.413l0.175,0.3h0.693V57.29z M108.569,55.589c0.114,0,0.229,0,0.362,0.02v-0.558c0-0.204-0.124-0.29-0.299-0.29c-0.588,0-0.857,0.26-1.26,0.653v-0.351 c0-0.165-0.082-0.239-0.246-0.239c-0.331,0-0.868,0.074-1.414,0.074l0.124,0.608h0.567v3.519h-0.537v0.599h2.054v-0.599h-0.299 c-0.166,0-0.249-0.083-0.249-0.259v-2.649C107.612,55.868,107.951,55.599,108.569,55.589z M111.469,55.506 c0.919,0,1.012,1.061,1.012,1.747c0,0.71-0.093,1.763-1.042,1.763c-0.909,0-1.022-1.064-1.022-1.746 C110.417,56.558,110.53,55.506,111.469,55.506z M111.439,59.758c1.496,0,2.075-1.189,2.075-2.538c0-1.362-0.56-2.459-2.055-2.459 c-1.498,0-2.073,1.169-2.073,2.52C109.386,58.633,109.942,59.758,111.439,59.758z M118.38,59.624h0.726v-0.599h-0.331 c-0.176,0-0.299-0.083-0.299-0.29v-3.672c0-0.165-0.082-0.239-0.248-0.239c-0.32,0-0.857,0.074-1.414,0.074l0.124,0.608h0.569v2.909 c-0.3,0.25-0.723,0.496-1.126,0.496c-0.423,0-0.608-0.227-0.608-0.69v-3.158c0-0.165-0.083-0.239-0.247-0.239 c-0.321,0-0.859,0.074-1.415,0.074l0.124,0.608h0.568v2.796c0,0.433,0.061,0.816,0.278,1.072c0.228,0.28,0.568,0.384,0.939,0.384 c0.619,0,1.176-0.289,1.579-0.673C117.682,59.501,117.991,59.624,118.38,59.624z M122.272,55.589c0.867,0,1.023,0.949,1.023,1.621 c0,1.34-0.372,1.806-1.064,1.806c-0.475,0-0.886-0.332-0.886-1.023v-1.98C121.644,55.733,121.954,55.589,122.272,55.589z M122.437,59.758c1.229,0,1.889-0.982,1.889-2.538c0-1.477-0.672-2.459-1.711-2.459c-0.393,0-0.859,0.145-1.27,0.498v-0.196 c0-0.176-0.083-0.239-0.247-0.239c-0.332,0-0.867,0.074-1.414,0.074l0.123,0.608h0.568v5.532c0,0.185-0.084,0.257-0.26,0.257h-0.349 v0.63h0.826c0.566,0,0.753-0.319,0.753-0.785v-1.743C121.623,59.633,121.985,59.758,122.437,59.758z"},"children":[]},{"type":"path","props":{"fill":"#DC6233","d":"M56.074,24.294v-1.052c-0.004,0.175-0.012,0.35-0.012,0.526S56.07,24.12,56.074,24.294"},"children":[]},{"type":"path","props":{"fill":"#E15F26","d":"M56.074,8.389V0.972L41.557,0.971c0,0,0,13.139,0,17.167c-3.492,0-7.636,0-11.139,0 c0-4.028,0-17.167,0-17.167H15.885l-0.006,45.238h14.539c0,0,0-14.394,0-18.795c3.503,0,7.647,0,11.139,0c0,4.401,0,18.795,0,18.795 h14.517v-7.088c-3.398-4.135-5.41-9.489-5.41-15.353C50.664,17.905,52.676,12.537,56.074,8.389"},"children":[]},{"type":"path","props":{"fill":"#E77E1D","d":"M73.965,4.81c-10.009,0-17.637,8.213-17.891,18.432V8.389C60.277,3.26,66.604,0,73.895,0 c6.765,0,12.648,2.638,17.022,7.26c-0.751,0.678-3.007,2.579-4.036,3.463C83.53,7.122,79.229,4.81,73.965,4.81 M96.796,21.462 H72.123v4.682h19.209c-0.625,8.499-7.255,16.512-17.367,16.512c-10.009,0-17.637-8.142-17.891-18.362v14.827 c4.203,5.111,10.53,8.355,17.821,8.355c13.193,0,22.972-10.596,22.972-23.708C96.867,22.887,96.867,22.004,96.796,21.462z"},"children":[]},{"type":"path","props":{"fill":"#C5281C","d":"M56.062,23.768c0-0.176,0.008-0.351,0.012-0.526V8.389c-3.398,4.148-5.41,9.516-5.41,15.379 c0,5.864,2.012,11.218,5.41,15.353V24.294C56.07,24.12,56.062,23.944,56.062,23.768"},"children":[]},{"type":"rect","props":{"x":"0.06","y":"0.971","fill":"#D81921","width":"14.387","height":"45.238"},"children":[]}]
|
|
12
12
|
.map(function _c(el) {
|
|
13
13
|
if (typeof el === 'string') return el;
|
|
14
14
|
return createElement(el.type, el.props, ...(el.children || []).map(_c));
|
package/dist/metlife.cjs
CHANGED
|
@@ -10,7 +10,7 @@ const Metlife = react_1.forwardRef(function Metlife({ viewBox = '0 0 88.459999 2
|
|
|
10
10
|
return react_1.createElement(
|
|
11
11
|
'svg',
|
|
12
12
|
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
13
|
-
...[{"type":"defs","props":{"id":"defs3011"},"children":[
|
|
13
|
+
...[{"type":"defs","props":{"id":"defs3011"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-162.48575,-437.9196)"},"children":[{"type":"text","props":{"y":"445.43842","x":"247.39554","id":"text62"},"children":[{"type":"tspan","props":{"x":"247.39554","y":"445.43842","id":"tspan64"},"children":["®"]}]},{"type":"g","props":{"id":"g66","transform":"matrix(1.25,0,0,-1.25,193.83667,450.27218)"},"children":[{"type":"path","props":{"d":"M 0,0 C -0.162,0.882 -0.972,1.459 -1.855,1.459 -2.808,1.459 -3.602,0.955 -3.8,0 L 0,0 z m 3.043,-1.891 -6.896,0 c 0,-1.332 0.702,-2.053 2.053,-2.053 0.702,0 1.205,0.235 1.567,0.847 l 3.15,0 c -0.521,-2.178 -2.593,-3.169 -4.7,-3.169 -3.06,0 -5.348,1.729 -5.348,4.915 0,3.08 2.108,4.935 5.114,4.935 3.206,0 5.06,-1.981 5.06,-5.133","id":"path68"},"children":[]}]},{"type":"g","props":{"id":"g70","transform":"matrix(1.25,0,0,-1.25,204.85318,457.90293)"},"children":[{"type":"path","props":{"d":"m 0,0 -3.278,0 0,6.536 -1.638,0 0,2.701 1.638,0 0,2.774 3.278,0 0,-2.774 1.615,0 0,-2.701 -1.615,0","id":"path72"},"children":[]}]},{"type":"path","props":{"d":"m 219.53005,457.90318 4.09625,0 0,-12.3375 -4.09625,0 0,12.3375 z","id":"path74"},"children":[]},{"type":"g","props":{"id":"g76","transform":"matrix(1.25,0,0,-1.25,231.8458,457.85255)"},"children":[{"type":"path","props":{"d":"m 0,0 -3.279,0 0,6.217 -1.632,0 0,2.702 1.632,0 0,0.482 c 0,1.278 0.037,2.215 0.936,3.241 0.811,0.954 1.982,1.476 3.224,1.476 0.505,0 0.954,-0.089 1.405,-0.324 l 0,-2.827 C 1.908,11.129 1.566,11.273 1.133,11.273 0.288,11.273 0,10.769 0,9.724 l 0,-0.805 1.957,0 0,-2.702 -1.957,0","id":"path78"},"children":[]}]},{"type":"g","props":{"id":"g80","transform":"matrix(1.25,0,0,-1.25,244.10543,450.28018)"},"children":[{"type":"path","props":{"d":"M 0,0 C -0.16,0.883 -0.97,1.458 -1.852,1.458 -2.808,1.458 -3.6,0.954 -3.797,0 L 0,0 z m 3.046,-1.891 -6.898,0 c 0,-1.332 0.702,-2.052 2.053,-2.052 0.702,0 1.206,0.234 1.567,0.846 l 3.151,0 c -0.522,-2.179 -2.594,-3.17 -4.7,-3.17 -3.061,0 -5.349,1.729 -5.349,4.917 0,3.079 2.108,4.933 5.115,4.933 3.206,0 5.061,-1.98 5.061,-5.132","id":"path82"},"children":[]}]},{"type":"g","props":{"id":"g84","transform":"matrix(1.25,0,0,-1.25,221.56968,438.9448)"},"children":[{"type":"path","props":{"d":"m 0,0 c -1.117,0 -2.024,-0.906 -2.024,-2.023 0,-1.117 0.907,-2.023 2.024,-2.023 1.117,0 2.024,0.906 2.024,2.023 C 2.024,-0.906 1.117,0 0,0","id":"path86"},"children":[]}]},{"type":"g","props":{"id":"g88","transform":"matrix(1.25,0,0,-1.25,166.4053,441.72943)"},"children":[{"type":"path","props":{"d":"M 0,0 3.315,0 5.941,-6.921 8.724,0 l 3.349,0 1.958,-12.949 -3.366,0 -0.945,7.453 -0.035,0 -3.108,-7.453 -1.339,0 -2.971,7.453 -0.035,0 -1.082,-7.453 -3.349,0","id":"path90"},"children":[]}]},{"type":"g","props":{"id":"g92","transform":"matrix(1.25,0,0,-1.25,212.87818,454.27043)"},"children":[{"type":"path","props":{"d":"m 0,0 4.102,0 0,-2.896 -7.522,0 0,13.157 3.42,0","id":"path94"},"children":[]}]}]}]
|
|
14
14
|
.map(function _c(el) {
|
|
15
15
|
if (typeof el === 'string') return el;
|
|
16
16
|
return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
|
package/dist/metlife.js
CHANGED
|
@@ -8,7 +8,7 @@ const Metlife = forwardRef(
|
|
|
8
8
|
return createElement(
|
|
9
9
|
'svg',
|
|
10
10
|
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
11
|
-
...[{"type":"defs","props":{"id":"defs3011"},"children":[
|
|
11
|
+
...[{"type":"defs","props":{"id":"defs3011"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-162.48575,-437.9196)"},"children":[{"type":"text","props":{"y":"445.43842","x":"247.39554","id":"text62"},"children":[{"type":"tspan","props":{"x":"247.39554","y":"445.43842","id":"tspan64"},"children":["®"]}]},{"type":"g","props":{"id":"g66","transform":"matrix(1.25,0,0,-1.25,193.83667,450.27218)"},"children":[{"type":"path","props":{"d":"M 0,0 C -0.162,0.882 -0.972,1.459 -1.855,1.459 -2.808,1.459 -3.602,0.955 -3.8,0 L 0,0 z m 3.043,-1.891 -6.896,0 c 0,-1.332 0.702,-2.053 2.053,-2.053 0.702,0 1.205,0.235 1.567,0.847 l 3.15,0 c -0.521,-2.178 -2.593,-3.169 -4.7,-3.169 -3.06,0 -5.348,1.729 -5.348,4.915 0,3.08 2.108,4.935 5.114,4.935 3.206,0 5.06,-1.981 5.06,-5.133","id":"path68"},"children":[]}]},{"type":"g","props":{"id":"g70","transform":"matrix(1.25,0,0,-1.25,204.85318,457.90293)"},"children":[{"type":"path","props":{"d":"m 0,0 -3.278,0 0,6.536 -1.638,0 0,2.701 1.638,0 0,2.774 3.278,0 0,-2.774 1.615,0 0,-2.701 -1.615,0","id":"path72"},"children":[]}]},{"type":"path","props":{"d":"m 219.53005,457.90318 4.09625,0 0,-12.3375 -4.09625,0 0,12.3375 z","id":"path74"},"children":[]},{"type":"g","props":{"id":"g76","transform":"matrix(1.25,0,0,-1.25,231.8458,457.85255)"},"children":[{"type":"path","props":{"d":"m 0,0 -3.279,0 0,6.217 -1.632,0 0,2.702 1.632,0 0,0.482 c 0,1.278 0.037,2.215 0.936,3.241 0.811,0.954 1.982,1.476 3.224,1.476 0.505,0 0.954,-0.089 1.405,-0.324 l 0,-2.827 C 1.908,11.129 1.566,11.273 1.133,11.273 0.288,11.273 0,10.769 0,9.724 l 0,-0.805 1.957,0 0,-2.702 -1.957,0","id":"path78"},"children":[]}]},{"type":"g","props":{"id":"g80","transform":"matrix(1.25,0,0,-1.25,244.10543,450.28018)"},"children":[{"type":"path","props":{"d":"M 0,0 C -0.16,0.883 -0.97,1.458 -1.852,1.458 -2.808,1.458 -3.6,0.954 -3.797,0 L 0,0 z m 3.046,-1.891 -6.898,0 c 0,-1.332 0.702,-2.052 2.053,-2.052 0.702,0 1.206,0.234 1.567,0.846 l 3.151,0 c -0.522,-2.179 -2.594,-3.17 -4.7,-3.17 -3.061,0 -5.349,1.729 -5.349,4.917 0,3.079 2.108,4.933 5.115,4.933 3.206,0 5.061,-1.98 5.061,-5.132","id":"path82"},"children":[]}]},{"type":"g","props":{"id":"g84","transform":"matrix(1.25,0,0,-1.25,221.56968,438.9448)"},"children":[{"type":"path","props":{"d":"m 0,0 c -1.117,0 -2.024,-0.906 -2.024,-2.023 0,-1.117 0.907,-2.023 2.024,-2.023 1.117,0 2.024,0.906 2.024,2.023 C 2.024,-0.906 1.117,0 0,0","id":"path86"},"children":[]}]},{"type":"g","props":{"id":"g88","transform":"matrix(1.25,0,0,-1.25,166.4053,441.72943)"},"children":[{"type":"path","props":{"d":"M 0,0 3.315,0 5.941,-6.921 8.724,0 l 3.349,0 1.958,-12.949 -3.366,0 -0.945,7.453 -0.035,0 -3.108,-7.453 -1.339,0 -2.971,7.453 -0.035,0 -1.082,-7.453 -3.349,0","id":"path90"},"children":[]}]},{"type":"g","props":{"id":"g92","transform":"matrix(1.25,0,0,-1.25,212.87818,454.27043)"},"children":[{"type":"path","props":{"d":"m 0,0 4.102,0 0,-2.896 -7.522,0 0,13.157 3.42,0","id":"path94"},"children":[]}]}]}]
|
|
12
12
|
.map(function _c(el) {
|
|
13
13
|
if (typeof el === 'string') return el;
|
|
14
14
|
return createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Pinecone
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const Pinecone = react_1.forwardRef(function Pinecone({ viewBox = '0 0 1077 220', ...props }, ref) {
|
|
10
|
+
return react_1.createElement(
|
|
11
|
+
'svg',
|
|
12
|
+
Object.assign({ ref, viewBox, fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
13
|
+
...[{"type":"path","props":{"d":"m246.4 51.4h55.2c39.9 0 50.1 23.5 50.1 42.6s-10.3 42.6-50.1 42.6h-34.1v67.2h-21.1zm21.2 67.2h27.9c16.8 0 33.5-3.8 33.5-24.5s-16.8-24.5-33.5-24.5h-27.9z"},"children":[]},{"type":"path","props":{"d":"m379.4 50.7c8 0 14.5 6.3 14.6 14 .1 7.8-6.2 14.2-14.2 14.4s-14.6-5.9-14.9-13.7c-.1-3.9 1.4-7.6 4.1-10.4 2.6-2.7 6.4-4.3 10.4-4.3zm-9.8 51.1h19.6v102.1h-19.6z"},"children":[]},{"type":"path","props":{"d":"m412 101.8h19.9v15.8h.5c6.9-12 20.3-19.2 34.4-18.3 20.3 0 37.8 11.9 37.8 39v65.7h-19.6v-60.2c0-19.2-11.3-26.3-23.9-26.3-16.5 0-29.1 10.3-29.1 34v52.5h-20z"},"children":[]},{"type":"path","props":{"d":"m540.9 160c0 17.8 17 29.5 35.3 29.5 11.5-.3 22.2-6 28.7-15.2l15.1 11.2c-11 14.1-28.4 22-46.5 21.1-33.2 0-53.8-23.2-53.8-53.6-.6-14.2 4.9-28 15.1-38.1s24.2-15.7 38.8-15.5c36.9 0 51 27.5 51 53.8v6.9h-83.7zm62.8-15.5c-.5-17-10.2-29.5-30.2-29.5-17.1-.1-31.4 12.8-32.5 29.5z"},"children":[]},{"type":"path","props":{"d":"m714.6 129c-6.5-7.5-16-11.7-26.1-11.4-21.6 0-32.7 17-32.7 36.2-.5 9.1 2.8 17.9 9.2 24.5s15.3 10.3 24.6 10.2c9.8.3 19.2-3.9 25.4-11.4l14.1 13.6c-10.3 10.6-24.8 16.3-39.7 15.7-14.7.7-29-4.6-39.4-14.8-10.4-10.1-16-24.1-15.3-38.4-.7-14.4 4.9-28.4 15.3-38.6s24.7-15.7 39.5-15.2c15.1-.4 29.7 5.5 40.2 16.1z"},"children":[]},{"type":"path","props":{"d":"m787.9 99.2c30.2.5 54.4 24.7 54.1 54.2s-25 53.2-55.3 53c-30.2-.2-54.7-24.1-54.7-53.6 0-14.4 5.9-28.1 16.4-38.2 10.6-10.1 24.8-15.6 39.5-15.4zm0 89.2c21.1 0 34.4-14.7 34.4-35.6 0-20.8-13.3-35.5-34.4-35.5s-34.5 14.7-34.5 35.5 13.3 35.6 34.5 35.6z"},"children":[]},{"type":"path","props":{"d":"m859.7 101.8h19.9v15.8c6.9-12.1 20.4-19.2 34.5-18.3 20.3 0 37.8 11.9 37.8 39v65.7h-19.9v-60.2c0-19.2-11.3-26.3-23.8-26.3-16.6 0-29.1 10.3-29.1 34v52.5h-19.3v-102.2z"},"children":[]},{"type":"path","props":{"d":"m988.8 160c0 17.8 17 29.5 35.3 29.5 11.5-.4 22.2-6 28.7-15.2l15.1 11.2c-11 14-28.3 21.8-46.4 20.8-33.1 0-53.8-23.2-53.8-53.6-.6-14.2 4.9-28.1 15.1-38.2 10.2-10.2 24.3-15.7 38.9-15.4 36.9 0 51 27.5 51 53.8v6.9zm62.7-15.6c-.5-17-10.1-29.5-30.2-29.5-17.1-.1-31.4 12.8-32.5 29.5z"},"children":[]},{"type":"path","props":{"clipRule":"evenodd","fillRule":"evenodd","d":"m127 6.4c-2.1-2.5-5.6-3.1-8.4-1.5l-2.6 1.4-28.3 16.1 6.6 11.6 18.4-10.5-4.5 24.6 13.1 2.4 4.6-24.7 13.6 16.2 10.2-8.6-20.6-24.6h-.1zm-39.7 207.5c6.8 0 12.3-5.4 12.3-12s-5.5-12-12.3-12-12.3 5.4-12.3 12c-.1 6.6 5.5 12 12.3 12zm16.5-65.9-4.4 24.7-13.2-2.4 4.4-24.6-18.4 10.6-6.7-11.6 28.1-16.1 2.6-1.5c2.8-1.6 6.3-1 8.4 1.5l2 2.4 20.9 24.5-10.2 8.7zm10.7-59-4.4 24.7-13.2-2.4 4.4-24.5-18.3 10.5-6.6-11.6 28-16v-.2h.2l2.6-1.5c2.8-1.6 6.3-1 8.4 1.5l2 2.3 20.8 24.6-10.2 8.7zm-86.3 97.6h-.1l-2.7-.8c-2.9-.8-4.8-3.6-4.6-6.6l2.4-33.4 12.7.9-1.5 20.3 19.7-13.4 7.1 10.5-19.3 13.1 19.7 5.7-3.5 12.2zm130.7 13.8-.9 2.9c-.9 2.8-3.5 4.7-6.5 4.5l-2.8-.2-.2.1-.1-.1-31-2.1.8-12.7 20.6 1.4-13.5-18.9 10.3-7.4 13.8 19.4 6-19.6 12.1 3.7zm36.4-68.8 1.5 2.7c1.5 2.7.9 6.1-1.5 8.1l-2.2 1.9v.1h-.1l-24.1 20.4-8.4-9.9 15.8-13.4-23.7-4.2 2.3-12.8 23.9 4.2-10-18 11.3-6.3zm-24.5-55.8-21.4 11.5-6.2-11.4 21.1-11.3-19.3-7.9 4.9-12 29.4 11.9.1-.1.1.2 2.7 1.1c2.9 1.2 4.5 4.2 4 7.2l-.5 3-5.5 30.5-12.8-2.3zm-143.6 26.8 23.8 4-2.2 12.8-24-4.1 10.2 18-11.3 6.4-15.4-27.1-1.5-2.6c-1.5-2.7-.9-6.1 1.4-8.1l2.2-1.9v-.1h.1l23.8-20.5 8.5 9.9zm35.9-55.4 15.8 17.6-9.7 8.7-16.2-18-3.7 20.5-12.8-2.3 5.6-30.4.6-3.1c.5-3 3.1-5.2 6.1-5.3l2.8-.1.1-.1.1.1 31.8-1.3.5 13z"},"children":[]}]
|
|
14
|
+
.map(function _c(el) {
|
|
15
|
+
if (typeof el === 'string') return el;
|
|
16
|
+
return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
17
|
+
})
|
|
18
|
+
);
|
|
19
|
+
});
|
|
20
|
+
Pinecone.displayName = 'Pinecone';
|
|
21
|
+
|
|
22
|
+
exports.default = Pinecone;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Pinecone
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
5
|
+
|
|
6
|
+
export type SvgIconProps = SVGProps<SVGSVGElement>;
|
|
7
|
+
|
|
8
|
+
declare const Pinecone: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default Pinecone;
|
package/dist/pinecone.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Pinecone
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const Pinecone = forwardRef(
|
|
7
|
+
function Pinecone({ viewBox = '0 0 1077 220', ...props }, ref) {
|
|
8
|
+
return createElement(
|
|
9
|
+
'svg',
|
|
10
|
+
Object.assign({ ref, viewBox, fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
11
|
+
...[{"type":"path","props":{"d":"m246.4 51.4h55.2c39.9 0 50.1 23.5 50.1 42.6s-10.3 42.6-50.1 42.6h-34.1v67.2h-21.1zm21.2 67.2h27.9c16.8 0 33.5-3.8 33.5-24.5s-16.8-24.5-33.5-24.5h-27.9z"},"children":[]},{"type":"path","props":{"d":"m379.4 50.7c8 0 14.5 6.3 14.6 14 .1 7.8-6.2 14.2-14.2 14.4s-14.6-5.9-14.9-13.7c-.1-3.9 1.4-7.6 4.1-10.4 2.6-2.7 6.4-4.3 10.4-4.3zm-9.8 51.1h19.6v102.1h-19.6z"},"children":[]},{"type":"path","props":{"d":"m412 101.8h19.9v15.8h.5c6.9-12 20.3-19.2 34.4-18.3 20.3 0 37.8 11.9 37.8 39v65.7h-19.6v-60.2c0-19.2-11.3-26.3-23.9-26.3-16.5 0-29.1 10.3-29.1 34v52.5h-20z"},"children":[]},{"type":"path","props":{"d":"m540.9 160c0 17.8 17 29.5 35.3 29.5 11.5-.3 22.2-6 28.7-15.2l15.1 11.2c-11 14.1-28.4 22-46.5 21.1-33.2 0-53.8-23.2-53.8-53.6-.6-14.2 4.9-28 15.1-38.1s24.2-15.7 38.8-15.5c36.9 0 51 27.5 51 53.8v6.9h-83.7zm62.8-15.5c-.5-17-10.2-29.5-30.2-29.5-17.1-.1-31.4 12.8-32.5 29.5z"},"children":[]},{"type":"path","props":{"d":"m714.6 129c-6.5-7.5-16-11.7-26.1-11.4-21.6 0-32.7 17-32.7 36.2-.5 9.1 2.8 17.9 9.2 24.5s15.3 10.3 24.6 10.2c9.8.3 19.2-3.9 25.4-11.4l14.1 13.6c-10.3 10.6-24.8 16.3-39.7 15.7-14.7.7-29-4.6-39.4-14.8-10.4-10.1-16-24.1-15.3-38.4-.7-14.4 4.9-28.4 15.3-38.6s24.7-15.7 39.5-15.2c15.1-.4 29.7 5.5 40.2 16.1z"},"children":[]},{"type":"path","props":{"d":"m787.9 99.2c30.2.5 54.4 24.7 54.1 54.2s-25 53.2-55.3 53c-30.2-.2-54.7-24.1-54.7-53.6 0-14.4 5.9-28.1 16.4-38.2 10.6-10.1 24.8-15.6 39.5-15.4zm0 89.2c21.1 0 34.4-14.7 34.4-35.6 0-20.8-13.3-35.5-34.4-35.5s-34.5 14.7-34.5 35.5 13.3 35.6 34.5 35.6z"},"children":[]},{"type":"path","props":{"d":"m859.7 101.8h19.9v15.8c6.9-12.1 20.4-19.2 34.5-18.3 20.3 0 37.8 11.9 37.8 39v65.7h-19.9v-60.2c0-19.2-11.3-26.3-23.8-26.3-16.6 0-29.1 10.3-29.1 34v52.5h-19.3v-102.2z"},"children":[]},{"type":"path","props":{"d":"m988.8 160c0 17.8 17 29.5 35.3 29.5 11.5-.4 22.2-6 28.7-15.2l15.1 11.2c-11 14-28.3 21.8-46.4 20.8-33.1 0-53.8-23.2-53.8-53.6-.6-14.2 4.9-28.1 15.1-38.2 10.2-10.2 24.3-15.7 38.9-15.4 36.9 0 51 27.5 51 53.8v6.9zm62.7-15.6c-.5-17-10.1-29.5-30.2-29.5-17.1-.1-31.4 12.8-32.5 29.5z"},"children":[]},{"type":"path","props":{"clipRule":"evenodd","fillRule":"evenodd","d":"m127 6.4c-2.1-2.5-5.6-3.1-8.4-1.5l-2.6 1.4-28.3 16.1 6.6 11.6 18.4-10.5-4.5 24.6 13.1 2.4 4.6-24.7 13.6 16.2 10.2-8.6-20.6-24.6h-.1zm-39.7 207.5c6.8 0 12.3-5.4 12.3-12s-5.5-12-12.3-12-12.3 5.4-12.3 12c-.1 6.6 5.5 12 12.3 12zm16.5-65.9-4.4 24.7-13.2-2.4 4.4-24.6-18.4 10.6-6.7-11.6 28.1-16.1 2.6-1.5c2.8-1.6 6.3-1 8.4 1.5l2 2.4 20.9 24.5-10.2 8.7zm10.7-59-4.4 24.7-13.2-2.4 4.4-24.5-18.3 10.5-6.6-11.6 28-16v-.2h.2l2.6-1.5c2.8-1.6 6.3-1 8.4 1.5l2 2.3 20.8 24.6-10.2 8.7zm-86.3 97.6h-.1l-2.7-.8c-2.9-.8-4.8-3.6-4.6-6.6l2.4-33.4 12.7.9-1.5 20.3 19.7-13.4 7.1 10.5-19.3 13.1 19.7 5.7-3.5 12.2zm130.7 13.8-.9 2.9c-.9 2.8-3.5 4.7-6.5 4.5l-2.8-.2-.2.1-.1-.1-31-2.1.8-12.7 20.6 1.4-13.5-18.9 10.3-7.4 13.8 19.4 6-19.6 12.1 3.7zm36.4-68.8 1.5 2.7c1.5 2.7.9 6.1-1.5 8.1l-2.2 1.9v.1h-.1l-24.1 20.4-8.4-9.9 15.8-13.4-23.7-4.2 2.3-12.8 23.9 4.2-10-18 11.3-6.3zm-24.5-55.8-21.4 11.5-6.2-11.4 21.1-11.3-19.3-7.9 4.9-12 29.4 11.9.1-.1.1.2 2.7 1.1c2.9 1.2 4.5 4.2 4 7.2l-.5 3-5.5 30.5-12.8-2.3zm-143.6 26.8 23.8 4-2.2 12.8-24-4.1 10.2 18-11.3 6.4-15.4-27.1-1.5-2.6c-1.5-2.7-.9-6.1 1.4-8.1l2.2-1.9v-.1h.1l23.8-20.5 8.5 9.9zm35.9-55.4 15.8 17.6-9.7 8.7-16.2-18-3.7 20.5-12.8-2.3 5.6-30.4.6-3.1c.5-3 3.1-5.2 6.1-5.3l2.8-.1.1-.1.1.1 31.8-1.3.5 13z"},"children":[]}]
|
|
12
|
+
.map(function _c(el) {
|
|
13
|
+
if (typeof el === 'string') return el;
|
|
14
|
+
return createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
15
|
+
})
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
Pinecone.displayName = 'Pinecone';
|
|
20
|
+
|
|
21
|
+
export default Pinecone;
|