@visitscotland/component-library 5.51.1 → 5.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/LICENSE.txt +21 -21
  2. package/dist/components/{LoadingSpinner-CaO_-caf.mjs → LoadingSpinner-D0Xf9MWc.mjs} +4 -2
  3. package/dist/components/{LoadingSpinner-Dp1LUhwe.js → LoadingSpinner-GwEp7vJg.js} +1 -1
  4. package/dist/components/deprecated-B3DbN99Y.mjs +16 -0
  5. package/dist/components/{deprecated-BJ2e68Yo.js → deprecated-Cl9osRH8.js} +12 -12
  6. package/dist/components/{highland-cow-6AoCzBpF.mjs → highland-cow-BiKfZg7L.mjs} +14 -14
  7. package/dist/components/{highland-cow-DlMGnebG.js → highland-cow-CRm5ANrL.js} +14 -14
  8. package/dist/components/{iCentre-BnLcpIw8.js → iCentre-BeepnBTk.js} +42 -42
  9. package/dist/components/{iCentre-BLimkPxI.mjs → iCentre-DV4_tr7d.mjs} +42 -42
  10. package/dist/components/{os-logo-maps-DUN8X-lQ.mjs → os-logo-maps-B7DKWN7s.mjs} +9 -9
  11. package/dist/components/{os-logo-maps-QXAuept_.js → os-logo-maps-CF9QEvIX.js} +9 -9
  12. package/dist/components/{os-logo-maps-white-BTtf_Eki.js → os-logo-maps-white-DOUatF7F.js} +6 -6
  13. package/dist/components/{os-logo-maps-white-SKYtuD6d.mjs → os-logo-maps-white-Dl0tLZD_.mjs} +6 -6
  14. package/dist/components/{prototype-lvwJzV8T.mjs → prototype-8NKYzK-s.mjs} +13 -13
  15. package/dist/components/{prototype-DQocvgQh.js → prototype-ggLuAMuB.js} +12 -12
  16. package/dist/components/ready-DQA4tUcz.mjs +15 -0
  17. package/dist/components/{ready-D9pdKFkx.js → ready-DSUouF6L.js} +11 -11
  18. package/dist/components/{review-CknihZl_.mjs → review-B3KwWYuP.mjs} +11 -11
  19. package/dist/components/{review-7L3On10m.js → review-Bi0lAugE.js} +11 -11
  20. package/dist/components/src/components/form/Form.vue.d.ts +10 -4
  21. package/dist/components/src/components/select/Select.vue.d.ts +14 -14
  22. package/dist/components/src/custom-components/maps/MainMap.vue.d.ts +2 -2
  23. package/dist/components/src/custom-components/maps/components/MapFeaturedLocation.vue.d.ts +6 -1
  24. package/dist/components/src/custom-components/maps/components/MapSidebar.vue.d.ts +22 -137
  25. package/dist/components/src/custom-components/maps/composables/useViewportController.d.ts +58 -0
  26. package/dist/components/src/custom-components/maps/index.d.ts +56 -190
  27. package/dist/components/src/stores/mainMap.store.d.ts +10 -1
  28. package/dist/components/style.css +1 -1
  29. package/dist/components/{visitscotland-logo-BEiiuSpo.mjs → visitscotland-logo-BA7LkUJw.mjs} +3 -3
  30. package/dist/components/{visitscotland-logo-NoymCLtN.js → visitscotland-logo-yAzNpi5x.js} +3 -3
  31. package/dist/components/vs-component-library-maps.js +1 -1
  32. package/dist/components/vs-component-library-maps.mjs +1 -1
  33. package/dist/components/vs-component-library.js +103 -103
  34. package/dist/components/vs-component-library.mjs +2909 -2777
  35. package/package.json +205 -205
  36. package/dist/components/deprecated-SV4OJNeR.mjs +0 -16
  37. package/dist/components/ready-CWPx4e9A.mjs +0 -15
package/package.json CHANGED
@@ -1,205 +1,205 @@
1
- {
2
- "name": "@visitscotland/component-library",
3
- "version": "5.51.1",
4
- "description": "VisitScotland Component Library",
5
- "author": "VisitScotland",
6
- "homepage": "https://github.com/visitscotland/vs-component-library#readme",
7
- "files": [
8
- "dist"
9
- ],
10
- "exports": {
11
- ".": {
12
- "require": "./dist/ssr/index.js"
13
- },
14
- "./components": {
15
- "types": "./dist/components/component-entry.d.ts",
16
- "import": "./dist/components/vs-component-library.mjs",
17
- "require": "./dist/components/vs-component-library.umd.js"
18
- },
19
- "./maps": {
20
- "import": "./dist/components/vs-component-library-maps.mjs"
21
- },
22
- "./style.css": "./dist/components/style.css",
23
- "./cludo-search-results.css": "./dist/client/styles/third-party/_cludo-search-results.css",
24
- "./cludo-autocomplete.css": "./dist/client/styles/third-party/_cludo-autocomplete.css"
25
- },
26
- "license": "MIT",
27
- "scripts": {
28
- "storybook": "yarn theo && storybook dev -p 6006",
29
- "storybook:host": "yarn theo && storybook dev -h 127.0.0.1 -p 6006",
30
- "build-storybook": "yarn theo && storybook build",
31
- "build": "yarn theo && npm-run-all third-party build:vite-no-theo",
32
- "build:vite": "yarn theo && vite build",
33
- "build:vite-no-theo": "vite build",
34
- "test": "yarn theo && jest --config ./test/unit/jest.conf.js",
35
- "test:no-theo": "jest --config ./test/unit/jest.conf.js",
36
- "lint": "eslint",
37
- "lint:all": "yarn lint:src && yarn lint:stories",
38
- "lint:src": "yarn lint \"src/**/*.{js,vue,ts}\"",
39
- "lint:stories": "yarn lint \"stories/**/*.{js,vue,ts}\"",
40
- "lint:fix": "yarn lint \"src/**/*.{js,vue,ts}\" \"stories/**/*.js\" --fix",
41
- "prettier": "prettier . --list-different",
42
- "theo": "theo ./src/tokens/tokens.yml --transform web --format map.scss,scss,raw.json,json --dest ./src/assets/tokens",
43
- "third-party": "node scripts/build-third-party.mjs",
44
- "commit": "cz",
45
- "prepare": "husky",
46
- "prepack": "yarn && yarn build",
47
- "release:patch": "standard-version --release-as patch",
48
- "release:minor": "standard-version --release-as minor",
49
- "release:major": "standard-version --release-as major"
50
- },
51
- "lint-staged": {
52
- "*.{js,vue,ts}": "eslint"
53
- },
54
- "repository": {
55
- "type": "git",
56
- "url": "https://github.com/visitscotland/vs-component-library.git"
57
- },
58
- "keywords": [
59
- "vue.js",
60
- "visit scotland",
61
- "vue",
62
- "design system",
63
- "design",
64
- "system"
65
- ],
66
- "devDependencies": {
67
- "@babel/core": "^7.23.2",
68
- "@babel/eslint-parser": "^7.21.8",
69
- "@babel/plugin-proposal-class-properties": "^7.10.4",
70
- "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
71
- "@babel/plugin-syntax-dynamic-import": "^7.0.0",
72
- "@babel/plugin-transform-runtime": "^7.23.2",
73
- "@babel/polyfill": "^7.10.4",
74
- "@babel/preset-env": "^7.23.2",
75
- "@babel/preset-react": "7.28.5",
76
- "@chromatic-com/storybook": "^4.0.0-next.16",
77
- "@originjs/vite-plugin-require-context": "^1.0.9",
78
- "@rushstack/eslint-patch": "^1.3.0",
79
- "@semantic-release/exec": "^7.1.0",
80
- "@semantic-release/npm": "^13.1.5",
81
- "@storybook/addon-a11y": "^9.1.0-alpha.2",
82
- "@storybook/addon-docs": "9.1.0-alpha.2",
83
- "@storybook/addon-links": "^9.1.0-alpha.2",
84
- "@storybook/vue3-vite": "^9.1.0-alpha.2",
85
- "@types/google.maps": "^3.58.1",
86
- "@typescript-eslint/eslint-plugin": "^8.38.0",
87
- "@typescript-eslint/parser": "^8.38.0",
88
- "@vitejs/plugin-vue": "^5.0.4",
89
- "@vue/eslint-config-airbnb": "^8.0.0",
90
- "@vue/test-utils": "^2.3.2",
91
- "@vue/vue3-jest": "^29.2.4",
92
- "babel-jest": "^29.5.0",
93
- "babel-plugin-macros": "^2.4.2",
94
- "bootstrap": "^5.3.2",
95
- "chromatic": "^6.17.3",
96
- "commitizen": "^4.3.0",
97
- "cross-env": "^7.0.3",
98
- "cz-conventional-changelog": "^3.3.0",
99
- "eslint": "^8.2.0",
100
- "eslint-import-resolver-typescript": "^4.4.4",
101
- "eslint-plugin-import": "^2.32.0",
102
- "eslint-plugin-storybook": "^9.1.0-alpha.2",
103
- "eslint-plugin-vue": "^9.11.1",
104
- "husky": "^9.1.7",
105
- "jest": "^29.5.0",
106
- "jest-axe": "^8.0.0",
107
- "jest-environment-jsdom": "^29.5.0",
108
- "jest-serializer-vue": "^3.1.0",
109
- "lint-staged": "^16.4.0",
110
- "moxios": "^0.4.0",
111
- "npm-run-all": "^4.1.5",
112
- "optimist": "^0.6.1",
113
- "postcss-safe-parser": "^6.0.0",
114
- "prettier": "^3.2.5",
115
- "sass": "^1.62.1",
116
- "semantic-release": "^25.0.3",
117
- "standard-version": "^9.5.0",
118
- "storybook": "^9.1.0-alpha.2",
119
- "storybook-addon-datalayer-watcher": "^2.0.1",
120
- "storybook-addon-tag-badges": "^2.0.2",
121
- "theo": "^8.1.5",
122
- "ts-jest": "^29.1.0",
123
- "typescript": "^5.0.4",
124
- "upgrade": "^1.1.0",
125
- "vite": "^5.2.10",
126
- "vite-plugin-dts": "^3.7.2",
127
- "vite-plugin-turbosnap": "^1.0.2",
128
- "vue": "^3.4.19"
129
- },
130
- "dependencies": {
131
- "@floating-ui/dom": "^1.7.6",
132
- "@googlemaps/js-api-loader": "^2.0.1",
133
- "@mapbox/geojson-extent": "^1.0.1",
134
- "@pinia/testing": "^0.1.3",
135
- "@rollup/plugin-replace": "^6.0.2",
136
- "@vuelidate/core": "^2.0.2",
137
- "@vuelidate/validators": "^2.0.2",
138
- "axios": "^1.4.0",
139
- "bootstrap-vue-next": "^0.17.0",
140
- "glob": "^12.0.0",
141
- "lodash": "^4.17.21",
142
- "mapbox-gl": "^1.11.1",
143
- "mitt": "^3.0.0",
144
- "pinia": "^3.0.4",
145
- "vite": "^5.1.3",
146
- "vue": "^3.3.4",
147
- "vue-combo-blocks": "^2.1.1",
148
- "vue-recaptcha": "^2.0.1",
149
- "vue-youtube-vue-3": "^1.5.0",
150
- "vue3-charts": "^1.1.33",
151
- "vue3-lazy-hydration": "^1.2.1",
152
- "vuelidate": "^0.7.7",
153
- "yalc": "^1.0.0-pre.53"
154
- },
155
- "peerDependencies": {
156
- "@popperjs/core": "*",
157
- "postcss": "*"
158
- },
159
- "engines": {
160
- "node": ">= 16.20.0",
161
- "npm": ">= 6.14.5",
162
- "yarn": ">= 1.22.4"
163
- },
164
- "dependenciesMeta": {
165
- "husky": {
166
- "built": true
167
- }
168
- },
169
- "browserslist": [
170
- "> 1%",
171
- "last 2 versions",
172
- "not Explorer > 0",
173
- "IE 11",
174
- "not ExplorerMobile > 0",
175
- "not BlackBerry > 0",
176
- "not OperaMini all",
177
- "not OperaMobile > 0"
178
- ],
179
- "jest": {
180
- "testPathIgnorePatterns": [
181
- ".test",
182
- "node_modules"
183
- ],
184
- "jest.pathToJest": "node_modules/.bin/jest"
185
- },
186
- "config": {
187
- "commitizen": {
188
- "path": "./node_modules/cz-conventional-changelog"
189
- }
190
- },
191
- "bugs": {
192
- "url": "https://github.com/visitscotland/vs-component-library/issues"
193
- },
194
- "resolutions": {
195
- "minimist": "^0.2.4",
196
- "json5": "^1.0.2",
197
- "word-wrap": "^1.2.4",
198
- "highlight.js": "^10.4.1",
199
- "semver": "^7.5.4",
200
- "get-func-name": "^2.0.1",
201
- "svgo": "3.2.0",
202
- "tar": "^7.5.13"
203
- },
204
- "packageManager": "yarn@4.14.1"
205
- }
1
+ {
2
+ "name": "@visitscotland/component-library",
3
+ "version": "5.53.0",
4
+ "description": "VisitScotland Component Library",
5
+ "author": "VisitScotland",
6
+ "homepage": "https://github.com/visitscotland/vs-component-library#readme",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "exports": {
11
+ ".": {
12
+ "require": "./dist/ssr/index.js"
13
+ },
14
+ "./components": {
15
+ "types": "./dist/components/component-entry.d.ts",
16
+ "import": "./dist/components/vs-component-library.mjs",
17
+ "require": "./dist/components/vs-component-library.umd.js"
18
+ },
19
+ "./maps": {
20
+ "import": "./dist/components/vs-component-library-maps.mjs"
21
+ },
22
+ "./style.css": "./dist/components/style.css",
23
+ "./cludo-search-results.css": "./dist/client/styles/third-party/_cludo-search-results.css",
24
+ "./cludo-autocomplete.css": "./dist/client/styles/third-party/_cludo-autocomplete.css"
25
+ },
26
+ "license": "MIT",
27
+ "scripts": {
28
+ "storybook": "yarn theo && storybook dev -p 6006",
29
+ "storybook:host": "yarn theo && storybook dev -h 127.0.0.1 -p 6006",
30
+ "build-storybook": "yarn theo && storybook build",
31
+ "build": "yarn theo && npm-run-all third-party build:vite-no-theo",
32
+ "build:vite": "yarn theo && vite build",
33
+ "build:vite-no-theo": "vite build",
34
+ "test": "yarn theo && jest --config ./test/unit/jest.conf.js",
35
+ "test:no-theo": "jest --config ./test/unit/jest.conf.js",
36
+ "lint": "eslint",
37
+ "lint:all": "yarn lint:src && yarn lint:stories",
38
+ "lint:src": "yarn lint \"src/**/*.{js,vue,ts}\"",
39
+ "lint:stories": "yarn lint \"stories/**/*.{js,vue,ts}\"",
40
+ "lint:fix": "yarn lint \"src/**/*.{js,vue,ts}\" \"stories/**/*.js\" --fix",
41
+ "prettier": "prettier . --list-different",
42
+ "theo": "theo ./src/tokens/tokens.yml --transform web --format map.scss,scss,raw.json,json --dest ./src/assets/tokens",
43
+ "third-party": "node scripts/build-third-party.mjs",
44
+ "commit": "cz",
45
+ "prepare": "husky",
46
+ "prepack": "yarn && yarn build",
47
+ "release:patch": "standard-version --release-as patch",
48
+ "release:minor": "standard-version --release-as minor",
49
+ "release:major": "standard-version --release-as major"
50
+ },
51
+ "lint-staged": {
52
+ "*.{js,vue,ts}": "eslint"
53
+ },
54
+ "repository": {
55
+ "type": "git",
56
+ "url": "https://github.com/visitscotland/vs-component-library.git"
57
+ },
58
+ "keywords": [
59
+ "vue.js",
60
+ "visit scotland",
61
+ "vue",
62
+ "design system",
63
+ "design",
64
+ "system"
65
+ ],
66
+ "devDependencies": {
67
+ "@babel/core": "^7.23.2",
68
+ "@babel/eslint-parser": "^7.21.8",
69
+ "@babel/plugin-proposal-class-properties": "^7.10.4",
70
+ "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
71
+ "@babel/plugin-syntax-dynamic-import": "^7.0.0",
72
+ "@babel/plugin-transform-runtime": "^7.23.2",
73
+ "@babel/polyfill": "^7.10.4",
74
+ "@babel/preset-env": "^7.23.2",
75
+ "@babel/preset-react": "7.28.5",
76
+ "@chromatic-com/storybook": "^4.0.0-next.16",
77
+ "@originjs/vite-plugin-require-context": "^1.0.9",
78
+ "@rushstack/eslint-patch": "^1.3.0",
79
+ "@semantic-release/exec": "^7.1.0",
80
+ "@semantic-release/npm": "^13.1.5",
81
+ "@storybook/addon-a11y": "^9.1.0-alpha.2",
82
+ "@storybook/addon-docs": "9.1.0-alpha.2",
83
+ "@storybook/addon-links": "^9.1.0-alpha.2",
84
+ "@storybook/vue3-vite": "^9.1.0-alpha.2",
85
+ "@types/google.maps": "^3.64.0",
86
+ "@typescript-eslint/eslint-plugin": "^8.38.0",
87
+ "@typescript-eslint/parser": "^8.38.0",
88
+ "@vitejs/plugin-vue": "^5.0.4",
89
+ "@vue/eslint-config-airbnb": "^8.0.0",
90
+ "@vue/test-utils": "^2.3.2",
91
+ "@vue/vue3-jest": "^29.2.4",
92
+ "babel-jest": "^29.5.0",
93
+ "babel-plugin-macros": "^2.4.2",
94
+ "bootstrap": "^5.3.2",
95
+ "chromatic": "^6.17.3",
96
+ "commitizen": "^4.3.0",
97
+ "cross-env": "^7.0.3",
98
+ "cz-conventional-changelog": "^3.3.0",
99
+ "eslint": "^8.2.0",
100
+ "eslint-import-resolver-typescript": "^4.4.4",
101
+ "eslint-plugin-import": "^2.32.0",
102
+ "eslint-plugin-storybook": "^9.1.0-alpha.2",
103
+ "eslint-plugin-vue": "^9.11.1",
104
+ "husky": "^9.1.7",
105
+ "jest": "^29.5.0",
106
+ "jest-axe": "^8.0.0",
107
+ "jest-environment-jsdom": "^29.5.0",
108
+ "jest-serializer-vue": "^3.1.0",
109
+ "lint-staged": "^16.4.0",
110
+ "moxios": "^0.4.0",
111
+ "npm-run-all": "^4.1.5",
112
+ "optimist": "^0.6.1",
113
+ "postcss-safe-parser": "^6.0.0",
114
+ "prettier": "^3.2.5",
115
+ "sass": "^1.62.1",
116
+ "semantic-release": "^25.0.3",
117
+ "standard-version": "^9.5.0",
118
+ "storybook": "^9.1.0-alpha.2",
119
+ "storybook-addon-datalayer-watcher": "^2.0.1",
120
+ "storybook-addon-tag-badges": "^2.0.2",
121
+ "theo": "^8.1.5",
122
+ "ts-jest": "^29.1.0",
123
+ "typescript": "^5.0.4",
124
+ "upgrade": "^1.1.0",
125
+ "vite": "^5.2.10",
126
+ "vite-plugin-dts": "^3.7.2",
127
+ "vite-plugin-turbosnap": "^1.0.2",
128
+ "vue": "^3.4.19"
129
+ },
130
+ "dependencies": {
131
+ "@floating-ui/dom": "^1.7.6",
132
+ "@googlemaps/js-api-loader": "^2.0.1",
133
+ "@mapbox/geojson-extent": "^1.0.1",
134
+ "@pinia/testing": "^0.1.3",
135
+ "@rollup/plugin-replace": "^6.0.2",
136
+ "@vuelidate/core": "^2.0.2",
137
+ "@vuelidate/validators": "^2.0.2",
138
+ "axios": "^1.4.0",
139
+ "bootstrap-vue-next": "^0.17.0",
140
+ "glob": "^12.0.0",
141
+ "lodash": "^4.17.21",
142
+ "mapbox-gl": "^1.11.1",
143
+ "mitt": "^3.0.0",
144
+ "pinia": "^3.0.4",
145
+ "vite": "^5.1.3",
146
+ "vue": "^3.3.4",
147
+ "vue-combo-blocks": "^2.1.1",
148
+ "vue-recaptcha": "^2.0.1",
149
+ "vue-youtube-vue-3": "^1.5.0",
150
+ "vue3-charts": "^1.1.33",
151
+ "vue3-lazy-hydration": "^1.2.1",
152
+ "vuelidate": "^0.7.7",
153
+ "yalc": "^1.0.0-pre.53"
154
+ },
155
+ "peerDependencies": {
156
+ "@popperjs/core": "*",
157
+ "postcss": "*"
158
+ },
159
+ "engines": {
160
+ "node": ">= 16.20.0",
161
+ "npm": ">= 6.14.5",
162
+ "yarn": ">= 1.22.4"
163
+ },
164
+ "dependenciesMeta": {
165
+ "husky": {
166
+ "built": true
167
+ }
168
+ },
169
+ "browserslist": [
170
+ "> 1%",
171
+ "last 2 versions",
172
+ "not Explorer > 0",
173
+ "IE 11",
174
+ "not ExplorerMobile > 0",
175
+ "not BlackBerry > 0",
176
+ "not OperaMini all",
177
+ "not OperaMobile > 0"
178
+ ],
179
+ "jest": {
180
+ "testPathIgnorePatterns": [
181
+ ".test",
182
+ "node_modules"
183
+ ],
184
+ "jest.pathToJest": "node_modules/.bin/jest"
185
+ },
186
+ "config": {
187
+ "commitizen": {
188
+ "path": "./node_modules/cz-conventional-changelog"
189
+ }
190
+ },
191
+ "bugs": {
192
+ "url": "https://github.com/visitscotland/vs-component-library/issues"
193
+ },
194
+ "resolutions": {
195
+ "minimist": "^0.2.4",
196
+ "json5": "^1.0.2",
197
+ "word-wrap": "^1.2.4",
198
+ "highlight.js": "^10.4.1",
199
+ "semver": "^7.5.4",
200
+ "get-func-name": "^2.0.1",
201
+ "svgo": "3.2.0",
202
+ "tar": "^7.5.13"
203
+ },
204
+ "packageManager": "yarn@4.14.1"
205
+ }
@@ -1,16 +0,0 @@
1
- const e = `<?xml version="1.0" encoding="utf-8"?>\r
2
- <!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->\r
3
- <svg version="1.1" id="Layer_1" focusable="false" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"\r
4
- x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">\r
5
- <style type="text/css">\r
6
- .st0{fill:#AF0A6E;}\r
7
- </style>\r
8
- <path class="st0" d="M256,0C114.6,0,0,114.6,0,256s114.6,256,256,256s256-114.6,256-256S397.4,0,256,0z M336.1,303\r
9
- c9.4,9.4,9.4,24.6,0,33.9c-9.4,9.4-24.6,9.4-33.9,0l-46.2-47l-47,47c-9.4,9.4-24.6,9.4-33.9,0c-9.4-9.4-9.4-24.6,0-33.9l47-47\r
10
- L175,208.1c-9.4-9.4-9.4-24.6,0-33.9s24.6-9.4,33.9,0l47.1,47.9l47-47c9.4-9.4,24.6-9.4,33.9,0s9.4,24.6,0,33.9l-47,47L336.1,303z"\r
11
- />\r
12
- </svg>\r
13
- `;
14
- export {
15
- e as default
16
- };
@@ -1,15 +0,0 @@
1
- const r = `<?xml version="1.0" encoding="utf-8"?>\r
2
- <!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->\r
3
- <svg version="1.1" id="Layer_1" focusable="false" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"\r
4
- x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">\r
5
- <style type="text/css">\r
6
- .st0{fill:#28C7C4;}\r
7
- </style>\r
8
- <path class="st0" d="M256,0C114.6,0,0,114.6,0,256s114.6,256,256,256s256-114.6,256-256S397.4,0,256,0z M371.8,211.8l-128,128\r
9
- c-5.5,5.5-12.6,8.2-19.8,8.2s-14.3-2.7-19.8-8.2l-64-64c-10.9-10.9-10.9-28.7,0-39.6c10.9-10.9,28.7-10.9,39.6,0l44.2,44.2\r
10
- l108.2-108.2c10.9-10.9,28.7-10.9,39.6,0C382.7,183.1,382.7,200.9,371.8,211.8z"/>\r
11
- </svg>\r
12
- `;
13
- export {
14
- r as default
15
- };