@iconify-react/material-symbols 1.0.7 → 1.0.9
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/components/e/edit-location-alt-rounded.jsx +3 -3
- package/components/e/edit-location-outline-rounded.jsx +3 -3
- package/components/e/edit-location-rounded.jsx +3 -3
- package/components/e/explore-nearby-outline.jsx +22 -0
- package/components/e/explore-nearby.jsx +3 -3
- package/components/g/globe-location-pin.jsx +3 -3
- package/components/h/home-pin-outline-rounded.jsx +3 -3
- package/components/h/home-pin-rounded.jsx +3 -3
- package/components/l/location-chip-outline-sharp.jsx +3 -3
- package/components/l/location-chip-outline.jsx +3 -3
- package/components/l/location-chip-sharp.jsx +3 -3
- package/components/l/location-chip.jsx +3 -3
- package/components/m/map-pin-heart-outline-rounded.jsx +3 -3
- package/components/m/map-pin-heart-rounded.jsx +3 -3
- package/components/m/mode-of-travel-sharp.jsx +3 -3
- package/components/m/mode-of-travel.jsx +3 -3
- package/components/m/moved-location.jsx +3 -3
- package/components/p/pin-history.jsx +22 -0
- package/components/p/pin-road.jsx +22 -0
- package/components/s/share-location-outline-rounded.jsx +22 -0
- package/components/s/share-location-outline-sharp.jsx +22 -0
- package/components/s/share-location-outline.jsx +22 -0
- package/components/s/share-location.jsx +3 -3
- package/components/s/shield-card-outline-rounded.jsx +22 -0
- package/components/s/shield-card-outline-sharp.jsx +22 -0
- package/components/s/shield-card-outline.jsx +22 -0
- package/components/s/shield-card-rounded.jsx +22 -0
- package/components/s/shield-card-sharp.jsx +22 -0
- package/components/s/shield-card.jsx +22 -0
- package/components/s/shield-radar-outline-rounded.jsx +22 -0
- package/components/s/shield-radar-outline-sharp.jsx +22 -0
- package/components/s/shield-radar-outline.jsx +22 -0
- package/components/s/shield-radar-rounded.jsx +22 -0
- package/components/s/shield-radar-sharp.jsx +22 -0
- package/components/s/shield-radar.jsx +22 -0
- package/components/s/speed-2-outline-rounded.jsx +22 -0
- package/components/s/speed-2-outline-sharp.jsx +22 -0
- package/components/s/speed-2-outline.jsx +22 -0
- package/components/s/speed-2-rounded.jsx +22 -0
- package/components/s/speed-2-sharp.jsx +22 -0
- package/components/s/speed-2.jsx +22 -0
- package/components/s/speed-3-outline-rounded.jsx +22 -0
- package/components/s/speed-3-outline-sharp.jsx +22 -0
- package/components/s/speed-3-outline.jsx +22 -0
- package/components/s/speed-3-rounded.jsx +22 -0
- package/components/s/speed-3-sharp.jsx +22 -0
- package/components/s/speed-3.jsx +22 -0
- package/components/s/speed-4-outline-rounded.jsx +22 -0
- package/components/s/speed-4-outline-sharp.jsx +22 -0
- package/components/s/speed-4-outline.jsx +22 -0
- package/components/s/speed-4-rounded.jsx +22 -0
- package/components/s/speed-4-sharp.jsx +22 -0
- package/components/s/speed-4.jsx +22 -0
- package/components/t/touch-double-2-outline-rounded.jsx +22 -0
- package/components/t/touch-double-2-outline-sharp.jsx +22 -0
- package/components/t/touch-double-2-outline.jsx +22 -0
- package/components/t/touch-double-2-rounded.jsx +22 -0
- package/components/t/touch-double-2-sharp.jsx +22 -0
- package/components/t/touch-double-2.jsx +22 -0
- package/iconify.json +2 -2
- package/package.json +173 -5
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @type {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.s0u-rvbj {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M10.45 22q-.7 0-1.3-.262t-1.025-.813L3.2 14.65q-.225-.3-.2-.687t.3-.663q.425-.425 1.063-.5t1.187.25l1.95 1.175V8q0-.425.288-.712T8.5 7t.713.288T9.5 8v4H11V6.25q0-.425.288-.712T12 5.25t.713.288t.287.712V12h4q1.25 0 2.125.875T20 15v3q0 1.675-1.175 2.838T16 22zm.05-19q-1.05 0-1.962.4T6.95 4.475Q6.3 5.125 5.913 6t-.438 1.8q-.025.425-.262.763t-.663.387t-.775-.187t-.35-.663q-.025-1.3.6-2.725T5.55 3.05q.95-.95 2.225-1.5T10.5 1t2.725.55t2.225 1.5q1.025 1.025 1.525 2.275t.5 2.675q0 .425-.313.675t-.737.2t-.675-.362t-.275-.738q-.05-.95-.413-1.787t-1.037-1.513T12.45 3.4T10.5 3");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="s0u-rvbj"/>`,
|
|
18
|
+
"fallback": "material-symbols:touch-double-2-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @type {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.w49u-pbl {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M8.975 22L2.65 13.95L4.3 12.3l3.2 1.925V7h2v5H11V5.25h2V12h7v10zm-5.4-12.9Q3.5 8.825 3.5 8.55V8q0-2.9 2.038-4.95T10.5 1q2.9 0 4.95 2.05T17.5 8q0 .275-.038.638L17.426 9l-2-.225l.038-.288Q15.5 8.2 15.5 8q0-2.075-1.463-3.537T10.5 3Q8.4 3 6.95 4.463T5.5 8v.4q0 .2.05.4z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="w49u-pbl"/>`,
|
|
18
|
+
"fallback": "material-symbols:touch-double-2-sharp",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @type {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.ab800ubo {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M10.45 22q-.7 0-1.3-.262t-1.025-.813L2.65 13.95l.65-.65q.425-.425 1.063-.5t1.187.25l1.95 1.175V8q0-.425.288-.712T8.5 7t.713.288T9.5 8v4H11V6.25q0-.425.288-.712T12 5.25t.713.288t.287.712V12h4q1.25 0 2.125.875T20 15v3q0 1.675-1.175 2.838T16 22zM3.575 9.1Q3.5 8.825 3.5 8.55V8q0-2.9 2.038-4.95T10.5 1q2.9 0 4.95 2.05T17.5 8q0 .275-.038.638L17.426 9l-2-.225l.038-.288Q15.5 8.2 15.5 8q0-2.075-1.463-3.537T10.5 3Q8.4 3 6.95 4.463T5.5 8v.4q0 .2.05.4z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ab800ubo"/>`,
|
|
18
|
+
"fallback": "material-symbols:touch-double-2",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "material-symbols",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Material Symbols",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 15341,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Google",
|
|
8
8
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
],
|
|
28
28
|
"palette": false
|
|
29
29
|
},
|
|
30
|
-
"lastModified":
|
|
30
|
+
"lastModified": 1777005978
|
|
31
31
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-react/material-symbols",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.9",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/material-symbols/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -21022,6 +21022,10 @@
|
|
|
21022
21022
|
"types": "./types/hqrkovbr.d.ts",
|
|
21023
21023
|
"default": "./components/e/explore-nearby.jsx"
|
|
21024
21024
|
},
|
|
21025
|
+
"./explore-nearby-outline": {
|
|
21026
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
21027
|
+
"default": "./components/e/explore-nearby-outline.jsx"
|
|
21028
|
+
},
|
|
21025
21029
|
"./explore-off": {
|
|
21026
21030
|
"types": "./types/hqrkovbr.d.ts",
|
|
21027
21031
|
"default": "./components/e/explore-off.jsx"
|
|
@@ -44038,6 +44042,10 @@
|
|
|
44038
44042
|
"types": "./types/hqrkovbr.d.ts",
|
|
44039
44043
|
"default": "./components/p/pin-end-sharp.jsx"
|
|
44040
44044
|
},
|
|
44045
|
+
"./pin-history": {
|
|
44046
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
44047
|
+
"default": "./components/p/pin-history.jsx"
|
|
44048
|
+
},
|
|
44041
44049
|
"./pin-invoke": {
|
|
44042
44050
|
"types": "./types/hqrkovbr.d.ts",
|
|
44043
44051
|
"default": "./components/p/pin-invoke.jsx"
|
|
@@ -44062,6 +44070,10 @@
|
|
|
44062
44070
|
"types": "./types/hqrkovbr.d.ts",
|
|
44063
44071
|
"default": "./components/p/pin-outline-sharp.jsx"
|
|
44064
44072
|
},
|
|
44073
|
+
"./pin-road": {
|
|
44074
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
44075
|
+
"default": "./components/p/pin-road.jsx"
|
|
44076
|
+
},
|
|
44065
44077
|
"./pin-rounded": {
|
|
44066
44078
|
"types": "./types/hqrkovbr.d.ts",
|
|
44067
44079
|
"default": "./components/p/pin-rounded.jsx"
|
|
@@ -50594,13 +50606,17 @@
|
|
|
50594
50606
|
"types": "./types/hqrkovbr.d.ts",
|
|
50595
50607
|
"default": "./components/s/share-location.jsx"
|
|
50596
50608
|
},
|
|
50597
|
-
"./share-location-
|
|
50609
|
+
"./share-location-outline": {
|
|
50598
50610
|
"types": "./types/hqrkovbr.d.ts",
|
|
50599
|
-
"default": "./components/s/share-location-
|
|
50611
|
+
"default": "./components/s/share-location-outline.jsx"
|
|
50600
50612
|
},
|
|
50601
|
-
"./share-location-
|
|
50613
|
+
"./share-location-outline-rounded": {
|
|
50602
50614
|
"types": "./types/hqrkovbr.d.ts",
|
|
50603
|
-
"default": "./components/s/share-location-
|
|
50615
|
+
"default": "./components/s/share-location-outline-rounded.jsx"
|
|
50616
|
+
},
|
|
50617
|
+
"./share-location-outline-sharp": {
|
|
50618
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
50619
|
+
"default": "./components/s/share-location-outline-sharp.jsx"
|
|
50604
50620
|
},
|
|
50605
50621
|
"./share-off": {
|
|
50606
50622
|
"types": "./types/hqrkovbr.d.ts",
|
|
@@ -50762,6 +50778,30 @@
|
|
|
50762
50778
|
"types": "./types/hqrkovbr.d.ts",
|
|
50763
50779
|
"default": "./components/s/shield.jsx"
|
|
50764
50780
|
},
|
|
50781
|
+
"./shield-card": {
|
|
50782
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
50783
|
+
"default": "./components/s/shield-card.jsx"
|
|
50784
|
+
},
|
|
50785
|
+
"./shield-card-outline": {
|
|
50786
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
50787
|
+
"default": "./components/s/shield-card-outline.jsx"
|
|
50788
|
+
},
|
|
50789
|
+
"./shield-card-outline-rounded": {
|
|
50790
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
50791
|
+
"default": "./components/s/shield-card-outline-rounded.jsx"
|
|
50792
|
+
},
|
|
50793
|
+
"./shield-card-outline-sharp": {
|
|
50794
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
50795
|
+
"default": "./components/s/shield-card-outline-sharp.jsx"
|
|
50796
|
+
},
|
|
50797
|
+
"./shield-card-rounded": {
|
|
50798
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
50799
|
+
"default": "./components/s/shield-card-rounded.jsx"
|
|
50800
|
+
},
|
|
50801
|
+
"./shield-card-sharp": {
|
|
50802
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
50803
|
+
"default": "./components/s/shield-card-sharp.jsx"
|
|
50804
|
+
},
|
|
50765
50805
|
"./shield-lock": {
|
|
50766
50806
|
"types": "./types/hqrkovbr.d.ts",
|
|
50767
50807
|
"default": "./components/s/shield-lock.jsx"
|
|
@@ -50866,6 +50906,30 @@
|
|
|
50866
50906
|
"types": "./types/hqrkovbr.d.ts",
|
|
50867
50907
|
"default": "./components/s/shield-question-rounded.jsx"
|
|
50868
50908
|
},
|
|
50909
|
+
"./shield-radar": {
|
|
50910
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
50911
|
+
"default": "./components/s/shield-radar.jsx"
|
|
50912
|
+
},
|
|
50913
|
+
"./shield-radar-outline": {
|
|
50914
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
50915
|
+
"default": "./components/s/shield-radar-outline.jsx"
|
|
50916
|
+
},
|
|
50917
|
+
"./shield-radar-outline-rounded": {
|
|
50918
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
50919
|
+
"default": "./components/s/shield-radar-outline-rounded.jsx"
|
|
50920
|
+
},
|
|
50921
|
+
"./shield-radar-outline-sharp": {
|
|
50922
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
50923
|
+
"default": "./components/s/shield-radar-outline-sharp.jsx"
|
|
50924
|
+
},
|
|
50925
|
+
"./shield-radar-rounded": {
|
|
50926
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
50927
|
+
"default": "./components/s/shield-radar-rounded.jsx"
|
|
50928
|
+
},
|
|
50929
|
+
"./shield-radar-sharp": {
|
|
50930
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
50931
|
+
"default": "./components/s/shield-radar-sharp.jsx"
|
|
50932
|
+
},
|
|
50869
50933
|
"./shield-rounded": {
|
|
50870
50934
|
"types": "./types/hqrkovbr.d.ts",
|
|
50871
50935
|
"default": "./components/s/shield-rounded.jsx"
|
|
@@ -53278,6 +53342,30 @@
|
|
|
53278
53342
|
"types": "./types/hqrkovbr.d.ts",
|
|
53279
53343
|
"default": "./components/s/speed-1-7x-sharp.jsx"
|
|
53280
53344
|
},
|
|
53345
|
+
"./speed-2": {
|
|
53346
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53347
|
+
"default": "./components/s/speed-2.jsx"
|
|
53348
|
+
},
|
|
53349
|
+
"./speed-2-outline": {
|
|
53350
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53351
|
+
"default": "./components/s/speed-2-outline.jsx"
|
|
53352
|
+
},
|
|
53353
|
+
"./speed-2-outline-rounded": {
|
|
53354
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53355
|
+
"default": "./components/s/speed-2-outline-rounded.jsx"
|
|
53356
|
+
},
|
|
53357
|
+
"./speed-2-outline-sharp": {
|
|
53358
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53359
|
+
"default": "./components/s/speed-2-outline-sharp.jsx"
|
|
53360
|
+
},
|
|
53361
|
+
"./speed-2-rounded": {
|
|
53362
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53363
|
+
"default": "./components/s/speed-2-rounded.jsx"
|
|
53364
|
+
},
|
|
53365
|
+
"./speed-2-sharp": {
|
|
53366
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53367
|
+
"default": "./components/s/speed-2-sharp.jsx"
|
|
53368
|
+
},
|
|
53281
53369
|
"./speed-2x": {
|
|
53282
53370
|
"types": "./types/hqrkovbr.d.ts",
|
|
53283
53371
|
"default": "./components/s/speed-2x.jsx"
|
|
@@ -53290,6 +53378,54 @@
|
|
|
53290
53378
|
"types": "./types/hqrkovbr.d.ts",
|
|
53291
53379
|
"default": "./components/s/speed-2x-sharp.jsx"
|
|
53292
53380
|
},
|
|
53381
|
+
"./speed-3": {
|
|
53382
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53383
|
+
"default": "./components/s/speed-3.jsx"
|
|
53384
|
+
},
|
|
53385
|
+
"./speed-3-outline": {
|
|
53386
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53387
|
+
"default": "./components/s/speed-3-outline.jsx"
|
|
53388
|
+
},
|
|
53389
|
+
"./speed-3-outline-rounded": {
|
|
53390
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53391
|
+
"default": "./components/s/speed-3-outline-rounded.jsx"
|
|
53392
|
+
},
|
|
53393
|
+
"./speed-3-outline-sharp": {
|
|
53394
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53395
|
+
"default": "./components/s/speed-3-outline-sharp.jsx"
|
|
53396
|
+
},
|
|
53397
|
+
"./speed-3-rounded": {
|
|
53398
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53399
|
+
"default": "./components/s/speed-3-rounded.jsx"
|
|
53400
|
+
},
|
|
53401
|
+
"./speed-3-sharp": {
|
|
53402
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53403
|
+
"default": "./components/s/speed-3-sharp.jsx"
|
|
53404
|
+
},
|
|
53405
|
+
"./speed-4": {
|
|
53406
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53407
|
+
"default": "./components/s/speed-4.jsx"
|
|
53408
|
+
},
|
|
53409
|
+
"./speed-4-outline": {
|
|
53410
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53411
|
+
"default": "./components/s/speed-4-outline.jsx"
|
|
53412
|
+
},
|
|
53413
|
+
"./speed-4-outline-rounded": {
|
|
53414
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53415
|
+
"default": "./components/s/speed-4-outline-rounded.jsx"
|
|
53416
|
+
},
|
|
53417
|
+
"./speed-4-outline-sharp": {
|
|
53418
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53419
|
+
"default": "./components/s/speed-4-outline-sharp.jsx"
|
|
53420
|
+
},
|
|
53421
|
+
"./speed-4-rounded": {
|
|
53422
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53423
|
+
"default": "./components/s/speed-4-rounded.jsx"
|
|
53424
|
+
},
|
|
53425
|
+
"./speed-4-sharp": {
|
|
53426
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
53427
|
+
"default": "./components/s/speed-4-sharp.jsx"
|
|
53428
|
+
},
|
|
53293
53429
|
"./speed-camera": {
|
|
53294
53430
|
"types": "./types/hqrkovbr.d.ts",
|
|
53295
53431
|
"default": "./components/s/speed-camera.jsx"
|
|
@@ -58910,6 +59046,30 @@
|
|
|
58910
59046
|
"types": "./types/hqrkovbr.d.ts",
|
|
58911
59047
|
"default": "./components/t/touch-double.jsx"
|
|
58912
59048
|
},
|
|
59049
|
+
"./touch-double-2": {
|
|
59050
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
59051
|
+
"default": "./components/t/touch-double-2.jsx"
|
|
59052
|
+
},
|
|
59053
|
+
"./touch-double-2-outline": {
|
|
59054
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
59055
|
+
"default": "./components/t/touch-double-2-outline.jsx"
|
|
59056
|
+
},
|
|
59057
|
+
"./touch-double-2-outline-rounded": {
|
|
59058
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
59059
|
+
"default": "./components/t/touch-double-2-outline-rounded.jsx"
|
|
59060
|
+
},
|
|
59061
|
+
"./touch-double-2-outline-sharp": {
|
|
59062
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
59063
|
+
"default": "./components/t/touch-double-2-outline-sharp.jsx"
|
|
59064
|
+
},
|
|
59065
|
+
"./touch-double-2-rounded": {
|
|
59066
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
59067
|
+
"default": "./components/t/touch-double-2-rounded.jsx"
|
|
59068
|
+
},
|
|
59069
|
+
"./touch-double-2-sharp": {
|
|
59070
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
59071
|
+
"default": "./components/t/touch-double-2-sharp.jsx"
|
|
59072
|
+
},
|
|
58913
59073
|
"./touch-double-outline": {
|
|
58914
59074
|
"types": "./types/hqrkovbr.d.ts",
|
|
58915
59075
|
"default": "./components/t/touch-double-outline.jsx"
|
|
@@ -71686,6 +71846,14 @@
|
|
|
71686
71846
|
"types": "./types/hqrkovbr.d.ts",
|
|
71687
71847
|
"default": "./components/s/severe-cold-sharp.jsx"
|
|
71688
71848
|
},
|
|
71849
|
+
"./share-location-rounded": {
|
|
71850
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
71851
|
+
"default": "./components/s/share-location-rounded.jsx"
|
|
71852
|
+
},
|
|
71853
|
+
"./share-location-sharp": {
|
|
71854
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
71855
|
+
"default": "./components/s/share-location-sharp.jsx"
|
|
71856
|
+
},
|
|
71689
71857
|
"./share-off-outline-sharp": {
|
|
71690
71858
|
"types": "./types/hqrkovbr.d.ts",
|
|
71691
71859
|
"default": "./components/s/share-off-outline-sharp.jsx"
|