@iconify-svelte/pinhead 1.0.27 → 1.0.28
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/b/bridge-shape-bottom-left-top-right.svelte +11 -0
- package/components/b/bridge-shape-left-right.svelte +11 -0
- package/components/b/bridge-shape-up-down.svelte +11 -0
- package/components/p/person-hanging-from-pull-up-bar.svelte +11 -0
- package/components/p/pull-up-bar.svelte +11 -0
- package/components/r/rectangle-tall-beside-waters.svelte +11 -0
- package/iconify.json +1 -1
- package/package.json +41 -17
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/rgcwbvbsf.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":15,"height":15};
|
|
9
|
+
const content = `<path class="rgcwbvbsf"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:bridge-shape-bottom-left-top-right" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/b/b7fgytnir.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":15,"height":15};
|
|
9
|
+
const content = `<path class="b7fgytnir"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:bridge-shape-left-right" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/l/ljrck1b8k.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":15,"height":15};
|
|
9
|
+
const content = `<path class="ljrck1b8k"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:bridge-shape-up-down" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/z/zheuj0y8t.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":15,"height":15};
|
|
9
|
+
const content = `<path class="zheuj0y8t"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:person-hanging-from-pull-up-bar" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/z/z4lip6bds.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":15,"height":15};
|
|
9
|
+
const content = `<path class="z4lip6bds"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pull-up-bar" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/y/yypmncbwj.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":15,"height":15};
|
|
9
|
+
const content = `<path class="yypmncbwj"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:rectangle-tall-beside-waters" {...props}></Icon>
|
package/iconify.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-svelte/pinhead",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.28",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/pinhead/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "CC0-1.0",
|
|
@@ -1394,17 +1394,17 @@
|
|
|
1394
1394
|
"types": "./types/gfwqskkx.d.ts",
|
|
1395
1395
|
"svelte": "./components/b/bridge-in-water.svelte"
|
|
1396
1396
|
},
|
|
1397
|
-
"./bridge-shape-
|
|
1397
|
+
"./bridge-shape-bottom-left-top-right": {
|
|
1398
1398
|
"types": "./types/gfwqskkx.d.ts",
|
|
1399
|
-
"svelte": "./components/b/bridge-shape-
|
|
1399
|
+
"svelte": "./components/b/bridge-shape-bottom-left-top-right.svelte"
|
|
1400
1400
|
},
|
|
1401
|
-
"./bridge-shape-
|
|
1401
|
+
"./bridge-shape-left-right": {
|
|
1402
1402
|
"types": "./types/gfwqskkx.d.ts",
|
|
1403
|
-
"svelte": "./components/b/bridge-shape-
|
|
1403
|
+
"svelte": "./components/b/bridge-shape-left-right.svelte"
|
|
1404
1404
|
},
|
|
1405
|
-
"./bridge-shape-
|
|
1405
|
+
"./bridge-shape-up-down": {
|
|
1406
1406
|
"types": "./types/gfwqskkx.d.ts",
|
|
1407
|
-
"svelte": "./components/b/bridge-shape-
|
|
1407
|
+
"svelte": "./components/b/bridge-shape-up-down.svelte"
|
|
1408
1408
|
},
|
|
1409
1409
|
"./bridge-tied-arch": {
|
|
1410
1410
|
"types": "./types/gfwqskkx.d.ts",
|
|
@@ -4350,10 +4350,6 @@
|
|
|
4350
4350
|
"types": "./types/gfwqskkx.d.ts",
|
|
4351
4351
|
"svelte": "./components/h/hook.svelte"
|
|
4352
4352
|
},
|
|
4353
|
-
"./horizontal-bar": {
|
|
4354
|
-
"types": "./types/gfwqskkx.d.ts",
|
|
4355
|
-
"svelte": "./components/h/horizontal-bar.svelte"
|
|
4356
|
-
},
|
|
4357
4353
|
"./horizontal-storage-tank-on-supports": {
|
|
4358
4354
|
"types": "./types/gfwqskkx.d.ts",
|
|
4359
4355
|
"svelte": "./components/h/horizontal-storage-tank-on-supports.svelte"
|
|
@@ -6462,9 +6458,9 @@
|
|
|
6462
6458
|
"types": "./types/gfwqskkx.d.ts",
|
|
6463
6459
|
"svelte": "./components/p/person-front-kicking-wearing-martial-arts-belt.svelte"
|
|
6464
6460
|
},
|
|
6465
|
-
"./person-hanging-from-
|
|
6461
|
+
"./person-hanging-from-pull-up-bar": {
|
|
6466
6462
|
"types": "./types/gfwqskkx.d.ts",
|
|
6467
|
-
"svelte": "./components/p/person-hanging-from-
|
|
6463
|
+
"svelte": "./components/p/person-hanging-from-pull-up-bar.svelte"
|
|
6468
6464
|
},
|
|
6469
6465
|
"./person-holding-barbell": {
|
|
6470
6466
|
"types": "./types/gfwqskkx.d.ts",
|
|
@@ -7810,6 +7806,10 @@
|
|
|
7810
7806
|
"types": "./types/gfwqskkx.d.ts",
|
|
7811
7807
|
"svelte": "./components/p/prostate.svelte"
|
|
7812
7808
|
},
|
|
7809
|
+
"./pull-up-bar": {
|
|
7810
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
7811
|
+
"svelte": "./components/p/pull-up-bar.svelte"
|
|
7812
|
+
},
|
|
7813
7813
|
"./pumpjack": {
|
|
7814
7814
|
"types": "./types/gfwqskkx.d.ts",
|
|
7815
7815
|
"svelte": "./components/p/pumpjack.svelte"
|
|
@@ -7858,10 +7858,6 @@
|
|
|
7858
7858
|
"types": "./types/gfwqskkx.d.ts",
|
|
7859
7859
|
"svelte": "./components/q/quay.svelte"
|
|
7860
7860
|
},
|
|
7861
|
-
"./quay-beside-waters": {
|
|
7862
|
-
"types": "./types/gfwqskkx.d.ts",
|
|
7863
|
-
"svelte": "./components/q/quay-beside-waters.svelte"
|
|
7864
|
-
},
|
|
7865
7861
|
"./question-mark": {
|
|
7866
7862
|
"types": "./types/gfwqskkx.d.ts",
|
|
7867
7863
|
"svelte": "./components/q/question-mark.svelte"
|
|
@@ -7982,6 +7978,10 @@
|
|
|
7982
7978
|
"types": "./types/gfwqskkx.d.ts",
|
|
7983
7979
|
"svelte": "./components/r/rectangle-tall.svelte"
|
|
7984
7980
|
},
|
|
7981
|
+
"./rectangle-tall-beside-waters": {
|
|
7982
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
7983
|
+
"svelte": "./components/r/rectangle-tall-beside-waters.svelte"
|
|
7984
|
+
},
|
|
7985
7985
|
"./rectangle-tall-outline": {
|
|
7986
7986
|
"types": "./types/gfwqskkx.d.ts",
|
|
7987
7987
|
"svelte": "./components/r/rectangle-tall-outline.svelte"
|
|
@@ -10758,6 +10758,18 @@
|
|
|
10758
10758
|
"types": "./types/gfwqskkx.d.ts",
|
|
10759
10759
|
"svelte": "./components/b/book-with-music-notes-eighth.svelte"
|
|
10760
10760
|
},
|
|
10761
|
+
"./bridge-shape-diagonal": {
|
|
10762
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10763
|
+
"svelte": "./components/b/bridge-shape-diagonal.svelte"
|
|
10764
|
+
},
|
|
10765
|
+
"./bridge-shape-horizontal": {
|
|
10766
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10767
|
+
"svelte": "./components/b/bridge-shape-horizontal.svelte"
|
|
10768
|
+
},
|
|
10769
|
+
"./bridge-shape-vertical": {
|
|
10770
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10771
|
+
"svelte": "./components/b/bridge-shape-vertical.svelte"
|
|
10772
|
+
},
|
|
10761
10773
|
"./briefcase-with-music-notes-eighth": {
|
|
10762
10774
|
"types": "./types/gfwqskkx.d.ts",
|
|
10763
10775
|
"svelte": "./components/b/briefcase-with-music-notes-eighth.svelte"
|
|
@@ -10982,6 +10994,10 @@
|
|
|
10982
10994
|
"types": "./types/gfwqskkx.d.ts",
|
|
10983
10995
|
"svelte": "./components/h/head-and-shoulders.svelte"
|
|
10984
10996
|
},
|
|
10997
|
+
"./horizontal-bar": {
|
|
10998
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10999
|
+
"svelte": "./components/h/horizontal-bar.svelte"
|
|
11000
|
+
},
|
|
10985
11001
|
"./jail-door": {
|
|
10986
11002
|
"types": "./types/gfwqskkx.d.ts",
|
|
10987
11003
|
"svelte": "./components/j/jail-door.svelte"
|
|
@@ -11170,6 +11186,10 @@
|
|
|
11170
11186
|
"types": "./types/gfwqskkx.d.ts",
|
|
11171
11187
|
"svelte": "./components/p/person-cricket-batting-at-cricket-ball.svelte"
|
|
11172
11188
|
},
|
|
11189
|
+
"./person-hanging-from-horizontal-bar": {
|
|
11190
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
11191
|
+
"svelte": "./components/p/person-hanging-from-horizontal-bar.svelte"
|
|
11192
|
+
},
|
|
11173
11193
|
"./person-holding-branches": {
|
|
11174
11194
|
"types": "./types/gfwqskkx.d.ts",
|
|
11175
11195
|
"svelte": "./components/p/person-holding-branches.svelte"
|
|
@@ -11366,6 +11386,10 @@
|
|
|
11366
11386
|
"types": "./types/gfwqskkx.d.ts",
|
|
11367
11387
|
"svelte": "./components/p/pregnant-person.svelte"
|
|
11368
11388
|
},
|
|
11389
|
+
"./quay-beside-waters": {
|
|
11390
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
11391
|
+
"svelte": "./components/q/quay-beside-waters.svelte"
|
|
11392
|
+
},
|
|
11369
11393
|
"./racquet": {
|
|
11370
11394
|
"types": "./types/gfwqskkx.d.ts",
|
|
11371
11395
|
"svelte": "./components/r/racquet.svelte"
|