@thesvg/vue 3.2.21 → 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 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');
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';
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';
@@ -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;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - KnowBe4
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Knowbe4: DefineComponent<SVGAttributes>;
7
+ export default Knowbe4;
@@ -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;
@@ -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;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Rippling
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Rippling: DefineComponent<SVGAttributes>;
7
+ export default Rippling;
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/vue",
3
- "version": "3.2.21",
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,