@thesvg/vue 3.2.20 → 3.3.1
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/index.cjs +8 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/dist/intelbras.cjs +1 -1
- package/dist/intelbras.js +1 -1
- package/dist/knowbe4.cjs +24 -0
- package/dist/knowbe4.d.ts +7 -0
- package/dist/knowbe4.js +21 -0
- package/dist/masan-group.cjs +1 -1
- package/dist/masan-group.js +1 -1
- package/dist/rippling.cjs +25 -0
- package/dist/rippling.d.ts +7 -0
- package/dist/rippling.js +22 -0
- package/dist/termux.cjs +25 -0
- package/dist/termux.d.ts +7 -0
- package/dist/termux.js +22 -0
- package/dist/titanium.cjs +38 -0
- package/dist/titanium.d.ts +7 -0
- package/dist/titanium.js +35 -0
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -7718,6 +7718,8 @@ const _knime = require('./knime.cjs');
|
|
|
7718
7718
|
exports.Knime = _knime.default;
|
|
7719
7719
|
const _knip = require('./knip.cjs');
|
|
7720
7720
|
exports.Knip = _knip.default;
|
|
7721
|
+
const _knowbe4 = require('./knowbe4.cjs');
|
|
7722
|
+
exports.Knowbe4 = _knowbe4.default;
|
|
7721
7723
|
const _knowledgebase = require('./knowledgebase.cjs');
|
|
7722
7724
|
exports.Knowledgebase = _knowledgebase.default;
|
|
7723
7725
|
const _known = require('./known.cjs');
|
|
@@ -10566,6 +10568,8 @@ const _riot_games = require('./riot-games.cjs');
|
|
|
10566
10568
|
exports.RiotGames = _riot_games.default;
|
|
10567
10569
|
const _ripple = require('./ripple.cjs');
|
|
10568
10570
|
exports.Ripple = _ripple.default;
|
|
10571
|
+
const _rippling = require('./rippling.cjs');
|
|
10572
|
+
exports.Rippling = _rippling.default;
|
|
10569
10573
|
const _risc_v = require('./risc-v.cjs');
|
|
10570
10574
|
exports.RiscV = _risc_v.default;
|
|
10571
10575
|
const _riseup = require('./riseup.cjs');
|
|
@@ -11692,6 +11696,8 @@ const _teratail = require('./teratail.cjs');
|
|
|
11692
11696
|
exports.Teratail = _teratail.default;
|
|
11693
11697
|
const _termius = require('./termius.cjs');
|
|
11694
11698
|
exports.Termius = _termius.default;
|
|
11699
|
+
const _termux = require('./termux.cjs');
|
|
11700
|
+
exports.Termux = _termux.default;
|
|
11695
11701
|
const _terraform = require('./terraform.cjs');
|
|
11696
11702
|
exports.Terraform = _terraform.default;
|
|
11697
11703
|
const _terragrunt = require('./terragrunt.cjs');
|
|
@@ -11852,6 +11858,8 @@ const _tinyletter = require('./tinyletter.cjs');
|
|
|
11852
11858
|
exports.Tinyletter = _tinyletter.default;
|
|
11853
11859
|
const _tistory = require('./tistory.cjs');
|
|
11854
11860
|
exports.Tistory = _tistory.default;
|
|
11861
|
+
const _titanium = require('./titanium.cjs');
|
|
11862
|
+
exports.Titanium = _titanium.default;
|
|
11855
11863
|
const _titaniumsdk = require('./titaniumsdk.cjs');
|
|
11856
11864
|
exports.Titaniumsdk = _titaniumsdk.default;
|
|
11857
11865
|
const _tldraw = require('./tldraw.cjs');
|
package/dist/index.d.ts
CHANGED
|
@@ -3858,6 +3858,7 @@ export { default as Knex } from './knex.js';
|
|
|
3858
3858
|
export { default as Knexdotjs } from './knexdotjs.js';
|
|
3859
3859
|
export { default as Knime } from './knime.js';
|
|
3860
3860
|
export { default as Knip } from './knip.js';
|
|
3861
|
+
export { default as Knowbe4 } from './knowbe4.js';
|
|
3861
3862
|
export { default as Knowledgebase } from './knowledgebase.js';
|
|
3862
3863
|
export { default as Known } from './known.js';
|
|
3863
3864
|
export { default as KoFi } from './ko-fi.js';
|
|
@@ -5282,6 +5283,7 @@ export { default as Ring } from './ring.js';
|
|
|
5282
5283
|
export { default as Riot } from './riot.js';
|
|
5283
5284
|
export { default as RiotGames } from './riot-games.js';
|
|
5284
5285
|
export { default as Ripple } from './ripple.js';
|
|
5286
|
+
export { default as Rippling } from './rippling.js';
|
|
5285
5287
|
export { default as RiscV } from './risc-v.js';
|
|
5286
5288
|
export { default as Riseup } from './riseup.js';
|
|
5287
5289
|
export { default as Risingwave } from './risingwave.js';
|
|
@@ -5845,6 +5847,7 @@ export { default as Tensorflow } from './tensorflow.js';
|
|
|
5845
5847
|
export { default as Teradata } from './teradata.js';
|
|
5846
5848
|
export { default as Teratail } from './teratail.js';
|
|
5847
5849
|
export { default as Termius } from './termius.js';
|
|
5850
|
+
export { default as Termux } from './termux.js';
|
|
5848
5851
|
export { default as Terraform } from './terraform.js';
|
|
5849
5852
|
export { default as Terragrunt } from './terragrunt.js';
|
|
5850
5853
|
export { default as Terramate } from './terramate.js';
|
|
@@ -5925,6 +5928,7 @@ export { default as Tinkercad } from './tinkercad.js';
|
|
|
5925
5928
|
export { default as Tinygrad } from './tinygrad.js';
|
|
5926
5929
|
export { default as Tinyletter } from './tinyletter.js';
|
|
5927
5930
|
export { default as Tistory } from './tistory.js';
|
|
5931
|
+
export { default as Titanium } from './titanium.js';
|
|
5928
5932
|
export { default as Titaniumsdk } from './titaniumsdk.js';
|
|
5929
5933
|
export { default as Tldraw } from './tldraw.js';
|
|
5930
5934
|
export { default as Tmux } from './tmux.js';
|
package/dist/index.js
CHANGED
|
@@ -3858,6 +3858,7 @@ export { default as Knex } from './knex.js';
|
|
|
3858
3858
|
export { default as Knexdotjs } from './knexdotjs.js';
|
|
3859
3859
|
export { default as Knime } from './knime.js';
|
|
3860
3860
|
export { default as Knip } from './knip.js';
|
|
3861
|
+
export { default as Knowbe4 } from './knowbe4.js';
|
|
3861
3862
|
export { default as Knowledgebase } from './knowledgebase.js';
|
|
3862
3863
|
export { default as Known } from './known.js';
|
|
3863
3864
|
export { default as KoFi } from './ko-fi.js';
|
|
@@ -5282,6 +5283,7 @@ export { default as Ring } from './ring.js';
|
|
|
5282
5283
|
export { default as Riot } from './riot.js';
|
|
5283
5284
|
export { default as RiotGames } from './riot-games.js';
|
|
5284
5285
|
export { default as Ripple } from './ripple.js';
|
|
5286
|
+
export { default as Rippling } from './rippling.js';
|
|
5285
5287
|
export { default as RiscV } from './risc-v.js';
|
|
5286
5288
|
export { default as Riseup } from './riseup.js';
|
|
5287
5289
|
export { default as Risingwave } from './risingwave.js';
|
|
@@ -5845,6 +5847,7 @@ export { default as Tensorflow } from './tensorflow.js';
|
|
|
5845
5847
|
export { default as Teradata } from './teradata.js';
|
|
5846
5848
|
export { default as Teratail } from './teratail.js';
|
|
5847
5849
|
export { default as Termius } from './termius.js';
|
|
5850
|
+
export { default as Termux } from './termux.js';
|
|
5848
5851
|
export { default as Terraform } from './terraform.js';
|
|
5849
5852
|
export { default as Terragrunt } from './terragrunt.js';
|
|
5850
5853
|
export { default as Terramate } from './terramate.js';
|
|
@@ -5925,6 +5928,7 @@ export { default as Tinkercad } from './tinkercad.js';
|
|
|
5925
5928
|
export { default as Tinygrad } from './tinygrad.js';
|
|
5926
5929
|
export { default as Tinyletter } from './tinyletter.js';
|
|
5927
5930
|
export { default as Tistory } from './tistory.js';
|
|
5931
|
+
export { default as Titanium } from './titanium.js';
|
|
5928
5932
|
export { default as Titaniumsdk } from './titaniumsdk.js';
|
|
5929
5933
|
export { default as Tldraw } from './tldraw.js';
|
|
5930
5934
|
export { default as Tmux } from './tmux.js';
|
package/dist/intelbras.cjs
CHANGED
|
@@ -17,7 +17,7 @@ const Intelbras = vue_1.defineComponent({
|
|
|
17
17
|
}, [
|
|
18
18
|
vue_1.h('g', {"transform":"matrix(1.25,0,0,-1.25,-35.4325,898.59753)"}, [
|
|
19
19
|
vue_1.h('g', {"style":"fill:#33af2e;fill-opacity:1","transform":"matrix(0.8725718,0,0,0.8725718,3.6120799,150.03887)"}, [
|
|
20
|
-
vue_1.h('g', {"id":"g3063","
|
|
20
|
+
vue_1.h('g', {"id":"g3063","style":"fill:#33af2e;fill-opacity:1"}, [
|
|
21
21
|
vue_1.h('g', {"transform":"translate(43.773,612.8589)","style":"fill:#33af2e;fill-opacity:1"}, [
|
|
22
22
|
vue_1.h('path', {"d":"m 0,0 0,14.503 c 0,1.394 0.241,2.822 0.76,3.942 3.187,8.052 15.93,7.825 18.941,-0.018 0.459,-1.199 0.746,-2.492 0.746,-3.924 l 0,-14.503 -8.61,0 0,13.047 c 0,1.323 0.031,2.85 -1.704,2.85 -1.034,0 -1.518,-0.848 -1.518,-2.426 L 8.615,0 0,0 z","style":"fill:#33af2e;fill-opacity:1;fill-rule:evenodd;stroke:none"})
|
|
23
23
|
]),
|
package/dist/intelbras.js
CHANGED
|
@@ -14,7 +14,7 @@ const Intelbras = defineComponent({
|
|
|
14
14
|
}, [
|
|
15
15
|
h('g', {"transform":"matrix(1.25,0,0,-1.25,-35.4325,898.59753)"}, [
|
|
16
16
|
h('g', {"style":"fill:#33af2e;fill-opacity:1","transform":"matrix(0.8725718,0,0,0.8725718,3.6120799,150.03887)"}, [
|
|
17
|
-
h('g', {"id":"g3063","
|
|
17
|
+
h('g', {"id":"g3063","style":"fill:#33af2e;fill-opacity:1"}, [
|
|
18
18
|
h('g', {"transform":"translate(43.773,612.8589)","style":"fill:#33af2e;fill-opacity:1"}, [
|
|
19
19
|
h('path', {"d":"m 0,0 0,14.503 c 0,1.394 0.241,2.822 0.76,3.942 3.187,8.052 15.93,7.825 18.941,-0.018 0.459,-1.199 0.746,-2.492 0.746,-3.924 l 0,-14.503 -8.61,0 0,13.047 c 0,1.323 0.031,2.85 -1.704,2.85 -1.034,0 -1.518,-0.848 -1.518,-2.426 L 8.615,0 0,0 z","style":"fill:#33af2e;fill-opacity:1;fill-rule:evenodd;stroke:none"})
|
|
20
20
|
]),
|
package/dist/knowbe4.cjs
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - KnowBe4
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const Knowbe4 = vue_1.defineComponent({
|
|
10
|
+
name: 'Knowbe4',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '98.6385 11.193 62.8462 60.4853',
|
|
14
|
+
fill: 'currentColor',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('title', {}, "KnowBe4"),
|
|
19
|
+
vue_1.h('path', {"fill":"#EF4623","d":"M121.5383,63.581h-22.8998l6.6871-6.606c-2.7363-4.5543-4.3104-9.8869-4.3104-15.587,0-16.7368,13.4588-30.195,30.1956-30.195s30.2739,13.4582,30.2739,30.195c0,16.4197-12.9182,29.7889-29.216,30.2903l.055-13.275c9.0196-.519,16.1741-7.9974,16.1741-17.1475,0-9.4858-7.69-16.9535-17.1764-16.9535s-17.1759,7.4676-17.1759,16.9535c0,2.0143.3466,3.948.9836,5.7438l6.4307-6.34v22.9566"})
|
|
20
|
+
]);
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
exports.default = Knowbe4;
|
package/dist/knowbe4.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/vue - KnowBe4
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const Knowbe4 = defineComponent({
|
|
7
|
+
name: 'Knowbe4',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '98.6385 11.193 62.8462 60.4853',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('title', {}, "KnowBe4"),
|
|
16
|
+
h('path', {"fill":"#EF4623","d":"M121.5383,63.581h-22.8998l6.6871-6.606c-2.7363-4.5543-4.3104-9.8869-4.3104-15.587,0-16.7368,13.4588-30.195,30.1956-30.195s30.2739,13.4582,30.2739,30.195c0,16.4197-12.9182,29.7889-29.216,30.2903l.055-13.275c9.0196-.519,16.1741-7.9974,16.1741-17.1475,0-9.4858-7.69-16.9535-17.1764-16.9535s-17.1759,7.4676-17.1759,16.9535c0,2.0143.3466,3.948.9836,5.7438l6.4307-6.34v22.9566"})
|
|
17
|
+
]);
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
export default Knowbe4;
|
package/dist/masan-group.cjs
CHANGED
|
@@ -16,7 +16,7 @@ const MasanGroup = vue_1.defineComponent({
|
|
|
16
16
|
...attrs
|
|
17
17
|
}, [
|
|
18
18
|
vue_1.h('title', {}, "Masan"),
|
|
19
|
-
vue_1.h('g', {
|
|
19
|
+
vue_1.h('g', {}, [
|
|
20
20
|
vue_1.h('g', {}, [
|
|
21
21
|
vue_1.h('path', {"fill":"#00447c","d":"m1511.6 0.4v1006.6h-1007.3v-1006.6z"}),
|
|
22
22
|
vue_1.h('path', {"fill":"#4f8abe","d":"m1259.8 252v755h-755.5v-755z"}),
|
package/dist/masan-group.js
CHANGED
|
@@ -13,7 +13,7 @@ const MasanGroup = defineComponent({
|
|
|
13
13
|
...attrs
|
|
14
14
|
}, [
|
|
15
15
|
h('title', {}, "Masan"),
|
|
16
|
-
h('g', {
|
|
16
|
+
h('g', {}, [
|
|
17
17
|
h('g', {}, [
|
|
18
18
|
h('path', {"fill":"#00447c","d":"m1511.6 0.4v1006.6h-1007.3v-1006.6z"}),
|
|
19
19
|
h('path', {"fill":"#4f8abe","d":"m1259.8 252v755h-755.5v-755z"}),
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Rippling
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const Rippling = vue_1.defineComponent({
|
|
10
|
+
name: 'Rippling',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 16 16',
|
|
14
|
+
fill: 'currentColor',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('title', {}, "Rippling"),
|
|
19
|
+
vue_1.h('rect', {"width":"16","height":"16","fill":"#7A005D"}),
|
|
20
|
+
vue_1.h('path', {"d":"M4.20267 6.32955C4.20267 5.50455 3.78345 4.82273 3 4.25H4.82118C5.46031 4.74091 5.85204 5.49091 5.85204 6.32955C5.85204 7.16818 5.46031 7.91818 4.82118 8.40909C5.41221 8.65455 5.74895 9.25455 5.74895 10.1136V11.75H4.09958V10.1136C4.09958 9.29546 3.70786 8.72273 3 8.40909C3.78345 7.83636 4.20267 7.15455 4.20267 6.32955ZM7.7763 6.32955C7.7763 5.50455 7.35709 4.82273 6.57364 4.25H8.39482C9.03395 4.74091 9.42568 5.49091 9.42568 6.32955C9.42568 7.16818 9.03395 7.91818 8.39482 8.40909C8.98584 8.65455 9.32259 9.25455 9.32259 10.1136V11.75H7.67322V10.1136C7.67322 9.29546 7.28149 8.72273 6.57364 8.40909C7.35709 7.83636 7.7763 7.15455 7.7763 6.32955ZM11.3506 6.32955C11.3506 5.50455 10.9314 4.82273 10.148 4.25H11.9691C12.6083 4.74091 13 5.49091 13 6.32955C13 7.16818 12.6083 7.91818 11.9691 8.40909C12.5602 8.65455 12.8969 9.25455 12.8969 10.1136V11.75H11.2475V10.1136C11.2475 9.29546 10.8558 8.72273 10.148 8.40909C10.9314 7.83636 11.3506 7.15455 11.3506 6.32955Z","fill":"white"})
|
|
21
|
+
]);
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
exports.default = Rippling;
|
package/dist/rippling.js
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// @thesvg/vue - Rippling
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const Rippling = defineComponent({
|
|
7
|
+
name: 'Rippling',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 16 16',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('title', {}, "Rippling"),
|
|
16
|
+
h('rect', {"width":"16","height":"16","fill":"#7A005D"}),
|
|
17
|
+
h('path', {"d":"M4.20267 6.32955C4.20267 5.50455 3.78345 4.82273 3 4.25H4.82118C5.46031 4.74091 5.85204 5.49091 5.85204 6.32955C5.85204 7.16818 5.46031 7.91818 4.82118 8.40909C5.41221 8.65455 5.74895 9.25455 5.74895 10.1136V11.75H4.09958V10.1136C4.09958 9.29546 3.70786 8.72273 3 8.40909C3.78345 7.83636 4.20267 7.15455 4.20267 6.32955ZM7.7763 6.32955C7.7763 5.50455 7.35709 4.82273 6.57364 4.25H8.39482C9.03395 4.74091 9.42568 5.49091 9.42568 6.32955C9.42568 7.16818 9.03395 7.91818 8.39482 8.40909C8.98584 8.65455 9.32259 9.25455 9.32259 10.1136V11.75H7.67322V10.1136C7.67322 9.29546 7.28149 8.72273 6.57364 8.40909C7.35709 7.83636 7.7763 7.15455 7.7763 6.32955ZM11.3506 6.32955C11.3506 5.50455 10.9314 4.82273 10.148 4.25H11.9691C12.6083 4.74091 13 5.49091 13 6.32955C13 7.16818 12.6083 7.91818 11.9691 8.40909C12.5602 8.65455 12.8969 9.25455 12.8969 10.1136V11.75H11.2475V10.1136C11.2475 9.29546 10.8558 8.72273 10.148 8.40909C10.9314 7.83636 11.3506 7.15455 11.3506 6.32955Z","fill":"white"})
|
|
18
|
+
]);
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
export default Rippling;
|
package/dist/termux.cjs
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Termux
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const Termux = vue_1.defineComponent({
|
|
10
|
+
name: 'Termux',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 512 512',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('rect', {"width":"512","height":"512","fill":"black"}),
|
|
19
|
+
vue_1.h('path', {"d":"M156.5 142.5H113.5L198.5 255.5V256.5L113.5 369.5H156.5L241.5 256.5V255.5L156.5 142.5Z","fill":"white"}),
|
|
20
|
+
vue_1.h('path', {"d":"M398.5 341.5H270.5V369.5H398.5V341.5Z","fill":"white"})
|
|
21
|
+
]);
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
exports.default = Termux;
|
package/dist/termux.d.ts
ADDED
package/dist/termux.js
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// @thesvg/vue - Termux
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const Termux = defineComponent({
|
|
7
|
+
name: 'Termux',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 512 512',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('rect', {"width":"512","height":"512","fill":"black"}),
|
|
16
|
+
h('path', {"d":"M156.5 142.5H113.5L198.5 255.5V256.5L113.5 369.5H156.5L241.5 256.5V255.5L156.5 142.5Z","fill":"white"}),
|
|
17
|
+
h('path', {"d":"M398.5 341.5H270.5V369.5H398.5V341.5Z","fill":"white"})
|
|
18
|
+
]);
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
export default Termux;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Titanium
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const Titanium = vue_1.defineComponent({
|
|
10
|
+
name: 'Titanium',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 512 512',
|
|
14
|
+
fill: 'currentColor',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('defs', {}, [
|
|
19
|
+
vue_1.h('clipPath', {"id":"disc"}, [
|
|
20
|
+
vue_1.h('circle', {"cx":"256","cy":"256","r":"208"})
|
|
21
|
+
])
|
|
22
|
+
]),
|
|
23
|
+
vue_1.h('g', {"transform":"translate(256 256) scale(1) translate(-256 -256)"}, [
|
|
24
|
+
vue_1.h('g', {"clip-path":"url(#disc)"}, [
|
|
25
|
+
vue_1.h('rect', {"x":"-500","y":"-500","width":"1512","height":"1512","fill":"#1c1c31"})
|
|
26
|
+
]),
|
|
27
|
+
vue_1.h('g', {"id":"motif"}, [
|
|
28
|
+
vue_1.h('ellipse', {"cx":"256","cy":"256","rx":"156","ry":"78","fill":"none","stroke":"#50507a","stroke-width":"12","transform":"rotate(-30 256 256)"}),
|
|
29
|
+
vue_1.h('circle', {"cx":"256","cy":"256","r":"94.5","fill":"#23233b","stroke":"#ffffff","stroke-width":"19"}),
|
|
30
|
+
vue_1.h('circle', {"cx":"391","cy":"178","r":"36","fill":"#9393bf"}),
|
|
31
|
+
vue_1.h('circle', {"cx":"121","cy":"334","r":"36","fill":"#9393bf"})
|
|
32
|
+
])
|
|
33
|
+
])
|
|
34
|
+
]);
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
exports.default = Titanium;
|
package/dist/titanium.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// @thesvg/vue - Titanium
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const Titanium = defineComponent({
|
|
7
|
+
name: 'Titanium',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 512 512',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('defs', {}, [
|
|
16
|
+
h('clipPath', {"id":"disc"}, [
|
|
17
|
+
h('circle', {"cx":"256","cy":"256","r":"208"})
|
|
18
|
+
])
|
|
19
|
+
]),
|
|
20
|
+
h('g', {"transform":"translate(256 256) scale(1) translate(-256 -256)"}, [
|
|
21
|
+
h('g', {"clip-path":"url(#disc)"}, [
|
|
22
|
+
h('rect', {"x":"-500","y":"-500","width":"1512","height":"1512","fill":"#1c1c31"})
|
|
23
|
+
]),
|
|
24
|
+
h('g', {"id":"motif"}, [
|
|
25
|
+
h('ellipse', {"cx":"256","cy":"256","rx":"156","ry":"78","fill":"none","stroke":"#50507a","stroke-width":"12","transform":"rotate(-30 256 256)"}),
|
|
26
|
+
h('circle', {"cx":"256","cy":"256","r":"94.5","fill":"#23233b","stroke":"#ffffff","stroke-width":"19"}),
|
|
27
|
+
h('circle', {"cx":"391","cy":"178","r":"36","fill":"#9393bf"}),
|
|
28
|
+
h('circle', {"cx":"121","cy":"334","r":"36","fill":"#9393bf"})
|
|
29
|
+
])
|
|
30
|
+
])
|
|
31
|
+
]);
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
export default Titanium;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thesvg/vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"description": "Typed Vue 3 SVG components for all 4000+ brand icons from thesvg.org",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"vue": ">=3.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"tsx": "^4.23.
|
|
54
|
+
"tsx": "^4.23.10",
|
|
55
55
|
"typescript": "^6.0.3"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|