@ds-mo/icons 2.1.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/icons/{MapB.d.ts → MapPage.d.ts} +1 -1
- package/dist/icons/MapPage.mjs +9 -0
- package/dist/icons/{MapA.d.ts → MapPin.d.ts} +1 -1
- package/dist/icons/{MapA.mjs → MapPin.mjs} +3 -3
- package/dist/icons/index.d.ts +2 -4
- package/dist/icons/index.mjs +2 -4
- package/dist/index.d.ts +2 -4
- package/dist/index.mjs +2 -4
- package/dist/meta.json +17 -35
- package/dist/sprite.svg +6 -12
- package/dist/svg/MapPage.d.ts +1 -0
- package/dist/svg/MapPage.mjs +1 -0
- package/dist/svg/MapPin.d.ts +1 -0
- package/dist/svg/MapPin.mjs +1 -0
- package/dist/svg/index.d.ts +2 -4
- package/dist/svg/index.mjs +2 -4
- package/package.json +1 -1
- package/dist/icons/MapB.mjs +0 -9
- package/dist/icons/MapBBetaBottom.d.ts +0 -2
- package/dist/icons/MapBBetaBottom.mjs +0 -10
- package/dist/icons/MapBBetaTop.d.ts +0 -2
- package/dist/icons/MapBBetaTop.mjs +0 -10
- package/dist/svg/MapA.d.ts +0 -1
- package/dist/svg/MapA.mjs +0 -1
- package/dist/svg/MapB.d.ts +0 -1
- package/dist/svg/MapB.mjs +0 -1
- package/dist/svg/MapBBetaBottom.d.ts +0 -1
- package/dist/svg/MapBBetaBottom.mjs +0 -1
- package/dist/svg/MapBBetaTop.d.ts +0 -1
- package/dist/svg/MapBBetaTop.mjs +0 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@ds-mo/icons)
|
|
4
4
|
|
|
5
|
-
IcoMo — **
|
|
5
|
+
IcoMo — **424 SVG icons** (392 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and an SVG sprite.
|
|
6
6
|
|
|
7
7
|
Part of the **ds-mo design system trilogy**: [@ds-mo/tokens](https://www.npmjs.com/package/@ds-mo/tokens) → **@ds-mo/icons** → [@ds-mo/ui](https://www.npmjs.com/package/@ds-mo/ui) (CompoMo).
|
|
8
8
|
|
|
@@ -28,7 +28,7 @@ Icons are grouped into **categories** so the pipeline can treat them differently
|
|
|
28
28
|
|
|
29
29
|
| Category | Count | Themeable | Description |
|
|
30
30
|
|---|---|---|---|
|
|
31
|
-
| `system` |
|
|
31
|
+
| `system` | 392 | ✅ `currentColor` | Monochrome UI icons — respond to CSS `color` and the `color` prop |
|
|
32
32
|
| `flag` | 32 | ❌ preserved | Multi-color country flags — hex + P3 wide-gamut colors kept verbatim |
|
|
33
33
|
|
|
34
34
|
Flag component names are prefixed with `Flag` (e.g. `FlagFrance`, `FlagUnitedStates`) so every export is globally unique.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IconComponent } from '../createIcon.mjs';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const MapPage: IconComponent;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createElement } from 'react';
|
|
2
|
+
import { createIcon } from '../createIcon.mjs';
|
|
3
|
+
|
|
4
|
+
const MapPage = createIcon('map-page', [
|
|
5
|
+
createElement('path', { d: "M6.22559 2.03296L10.001 3.93921L13.7764 2.05249L14.5 2.49976V11.8093L14.2236 11.947L10.2236 13.947L10 14.0593L9.77637 13.947L6 12.0583L2.22363 13.947L1.5 13.4998V4.19214L5.77441 2.03296L6 1.9187L6.22559 2.03296ZM2.5 4.80737V12.6902L5.5 11.1902V3.29175L2.5 4.80737ZM6.5 11.1902L9.5 12.6902V4.80737L6.5 3.29175V11.1902ZM10.5 4.80835V12.6902L13.5 11.1902V3.30835L10.5 4.80835Z", key: "a" }),
|
|
6
|
+
]);
|
|
7
|
+
|
|
8
|
+
MapPage.displayName = 'MapPage';
|
|
9
|
+
export { MapPage };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IconComponent } from '../createIcon.mjs';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const MapPin: IconComponent;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createElement } from 'react';
|
|
2
2
|
import { createIcon } from '../createIcon.mjs';
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
const MapPin = createIcon('map-pin', [
|
|
5
5
|
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M10 4.5C10 3.67157 10.6716 3 11.5 3C12.3284 3 13 3.67157 13 4.5C13 5.32843 12.3284 6 11.5 6C10.6716 6 10 5.32843 10 4.5ZM11.5 4C11.2239 4 11 4.22386 11 4.5C11 4.77614 11.2239 5 11.5 5C11.7761 5 12 4.77614 12 4.5C12 4.22386 11.7761 4 11.5 4Z", key: "a" }),
|
|
6
6
|
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M8 4.47744C8 2.55335 9.57057 1 11.5 1C13.4294 1 15 2.55335 15 4.47744C15 5.36783 14.6626 6.18062 14.1094 6.79506L12.1664 9H10.8336L8.89059 6.79505C8.33743 6.18061 8 5.36782 8 4.47744ZM11.5 2C10.1157 2 9 3.11274 9 4.47744C9 5.11115 9.23947 5.68872 9.63521 6.12755L9.63905 6.13182L11.5 8.24372L13.3648 6.12753C13.7605 5.6887 14 5.11115 14 4.47744C14 3.11274 12.8843 2 11.5 2Z", key: "b" }),
|
|
7
7
|
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M7 3H1V14H15V8H14V13H13.2071L4.20714 4H7V3ZM2.79292 4H2V12.2929L6.5429 7.74998L2.79292 4ZM11.7929 13L7.25001 8.45708L2.70709 13H11.7929Z", key: "c" }),
|
|
8
8
|
]);
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
export {
|
|
10
|
+
MapPin.displayName = 'MapPin';
|
|
11
|
+
export { MapPin };
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -227,11 +227,9 @@ export { MagnifyingGlass } from './MagnifyingGlass.mjs';
|
|
|
227
227
|
export { MagnifyingGlassGraph } from './MagnifyingGlassGraph.mjs';
|
|
228
228
|
export { MagnifyingGlassZoomIn } from './MagnifyingGlassZoomIn.mjs';
|
|
229
229
|
export { MagnifyingGlassZoomOut } from './MagnifyingGlassZoomOut.mjs';
|
|
230
|
-
export { MapA } from './MapA.mjs';
|
|
231
|
-
export { MapB } from './MapB.mjs';
|
|
232
|
-
export { MapBBetaBottom } from './MapBBetaBottom.mjs';
|
|
233
|
-
export { MapBBetaTop } from './MapBBetaTop.mjs';
|
|
234
230
|
export { MapNavigation } from './MapNavigation.mjs';
|
|
231
|
+
export { MapPage } from './MapPage.mjs';
|
|
232
|
+
export { MapPin } from './MapPin.mjs';
|
|
235
233
|
export { MarkRead } from './MarkRead.mjs';
|
|
236
234
|
export { Match } from './Match.mjs';
|
|
237
235
|
export { MessageBubble } from './MessageBubble.mjs';
|
package/dist/icons/index.mjs
CHANGED
|
@@ -227,11 +227,9 @@ export { MagnifyingGlass } from './MagnifyingGlass.mjs';
|
|
|
227
227
|
export { MagnifyingGlassGraph } from './MagnifyingGlassGraph.mjs';
|
|
228
228
|
export { MagnifyingGlassZoomIn } from './MagnifyingGlassZoomIn.mjs';
|
|
229
229
|
export { MagnifyingGlassZoomOut } from './MagnifyingGlassZoomOut.mjs';
|
|
230
|
-
export { MapA } from './MapA.mjs';
|
|
231
|
-
export { MapB } from './MapB.mjs';
|
|
232
|
-
export { MapBBetaBottom } from './MapBBetaBottom.mjs';
|
|
233
|
-
export { MapBBetaTop } from './MapBBetaTop.mjs';
|
|
234
230
|
export { MapNavigation } from './MapNavigation.mjs';
|
|
231
|
+
export { MapPage } from './MapPage.mjs';
|
|
232
|
+
export { MapPin } from './MapPin.mjs';
|
|
235
233
|
export { MarkRead } from './MarkRead.mjs';
|
|
236
234
|
export { Match } from './Match.mjs';
|
|
237
235
|
export { MessageBubble } from './MessageBubble.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -232,11 +232,9 @@ export { MagnifyingGlass } from './icons/MagnifyingGlass.mjs';
|
|
|
232
232
|
export { MagnifyingGlassGraph } from './icons/MagnifyingGlassGraph.mjs';
|
|
233
233
|
export { MagnifyingGlassZoomIn } from './icons/MagnifyingGlassZoomIn.mjs';
|
|
234
234
|
export { MagnifyingGlassZoomOut } from './icons/MagnifyingGlassZoomOut.mjs';
|
|
235
|
-
export { MapA } from './icons/MapA.mjs';
|
|
236
|
-
export { MapB } from './icons/MapB.mjs';
|
|
237
|
-
export { MapBBetaBottom } from './icons/MapBBetaBottom.mjs';
|
|
238
|
-
export { MapBBetaTop } from './icons/MapBBetaTop.mjs';
|
|
239
235
|
export { MapNavigation } from './icons/MapNavigation.mjs';
|
|
236
|
+
export { MapPage } from './icons/MapPage.mjs';
|
|
237
|
+
export { MapPin } from './icons/MapPin.mjs';
|
|
240
238
|
export { MarkRead } from './icons/MarkRead.mjs';
|
|
241
239
|
export { Match } from './icons/Match.mjs';
|
|
242
240
|
export { MessageBubble } from './icons/MessageBubble.mjs';
|
package/dist/index.mjs
CHANGED
|
@@ -230,11 +230,9 @@ export { MagnifyingGlass } from './icons/MagnifyingGlass.mjs';
|
|
|
230
230
|
export { MagnifyingGlassGraph } from './icons/MagnifyingGlassGraph.mjs';
|
|
231
231
|
export { MagnifyingGlassZoomIn } from './icons/MagnifyingGlassZoomIn.mjs';
|
|
232
232
|
export { MagnifyingGlassZoomOut } from './icons/MagnifyingGlassZoomOut.mjs';
|
|
233
|
-
export { MapA } from './icons/MapA.mjs';
|
|
234
|
-
export { MapB } from './icons/MapB.mjs';
|
|
235
|
-
export { MapBBetaBottom } from './icons/MapBBetaBottom.mjs';
|
|
236
|
-
export { MapBBetaTop } from './icons/MapBBetaTop.mjs';
|
|
237
233
|
export { MapNavigation } from './icons/MapNavigation.mjs';
|
|
234
|
+
export { MapPage } from './icons/MapPage.mjs';
|
|
235
|
+
export { MapPin } from './icons/MapPin.mjs';
|
|
238
236
|
export { MarkRead } from './icons/MarkRead.mjs';
|
|
239
237
|
export { Match } from './icons/Match.mjs';
|
|
240
238
|
export { MessageBubble } from './icons/MessageBubble.mjs';
|
package/dist/meta.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
3
|
-
"count":
|
|
2
|
+
"version": "3.0.0",
|
|
3
|
+
"count": 424,
|
|
4
4
|
"categories": {
|
|
5
5
|
"system": {
|
|
6
|
-
"count":
|
|
6
|
+
"count": 392,
|
|
7
7
|
"themeable": true
|
|
8
8
|
},
|
|
9
9
|
"flag": {
|
|
@@ -2325,53 +2325,35 @@
|
|
|
2325
2325
|
]
|
|
2326
2326
|
},
|
|
2327
2327
|
{
|
|
2328
|
-
"name": "
|
|
2328
|
+
"name": "MapNavigation",
|
|
2329
2329
|
"category": "system",
|
|
2330
|
-
"kebab": "map-
|
|
2330
|
+
"kebab": "map-navigation",
|
|
2331
2331
|
"aliases": [
|
|
2332
|
-
"
|
|
2333
|
-
"
|
|
2334
|
-
"
|
|
2332
|
+
"directions",
|
|
2333
|
+
"navigate",
|
|
2334
|
+
"route-map"
|
|
2335
2335
|
]
|
|
2336
2336
|
},
|
|
2337
2337
|
{
|
|
2338
|
-
"name": "
|
|
2338
|
+
"name": "MapPage",
|
|
2339
2339
|
"category": "system",
|
|
2340
|
-
"kebab": "map-
|
|
2340
|
+
"kebab": "map-page",
|
|
2341
2341
|
"aliases": [
|
|
2342
|
+
"map-b",
|
|
2342
2343
|
"map-alt",
|
|
2343
2344
|
"map-variant",
|
|
2344
2345
|
"navigation-b"
|
|
2345
2346
|
]
|
|
2346
2347
|
},
|
|
2347
2348
|
{
|
|
2348
|
-
"name": "
|
|
2349
|
-
"category": "system",
|
|
2350
|
-
"kebab": "map-b-beta-bottom",
|
|
2351
|
-
"aliases": [
|
|
2352
|
-
"map-beta-bottom",
|
|
2353
|
-
"beta-map-bottom",
|
|
2354
|
-
"experimental-map-bottom"
|
|
2355
|
-
]
|
|
2356
|
-
},
|
|
2357
|
-
{
|
|
2358
|
-
"name": "MapBBetaTop",
|
|
2349
|
+
"name": "MapPin",
|
|
2359
2350
|
"category": "system",
|
|
2360
|
-
"kebab": "map-
|
|
2351
|
+
"kebab": "map-pin",
|
|
2361
2352
|
"aliases": [
|
|
2362
|
-
"map-
|
|
2363
|
-
"
|
|
2364
|
-
"
|
|
2365
|
-
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"name": "MapNavigation",
|
|
2369
|
-
"category": "system",
|
|
2370
|
-
"kebab": "map-navigation",
|
|
2371
|
-
"aliases": [
|
|
2372
|
-
"directions",
|
|
2373
|
-
"navigate",
|
|
2374
|
-
"route-map"
|
|
2353
|
+
"map-a",
|
|
2354
|
+
"map",
|
|
2355
|
+
"navigation",
|
|
2356
|
+
"atlas"
|
|
2375
2357
|
]
|
|
2376
2358
|
},
|
|
2377
2359
|
{
|
package/dist/sprite.svg
CHANGED
|
@@ -686,21 +686,15 @@
|
|
|
686
686
|
<symbol id="magnifying-glass-zoom-out" viewBox="0 0 16 16" fill="currentColor">
|
|
687
687
|
<path d="M10 7.5H4V6.5H10V7.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 2C4.23858 2 2 4.23858 2 7C2 9.76142 4.23858 12 7 12C8.20063 12 9.30243 11.5768 10.1644 10.8715L13.1465 13.8536L13.8536 13.1465L10.8715 10.1644C11.5768 9.30243 12 8.20063 12 7C12 4.23858 9.76142 2 7 2ZM3 7C3 4.79086 4.79086 3 7 3C9.20914 3 11 4.79086 11 7C11 9.20914 9.20914 11 7 11C4.79086 11 3 9.20914 3 7Z" fill="currentColor"/>
|
|
688
688
|
</symbol>
|
|
689
|
-
<symbol id="map-a" viewBox="0 0 16 16" fill="currentColor">
|
|
690
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 4.5C10 3.67157 10.6716 3 11.5 3C12.3284 3 13 3.67157 13 4.5C13 5.32843 12.3284 6 11.5 6C10.6716 6 10 5.32843 10 4.5ZM11.5 4C11.2239 4 11 4.22386 11 4.5C11 4.77614 11.2239 5 11.5 5C11.7761 5 12 4.77614 12 4.5C12 4.22386 11.7761 4 11.5 4Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 4.47744C8 2.55335 9.57057 1 11.5 1C13.4294 1 15 2.55335 15 4.47744C15 5.36783 14.6626 6.18062 14.1094 6.79506L12.1664 9H10.8336L8.89059 6.79505C8.33743 6.18061 8 5.36782 8 4.47744ZM11.5 2C10.1157 2 9 3.11274 9 4.47744C9 5.11115 9.23947 5.68872 9.63521 6.12755L9.63905 6.13182L11.5 8.24372L13.3648 6.12753C13.7605 5.6887 14 5.11115 14 4.47744C14 3.11274 12.8843 2 11.5 2Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 3H1V14H15V8H14V13H13.2071L4.20714 4H7V3ZM2.79292 4H2V12.2929L6.5429 7.74998L2.79292 4ZM11.7929 13L7.25001 8.45708L2.70709 13H11.7929Z" fill="currentColor"/>
|
|
691
|
-
</symbol>
|
|
692
|
-
<symbol id="map-b" viewBox="0 0 16 16" fill="currentColor">
|
|
693
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.2959 2.01619L10.4757 3.95177L5.47722 1.95236L1 4.19097V13.2864L1.70531 13.9917L5.52474 12.0484L10.5228 14.0476L15 11.809V2.72033L14.2959 2.01619ZM11 4.80717L14 3.28714V11.191L11 12.691V4.80717ZM10 4.83851L6 3.23851V11.1615L10 12.7615V4.83851ZM5 11.1934V3.30901L2 4.80901V12.7198L5 11.1934Z" fill="currentColor"/>
|
|
694
|
-
</symbol>
|
|
695
|
-
<symbol id="map-b-beta-bottom" viewBox="0 0 16 16" fill="currentColor">
|
|
696
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.23633 7.69238C2.46635 7.69241 2.68297 7.72554 2.88574 7.79199C3.09012 7.85845 3.26979 7.95379 3.4248 8.07812C3.58162 8.20085 3.70433 8.34836 3.79297 8.52051C3.8816 8.69096 3.92578 8.88264 3.92578 9.0957C3.92749 9.33604 3.86687 9.57042 3.74414 9.79883C3.66283 9.95224 3.55395 10.0849 3.42188 10.2021C3.65673 10.3399 3.83602 10.5193 3.95898 10.7422C4.08853 10.974 4.15307 11.2275 4.15137 11.502C4.15303 11.8052 4.08161 12.0744 3.93848 12.3096C3.7953 12.543 3.60209 12.7264 3.3584 12.8594C3.11468 12.9906 2.8417 13.0566 2.54004 13.0566C2.36287 13.0566 2.18891 13.0294 2.01855 12.9766C1.84829 12.9237 1.68917 12.831 1.54102 12.6982L1.50781 12.7139V14.4727H0.5V9.28027C0.501704 8.95824 0.579135 8.67828 0.732422 8.44141C0.887536 8.20277 1.09688 8.01822 1.35938 7.88867C1.62179 7.75753 1.9143 7.69238 2.23633 7.69238ZM2.23633 8.60254C2.09826 8.60254 1.9731 8.6315 1.8623 8.68945C1.75344 8.7474 1.66624 8.83175 1.60156 8.94238C1.53864 9.05135 1.50786 9.18427 1.50781 9.34082V11.3789C1.50781 11.5238 1.53975 11.6576 1.60449 11.7803C1.67097 11.9013 1.76594 11.9977 1.88867 12.0693C2.01135 12.1408 2.15902 12.1768 2.33105 12.1768C2.49794 12.1767 2.64299 12.1436 2.76562 12.0771C2.88815 12.0091 2.98239 11.9177 3.04883 11.8037C3.117 11.6878 3.15136 11.5597 3.15137 11.4199C3.15137 11.2699 3.11431 11.1391 3.04102 11.0283C2.96775 10.9177 2.86963 10.833 2.74707 10.7734C2.62441 10.7121 2.48754 10.6807 2.33594 10.6807H1.98535V9.91602H2.2207C2.39286 9.91602 2.53054 9.88264 2.63281 9.81445C2.735 9.74459 2.80824 9.65788 2.85254 9.55566C2.89846 9.4518 2.92065 9.34949 2.91895 9.24902C2.92063 9.0616 2.85849 8.90712 2.73242 8.78613C2.60804 8.66346 2.44246 8.60259 2.23633 8.60254Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.4756 3.95215L14.2959 2.0166L15 2.7207V11.8086L10.5225 14.0479L5.52441 12.0488L5 11.8047V3.30859L2 4.80859V7H1V4.19141L5.47754 1.95215L10.4756 3.95215ZM6 11.1611L10 12.7617V4.83887L6 3.23828V11.1611ZM11 4.80762V12.6914L14 11.1914V3.28711L11 4.80762Z" fill="currentColor"/>
|
|
697
|
-
</symbol>
|
|
698
|
-
<symbol id="map-b-beta-top" viewBox="0 0 16 16" fill="currentColor">
|
|
699
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4756 3.95215L11 4.17578V12.6914L14 11.1914V8H15V11.8086L10.5225 14.0479L5.52441 12.0488L1.70508 13.9922L1 13.2861V4.19141L5.47754 1.95215L10.4756 3.95215ZM6 11.1611L10 12.7617V4.83887L6 3.23828V11.1611ZM2 4.80859V12.7197L5 11.1934V3.30859L2 4.80859Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7363 1.69238C13.9663 1.69241 14.183 1.72554 14.3857 1.79199C14.5901 1.85845 14.7698 1.95379 14.9248 2.07812C15.0816 2.20085 15.2043 2.34836 15.293 2.52051C15.3816 2.69096 15.4258 2.88264 15.4258 3.0957C15.4275 3.33604 15.3669 3.57042 15.2441 3.79883C15.1628 3.95224 15.0539 4.08489 14.9219 4.20215C15.1567 4.33992 15.336 4.51932 15.459 4.74219C15.5885 4.97401 15.6531 5.22752 15.6514 5.50195C15.653 5.80525 15.5816 6.07442 15.4385 6.30957C15.2953 6.54302 15.1021 6.72645 14.8584 6.85938C14.6147 6.99059 14.3417 7.05664 14.04 7.05664C13.8629 7.05661 13.6889 7.02937 13.5186 6.97656C13.3483 6.92373 13.1892 6.83102 13.041 6.69824L13.0078 6.71387V8.47266H12V3.28027C12.0017 2.95824 12.0791 2.67828 12.2324 2.44141C12.3875 2.20277 12.5969 2.01822 12.8594 1.88867C13.1218 1.75753 13.4143 1.69238 13.7363 1.69238ZM13.7363 2.60254C13.5983 2.60254 13.4731 2.6315 13.3623 2.68945C13.2534 2.7474 13.1662 2.83175 13.1016 2.94238C13.0386 3.05135 13.0079 3.18427 13.0078 3.34082V5.37891C13.0078 5.52375 13.0398 5.65757 13.1045 5.78027C13.171 5.9013 13.2659 5.99775 13.3887 6.06934C13.5113 6.14083 13.659 6.17676 13.8311 6.17676C13.9979 6.17671 14.143 6.14358 14.2656 6.07715C14.3881 6.00905 14.4824 5.91769 14.5488 5.80371C14.617 5.68782 14.6514 5.55967 14.6514 5.41992C14.6514 5.26992 14.6143 5.13912 14.541 5.02832C14.4678 4.91774 14.3696 4.83302 14.2471 4.77344C14.1244 4.71213 13.9875 4.68068 13.8359 4.68066H13.4854V3.91602H13.7207C13.8929 3.91602 14.0305 3.88263 14.1328 3.81445C14.235 3.74459 14.3082 3.65788 14.3525 3.55566C14.3985 3.4518 14.4206 3.34949 14.4189 3.24902C14.4206 3.0616 14.3585 2.90713 14.2324 2.78613C14.108 2.66345 13.9425 2.60259 13.7363 2.60254Z" fill="currentColor"/>
|
|
700
|
-
</symbol>
|
|
701
689
|
<symbol id="map-navigation" viewBox="0 0 16 16" fill="currentColor">
|
|
702
690
|
<path d="M6.00012 7.02539L6.00012 11H7.00012L7.00012 8.02539L9.58343 8.02539L8.41225 9.19661L9.11936 9.9037L11.0001 8.02289V7.02733L9.1193 5.14646L8.41219 5.85355L9.58399 7.02539L6.00012 7.02539Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1.76788 9.76775C0.791566 8.79144 0.791568 7.20853 1.76788 6.23222L6.23235 1.76775C7.20866 0.791444 8.79157 0.791446 9.76788 1.76776L14.2323 6.23222C15.2087 7.20854 15.2087 8.79145 14.2323 9.76776L9.76788 14.2322C8.79157 15.2085 7.20866 15.2085 6.23235 14.2322L1.76788 9.76775ZM2.47499 6.93933L6.93945 2.47486C7.52524 1.88908 8.47499 1.88908 9.06077 2.47486L13.5252 6.93933C14.111 7.52512 14.111 8.47486 13.5252 9.06065L9.06077 13.5251C8.47499 14.1109 7.52524 14.1109 6.93945 13.5251L2.47498 9.06065C1.8892 8.47486 1.8892 7.52512 2.47499 6.93933Z" fill="currentColor"/>
|
|
703
691
|
</symbol>
|
|
692
|
+
<symbol id="map-page" viewBox="0 0 16 16" fill="currentColor">
|
|
693
|
+
<path d="M6.22559 2.03296L10.001 3.93921L13.7764 2.05249L14.5 2.49976V11.8093L14.2236 11.947L10.2236 13.947L10 14.0593L9.77637 13.947L6 12.0583L2.22363 13.947L1.5 13.4998V4.19214L5.77441 2.03296L6 1.9187L6.22559 2.03296ZM2.5 4.80737V12.6902L5.5 11.1902V3.29175L2.5 4.80737ZM6.5 11.1902L9.5 12.6902V4.80737L6.5 3.29175V11.1902ZM10.5 4.80835V12.6902L13.5 11.1902V3.30835L10.5 4.80835Z" fill="currentColor"/>
|
|
694
|
+
</symbol>
|
|
695
|
+
<symbol id="map-pin" viewBox="0 0 16 16" fill="currentColor">
|
|
696
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 4.5C10 3.67157 10.6716 3 11.5 3C12.3284 3 13 3.67157 13 4.5C13 5.32843 12.3284 6 11.5 6C10.6716 6 10 5.32843 10 4.5ZM11.5 4C11.2239 4 11 4.22386 11 4.5C11 4.77614 11.2239 5 11.5 5C11.7761 5 12 4.77614 12 4.5C12 4.22386 11.7761 4 11.5 4Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 4.47744C8 2.55335 9.57057 1 11.5 1C13.4294 1 15 2.55335 15 4.47744C15 5.36783 14.6626 6.18062 14.1094 6.79506L12.1664 9H10.8336L8.89059 6.79505C8.33743 6.18061 8 5.36782 8 4.47744ZM11.5 2C10.1157 2 9 3.11274 9 4.47744C9 5.11115 9.23947 5.68872 9.63521 6.12755L9.63905 6.13182L11.5 8.24372L13.3648 6.12753C13.7605 5.6887 14 5.11115 14 4.47744C14 3.11274 12.8843 2 11.5 2Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 3H1V14H15V8H14V13H13.2071L4.20714 4H7V3ZM2.79292 4H2V12.2929L6.5429 7.74998L2.79292 4ZM11.7929 13L7.25001 8.45708L2.70709 13H11.7929Z" fill="currentColor"/>
|
|
697
|
+
</symbol>
|
|
704
698
|
<symbol id="mark-read" viewBox="0 0 16 16" fill="currentColor">
|
|
705
699
|
<path d="M15.207 10L11.25 13.957L8.79297 11.5L9.5 10.793L11.25 12.543L14.5 9.29297L15.207 10Z" fill="currentColor"/><path d="M7 12.5H2V11.5H7V12.5Z" fill="currentColor"/><path d="M11 8.5H2V7.5H11V8.5Z" fill="currentColor"/><path d="M14 4.5H2V3.5H14V4.5Z" fill="currentColor"/>
|
|
706
700
|
</symbol>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const MapPage: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const MapPage = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.22559 2.03296L10.001 3.93921L13.7764 2.05249L14.5 2.49976V11.8093L14.2236 11.947L10.2236 13.947L10 14.0593L9.77637 13.947L6 12.0583L2.22363 13.947L1.5 13.4998V4.19214L5.77441 2.03296L6 1.9187L6.22559 2.03296ZM2.5 4.80737V12.6902L5.5 11.1902V3.29175L2.5 4.80737ZM6.5 11.1902L9.5 12.6902V4.80737L6.5 3.29175V11.1902ZM10.5 4.80835V12.6902L13.5 11.1902V3.30835L10.5 4.80835Z\" fill=\"currentColor\"/></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const MapPin: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const MapPin = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 4.5C10 3.67157 10.6716 3 11.5 3C12.3284 3 13 3.67157 13 4.5C13 5.32843 12.3284 6 11.5 6C10.6716 6 10 5.32843 10 4.5ZM11.5 4C11.2239 4 11 4.22386 11 4.5C11 4.77614 11.2239 5 11.5 5C11.7761 5 12 4.77614 12 4.5C12 4.22386 11.7761 4 11.5 4Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 4.47744C8 2.55335 9.57057 1 11.5 1C13.4294 1 15 2.55335 15 4.47744C15 5.36783 14.6626 6.18062 14.1094 6.79506L12.1664 9H10.8336L8.89059 6.79505C8.33743 6.18061 8 5.36782 8 4.47744ZM11.5 2C10.1157 2 9 3.11274 9 4.47744C9 5.11115 9.23947 5.68872 9.63521 6.12755L9.63905 6.13182L11.5 8.24372L13.3648 6.12753C13.7605 5.6887 14 5.11115 14 4.47744C14 3.11274 12.8843 2 11.5 2Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 3H1V14H15V8H14V13H13.2071L4.20714 4H7V3ZM2.79292 4H2V12.2929L6.5429 7.74998L2.79292 4ZM11.7929 13L7.25001 8.45708L2.70709 13H11.7929Z\" fill=\"currentColor\"/></svg>";
|
package/dist/svg/index.d.ts
CHANGED
|
@@ -227,11 +227,9 @@ export { MagnifyingGlass } from './MagnifyingGlass.mjs';
|
|
|
227
227
|
export { MagnifyingGlassGraph } from './MagnifyingGlassGraph.mjs';
|
|
228
228
|
export { MagnifyingGlassZoomIn } from './MagnifyingGlassZoomIn.mjs';
|
|
229
229
|
export { MagnifyingGlassZoomOut } from './MagnifyingGlassZoomOut.mjs';
|
|
230
|
-
export { MapA } from './MapA.mjs';
|
|
231
|
-
export { MapB } from './MapB.mjs';
|
|
232
|
-
export { MapBBetaBottom } from './MapBBetaBottom.mjs';
|
|
233
|
-
export { MapBBetaTop } from './MapBBetaTop.mjs';
|
|
234
230
|
export { MapNavigation } from './MapNavigation.mjs';
|
|
231
|
+
export { MapPage } from './MapPage.mjs';
|
|
232
|
+
export { MapPin } from './MapPin.mjs';
|
|
235
233
|
export { MarkRead } from './MarkRead.mjs';
|
|
236
234
|
export { Match } from './Match.mjs';
|
|
237
235
|
export { MessageBubble } from './MessageBubble.mjs';
|
package/dist/svg/index.mjs
CHANGED
|
@@ -227,11 +227,9 @@ export { MagnifyingGlass } from './MagnifyingGlass.mjs';
|
|
|
227
227
|
export { MagnifyingGlassGraph } from './MagnifyingGlassGraph.mjs';
|
|
228
228
|
export { MagnifyingGlassZoomIn } from './MagnifyingGlassZoomIn.mjs';
|
|
229
229
|
export { MagnifyingGlassZoomOut } from './MagnifyingGlassZoomOut.mjs';
|
|
230
|
-
export { MapA } from './MapA.mjs';
|
|
231
|
-
export { MapB } from './MapB.mjs';
|
|
232
|
-
export { MapBBetaBottom } from './MapBBetaBottom.mjs';
|
|
233
|
-
export { MapBBetaTop } from './MapBBetaTop.mjs';
|
|
234
230
|
export { MapNavigation } from './MapNavigation.mjs';
|
|
231
|
+
export { MapPage } from './MapPage.mjs';
|
|
232
|
+
export { MapPin } from './MapPin.mjs';
|
|
235
233
|
export { MarkRead } from './MarkRead.mjs';
|
|
236
234
|
export { Match } from './Match.mjs';
|
|
237
235
|
export { MessageBubble } from './MessageBubble.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ds-mo/icons",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "IcoMo — 426 SVG icons (394 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and SVG sprite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"icons",
|
package/dist/icons/MapB.mjs
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { createElement } from 'react';
|
|
2
|
-
import { createIcon } from '../createIcon.mjs';
|
|
3
|
-
|
|
4
|
-
const MapB = createIcon('map-b', [
|
|
5
|
-
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M14.2959 2.01619L10.4757 3.95177L5.47722 1.95236L1 4.19097V13.2864L1.70531 13.9917L5.52474 12.0484L10.5228 14.0476L15 11.809V2.72033L14.2959 2.01619ZM11 4.80717L14 3.28714V11.191L11 12.691V4.80717ZM10 4.83851L6 3.23851V11.1615L10 12.7615V4.83851ZM5 11.1934V3.30901L2 4.80901V12.7198L5 11.1934Z", key: "a" }),
|
|
6
|
-
]);
|
|
7
|
-
|
|
8
|
-
MapB.displayName = 'MapB';
|
|
9
|
-
export { MapB };
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { createElement } from 'react';
|
|
2
|
-
import { createIcon } from '../createIcon.mjs';
|
|
3
|
-
|
|
4
|
-
const MapBBetaBottom = createIcon('map-b-beta-bottom', [
|
|
5
|
-
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M2.23633 7.69238C2.46635 7.69241 2.68297 7.72554 2.88574 7.79199C3.09012 7.85845 3.26979 7.95379 3.4248 8.07812C3.58162 8.20085 3.70433 8.34836 3.79297 8.52051C3.8816 8.69096 3.92578 8.88264 3.92578 9.0957C3.92749 9.33604 3.86687 9.57042 3.74414 9.79883C3.66283 9.95224 3.55395 10.0849 3.42188 10.2021C3.65673 10.3399 3.83602 10.5193 3.95898 10.7422C4.08853 10.974 4.15307 11.2275 4.15137 11.502C4.15303 11.8052 4.08161 12.0744 3.93848 12.3096C3.7953 12.543 3.60209 12.7264 3.3584 12.8594C3.11468 12.9906 2.8417 13.0566 2.54004 13.0566C2.36287 13.0566 2.18891 13.0294 2.01855 12.9766C1.84829 12.9237 1.68917 12.831 1.54102 12.6982L1.50781 12.7139V14.4727H0.5V9.28027C0.501704 8.95824 0.579135 8.67828 0.732422 8.44141C0.887536 8.20277 1.09688 8.01822 1.35938 7.88867C1.62179 7.75753 1.9143 7.69238 2.23633 7.69238ZM2.23633 8.60254C2.09826 8.60254 1.9731 8.6315 1.8623 8.68945C1.75344 8.7474 1.66624 8.83175 1.60156 8.94238C1.53864 9.05135 1.50786 9.18427 1.50781 9.34082V11.3789C1.50781 11.5238 1.53975 11.6576 1.60449 11.7803C1.67097 11.9013 1.76594 11.9977 1.88867 12.0693C2.01135 12.1408 2.15902 12.1768 2.33105 12.1768C2.49794 12.1767 2.64299 12.1436 2.76562 12.0771C2.88815 12.0091 2.98239 11.9177 3.04883 11.8037C3.117 11.6878 3.15136 11.5597 3.15137 11.4199C3.15137 11.2699 3.11431 11.1391 3.04102 11.0283C2.96775 10.9177 2.86963 10.833 2.74707 10.7734C2.62441 10.7121 2.48754 10.6807 2.33594 10.6807H1.98535V9.91602H2.2207C2.39286 9.91602 2.53054 9.88264 2.63281 9.81445C2.735 9.74459 2.80824 9.65788 2.85254 9.55566C2.89846 9.4518 2.92065 9.34949 2.91895 9.24902C2.92063 9.0616 2.85849 8.90712 2.73242 8.78613C2.60804 8.66346 2.44246 8.60259 2.23633 8.60254Z", key: "a" }),
|
|
6
|
-
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M10.4756 3.95215L14.2959 2.0166L15 2.7207V11.8086L10.5225 14.0479L5.52441 12.0488L5 11.8047V3.30859L2 4.80859V7H1V4.19141L5.47754 1.95215L10.4756 3.95215ZM6 11.1611L10 12.7617V4.83887L6 3.23828V11.1611ZM11 4.80762V12.6914L14 11.1914V3.28711L11 4.80762Z", key: "b" }),
|
|
7
|
-
]);
|
|
8
|
-
|
|
9
|
-
MapBBetaBottom.displayName = 'MapBBetaBottom';
|
|
10
|
-
export { MapBBetaBottom };
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { createElement } from 'react';
|
|
2
|
-
import { createIcon } from '../createIcon.mjs';
|
|
3
|
-
|
|
4
|
-
const MapBBetaTop = createIcon('map-b-beta-top', [
|
|
5
|
-
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M10.4756 3.95215L11 4.17578V12.6914L14 11.1914V8H15V11.8086L10.5225 14.0479L5.52441 12.0488L1.70508 13.9922L1 13.2861V4.19141L5.47754 1.95215L10.4756 3.95215ZM6 11.1611L10 12.7617V4.83887L6 3.23828V11.1611ZM2 4.80859V12.7197L5 11.1934V3.30859L2 4.80859Z", key: "a" }),
|
|
6
|
-
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M13.7363 1.69238C13.9663 1.69241 14.183 1.72554 14.3857 1.79199C14.5901 1.85845 14.7698 1.95379 14.9248 2.07812C15.0816 2.20085 15.2043 2.34836 15.293 2.52051C15.3816 2.69096 15.4258 2.88264 15.4258 3.0957C15.4275 3.33604 15.3669 3.57042 15.2441 3.79883C15.1628 3.95224 15.0539 4.08489 14.9219 4.20215C15.1567 4.33992 15.336 4.51932 15.459 4.74219C15.5885 4.97401 15.6531 5.22752 15.6514 5.50195C15.653 5.80525 15.5816 6.07442 15.4385 6.30957C15.2953 6.54302 15.1021 6.72645 14.8584 6.85938C14.6147 6.99059 14.3417 7.05664 14.04 7.05664C13.8629 7.05661 13.6889 7.02937 13.5186 6.97656C13.3483 6.92373 13.1892 6.83102 13.041 6.69824L13.0078 6.71387V8.47266H12V3.28027C12.0017 2.95824 12.0791 2.67828 12.2324 2.44141C12.3875 2.20277 12.5969 2.01822 12.8594 1.88867C13.1218 1.75753 13.4143 1.69238 13.7363 1.69238ZM13.7363 2.60254C13.5983 2.60254 13.4731 2.6315 13.3623 2.68945C13.2534 2.7474 13.1662 2.83175 13.1016 2.94238C13.0386 3.05135 13.0079 3.18427 13.0078 3.34082V5.37891C13.0078 5.52375 13.0398 5.65757 13.1045 5.78027C13.171 5.9013 13.2659 5.99775 13.3887 6.06934C13.5113 6.14083 13.659 6.17676 13.8311 6.17676C13.9979 6.17671 14.143 6.14358 14.2656 6.07715C14.3881 6.00905 14.4824 5.91769 14.5488 5.80371C14.617 5.68782 14.6514 5.55967 14.6514 5.41992C14.6514 5.26992 14.6143 5.13912 14.541 5.02832C14.4678 4.91774 14.3696 4.83302 14.2471 4.77344C14.1244 4.71213 13.9875 4.68068 13.8359 4.68066H13.4854V3.91602H13.7207C13.8929 3.91602 14.0305 3.88263 14.1328 3.81445C14.235 3.74459 14.3082 3.65788 14.3525 3.55566C14.3985 3.4518 14.4206 3.34949 14.4189 3.24902C14.4206 3.0616 14.3585 2.90713 14.2324 2.78613C14.108 2.66345 13.9425 2.60259 13.7363 2.60254Z", key: "b" }),
|
|
7
|
-
]);
|
|
8
|
-
|
|
9
|
-
MapBBetaTop.displayName = 'MapBBetaTop';
|
|
10
|
-
export { MapBBetaTop };
|
package/dist/svg/MapA.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const MapA: string;
|
package/dist/svg/MapA.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const MapA = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 4.5C10 3.67157 10.6716 3 11.5 3C12.3284 3 13 3.67157 13 4.5C13 5.32843 12.3284 6 11.5 6C10.6716 6 10 5.32843 10 4.5ZM11.5 4C11.2239 4 11 4.22386 11 4.5C11 4.77614 11.2239 5 11.5 5C11.7761 5 12 4.77614 12 4.5C12 4.22386 11.7761 4 11.5 4Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 4.47744C8 2.55335 9.57057 1 11.5 1C13.4294 1 15 2.55335 15 4.47744C15 5.36783 14.6626 6.18062 14.1094 6.79506L12.1664 9H10.8336L8.89059 6.79505C8.33743 6.18061 8 5.36782 8 4.47744ZM11.5 2C10.1157 2 9 3.11274 9 4.47744C9 5.11115 9.23947 5.68872 9.63521 6.12755L9.63905 6.13182L11.5 8.24372L13.3648 6.12753C13.7605 5.6887 14 5.11115 14 4.47744C14 3.11274 12.8843 2 11.5 2Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 3H1V14H15V8H14V13H13.2071L4.20714 4H7V3ZM2.79292 4H2V12.2929L6.5429 7.74998L2.79292 4ZM11.7929 13L7.25001 8.45708L2.70709 13H11.7929Z\" fill=\"currentColor\"/></svg>";
|
package/dist/svg/MapB.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const MapB: string;
|
package/dist/svg/MapB.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const MapB = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2959 2.01619L10.4757 3.95177L5.47722 1.95236L1 4.19097V13.2864L1.70531 13.9917L5.52474 12.0484L10.5228 14.0476L15 11.809V2.72033L14.2959 2.01619ZM11 4.80717L14 3.28714V11.191L11 12.691V4.80717ZM10 4.83851L6 3.23851V11.1615L10 12.7615V4.83851ZM5 11.1934V3.30901L2 4.80901V12.7198L5 11.1934Z\" fill=\"currentColor\"/></svg>";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const MapBBetaBottom: string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const MapBBetaBottom = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.23633 7.69238C2.46635 7.69241 2.68297 7.72554 2.88574 7.79199C3.09012 7.85845 3.26979 7.95379 3.4248 8.07812C3.58162 8.20085 3.70433 8.34836 3.79297 8.52051C3.8816 8.69096 3.92578 8.88264 3.92578 9.0957C3.92749 9.33604 3.86687 9.57042 3.74414 9.79883C3.66283 9.95224 3.55395 10.0849 3.42188 10.2021C3.65673 10.3399 3.83602 10.5193 3.95898 10.7422C4.08853 10.974 4.15307 11.2275 4.15137 11.502C4.15303 11.8052 4.08161 12.0744 3.93848 12.3096C3.7953 12.543 3.60209 12.7264 3.3584 12.8594C3.11468 12.9906 2.8417 13.0566 2.54004 13.0566C2.36287 13.0566 2.18891 13.0294 2.01855 12.9766C1.84829 12.9237 1.68917 12.831 1.54102 12.6982L1.50781 12.7139V14.4727H0.5V9.28027C0.501704 8.95824 0.579135 8.67828 0.732422 8.44141C0.887536 8.20277 1.09688 8.01822 1.35938 7.88867C1.62179 7.75753 1.9143 7.69238 2.23633 7.69238ZM2.23633 8.60254C2.09826 8.60254 1.9731 8.6315 1.8623 8.68945C1.75344 8.7474 1.66624 8.83175 1.60156 8.94238C1.53864 9.05135 1.50786 9.18427 1.50781 9.34082V11.3789C1.50781 11.5238 1.53975 11.6576 1.60449 11.7803C1.67097 11.9013 1.76594 11.9977 1.88867 12.0693C2.01135 12.1408 2.15902 12.1768 2.33105 12.1768C2.49794 12.1767 2.64299 12.1436 2.76562 12.0771C2.88815 12.0091 2.98239 11.9177 3.04883 11.8037C3.117 11.6878 3.15136 11.5597 3.15137 11.4199C3.15137 11.2699 3.11431 11.1391 3.04102 11.0283C2.96775 10.9177 2.86963 10.833 2.74707 10.7734C2.62441 10.7121 2.48754 10.6807 2.33594 10.6807H1.98535V9.91602H2.2207C2.39286 9.91602 2.53054 9.88264 2.63281 9.81445C2.735 9.74459 2.80824 9.65788 2.85254 9.55566C2.89846 9.4518 2.92065 9.34949 2.91895 9.24902C2.92063 9.0616 2.85849 8.90712 2.73242 8.78613C2.60804 8.66346 2.44246 8.60259 2.23633 8.60254Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4756 3.95215L14.2959 2.0166L15 2.7207V11.8086L10.5225 14.0479L5.52441 12.0488L5 11.8047V3.30859L2 4.80859V7H1V4.19141L5.47754 1.95215L10.4756 3.95215ZM6 11.1611L10 12.7617V4.83887L6 3.23828V11.1611ZM11 4.80762V12.6914L14 11.1914V3.28711L11 4.80762Z\" fill=\"currentColor\"/></svg>";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const MapBBetaTop: string;
|
package/dist/svg/MapBBetaTop.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const MapBBetaTop = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4756 3.95215L11 4.17578V12.6914L14 11.1914V8H15V11.8086L10.5225 14.0479L5.52441 12.0488L1.70508 13.9922L1 13.2861V4.19141L5.47754 1.95215L10.4756 3.95215ZM6 11.1611L10 12.7617V4.83887L6 3.23828V11.1611ZM2 4.80859V12.7197L5 11.1934V3.30859L2 4.80859Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.7363 1.69238C13.9663 1.69241 14.183 1.72554 14.3857 1.79199C14.5901 1.85845 14.7698 1.95379 14.9248 2.07812C15.0816 2.20085 15.2043 2.34836 15.293 2.52051C15.3816 2.69096 15.4258 2.88264 15.4258 3.0957C15.4275 3.33604 15.3669 3.57042 15.2441 3.79883C15.1628 3.95224 15.0539 4.08489 14.9219 4.20215C15.1567 4.33992 15.336 4.51932 15.459 4.74219C15.5885 4.97401 15.6531 5.22752 15.6514 5.50195C15.653 5.80525 15.5816 6.07442 15.4385 6.30957C15.2953 6.54302 15.1021 6.72645 14.8584 6.85938C14.6147 6.99059 14.3417 7.05664 14.04 7.05664C13.8629 7.05661 13.6889 7.02937 13.5186 6.97656C13.3483 6.92373 13.1892 6.83102 13.041 6.69824L13.0078 6.71387V8.47266H12V3.28027C12.0017 2.95824 12.0791 2.67828 12.2324 2.44141C12.3875 2.20277 12.5969 2.01822 12.8594 1.88867C13.1218 1.75753 13.4143 1.69238 13.7363 1.69238ZM13.7363 2.60254C13.5983 2.60254 13.4731 2.6315 13.3623 2.68945C13.2534 2.7474 13.1662 2.83175 13.1016 2.94238C13.0386 3.05135 13.0079 3.18427 13.0078 3.34082V5.37891C13.0078 5.52375 13.0398 5.65757 13.1045 5.78027C13.171 5.9013 13.2659 5.99775 13.3887 6.06934C13.5113 6.14083 13.659 6.17676 13.8311 6.17676C13.9979 6.17671 14.143 6.14358 14.2656 6.07715C14.3881 6.00905 14.4824 5.91769 14.5488 5.80371C14.617 5.68782 14.6514 5.55967 14.6514 5.41992C14.6514 5.26992 14.6143 5.13912 14.541 5.02832C14.4678 4.91774 14.3696 4.83302 14.2471 4.77344C14.1244 4.71213 13.9875 4.68068 13.8359 4.68066H13.4854V3.91602H13.7207C13.8929 3.91602 14.0305 3.88263 14.1328 3.81445C14.235 3.74459 14.3082 3.65788 14.3525 3.55566C14.3985 3.4518 14.4206 3.34949 14.4189 3.24902C14.4206 3.0616 14.3585 2.90713 14.2324 2.78613C14.108 2.66345 13.9425 2.60259 13.7363 2.60254Z\" fill=\"currentColor\"/></svg>";
|