@thesvg/vue 3.2.19 → 3.2.20

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.
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ // @thesvg/vue - Basilisk
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Basilisk = vue_1.defineComponent({
10
+ name: 'Basilisk',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 3310 3310',
14
+ fill: '#159677',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('circle', {"cx":"1655","cy":"1655","r":"1530"}),
19
+ vue_1.h('ellipse', {"cx":"1665","cy":"1655","fill":"#fff","stroke":"#fff","rx":"1390","ry":"1420"}),
20
+ vue_1.h('path', {"stroke":"#159677","stroke-linejoin":"round","stroke-opacity":".7","stroke-width":"10","d":"M1385 3140c-55-10-150-36-212-57a1890 1890 0 01-224-100c-62-33-156-94-208-134a1830 1830 0 01-188-177 1870 1870 0 01-154-196c-32-51-82-143-109-203s-65-168-83-238c-32-120-35-146-34-370 0-217 3-252 33-366a1850 1850 0 0183-238c28-62 77-153 108-203 32-50 100-136 151-193 52-57 136-137 188-178 52-40 145-101 208-136 63-34 165-80 227-101s165-48 230-60c65-10 183-20 263-20s199 10 263 20a1488 1488 0 01954 601 1770 1770 0 01136 230c30 65 68 159 83 208 40 138 63 296 63 437 0 70-9 176-19 237a1760 1760 0 01-50 214c-17 56-53 148-81 205a1830 1830 0 01-108 186c-31 46-91 121-133 167a1735 1735 0 01-183 169c-59 46-155 110-214 142-60 31-158 75-219 96-60 22-160 48-222 60a2008 2008 0 01-550-2zm960-345c48-30 118-79 156-109a1400 1400 0 00278-312l68-120c35-60 83-192 110-302a1528 1528 0 0013-499 1790 1790 0 00-58-222c-20-59-62-150-92-204a1590 1590 0 00-128-187c-40-50-119-130-175-176a1572 1572 0 00-211-145c-61-33-164-78-230-100-65-20-170-46-235-55-156-22-362-9-517 32a1551 1551 0 00-434 203 1409 1409 0 00-322 329 2230 2230 0 00-107 187 1110 1110 0 00-117 492c-6 163 3 268 35 386 7 27 17 47 23 43 5-4 14-60 19-127a4000 4000 0 01100-600 1470 1470 0 0168-188c20-40 58-97 84-125a440 440 0 01110-80c40-19 120-39 213-51 210-30 330-55 448-94 100-32 103-33 190-13a947 947 0 01375 167 1350 1350 0 00116 82c17 10 50 21 72 26 23 5 46 20 53 33 7 14 13 40 13 58s16 60 36 92c32 53 47 100 100 316 10 37 41 87 96 152a999 999 0 00140 139 840 840 0 00158 80l100 37-77-8a615 615 0 01-140-32c-47-18-64-20-64-8 0 9 18 56 39 105s44 104 50 122c10 29 10 30-4 10a1815 1815 0 00-210-310 1440 1440 0 01-149-206c-19-40-46-113-60-163-15-50-40-108-57-129l-29-37-77 28c-42 15-136 42-208 60a985 985 0 00-184 60c-80 41-196 131-262 202-70 75-116 174-104 224 5 19 27 58 49 86 22 29 68 104 102 167s94 152 134 198c40 45 115 114 168 153 53 40 170 142 259 229a1760 1760 0 00174 157c6 0 52-24 100-54zm-626-1701c17-7 32-21 32-31s-10-22-20-27c-25-10-85-10-110 0-11 5-20 16-20 26 0 20 34 43 65 44 11 0 35-5 53-12z"})
21
+ ]);
22
+ }
23
+ });
24
+
25
+ exports.default = Basilisk;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Basilisk
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Basilisk: DefineComponent<SVGAttributes>;
7
+ export default Basilisk;
@@ -0,0 +1,22 @@
1
+ // @thesvg/vue - Basilisk
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Basilisk = defineComponent({
7
+ name: 'Basilisk',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 3310 3310',
11
+ fill: '#159677',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('circle', {"cx":"1655","cy":"1655","r":"1530"}),
16
+ h('ellipse', {"cx":"1665","cy":"1655","fill":"#fff","stroke":"#fff","rx":"1390","ry":"1420"}),
17
+ h('path', {"stroke":"#159677","stroke-linejoin":"round","stroke-opacity":".7","stroke-width":"10","d":"M1385 3140c-55-10-150-36-212-57a1890 1890 0 01-224-100c-62-33-156-94-208-134a1830 1830 0 01-188-177 1870 1870 0 01-154-196c-32-51-82-143-109-203s-65-168-83-238c-32-120-35-146-34-370 0-217 3-252 33-366a1850 1850 0 0183-238c28-62 77-153 108-203 32-50 100-136 151-193 52-57 136-137 188-178 52-40 145-101 208-136 63-34 165-80 227-101s165-48 230-60c65-10 183-20 263-20s199 10 263 20a1488 1488 0 01954 601 1770 1770 0 01136 230c30 65 68 159 83 208 40 138 63 296 63 437 0 70-9 176-19 237a1760 1760 0 01-50 214c-17 56-53 148-81 205a1830 1830 0 01-108 186c-31 46-91 121-133 167a1735 1735 0 01-183 169c-59 46-155 110-214 142-60 31-158 75-219 96-60 22-160 48-222 60a2008 2008 0 01-550-2zm960-345c48-30 118-79 156-109a1400 1400 0 00278-312l68-120c35-60 83-192 110-302a1528 1528 0 0013-499 1790 1790 0 00-58-222c-20-59-62-150-92-204a1590 1590 0 00-128-187c-40-50-119-130-175-176a1572 1572 0 00-211-145c-61-33-164-78-230-100-65-20-170-46-235-55-156-22-362-9-517 32a1551 1551 0 00-434 203 1409 1409 0 00-322 329 2230 2230 0 00-107 187 1110 1110 0 00-117 492c-6 163 3 268 35 386 7 27 17 47 23 43 5-4 14-60 19-127a4000 4000 0 01100-600 1470 1470 0 0168-188c20-40 58-97 84-125a440 440 0 01110-80c40-19 120-39 213-51 210-30 330-55 448-94 100-32 103-33 190-13a947 947 0 01375 167 1350 1350 0 00116 82c17 10 50 21 72 26 23 5 46 20 53 33 7 14 13 40 13 58s16 60 36 92c32 53 47 100 100 316 10 37 41 87 96 152a999 999 0 00140 139 840 840 0 00158 80l100 37-77-8a615 615 0 01-140-32c-47-18-64-20-64-8 0 9 18 56 39 105s44 104 50 122c10 29 10 30-4 10a1815 1815 0 00-210-310 1440 1440 0 01-149-206c-19-40-46-113-60-163-15-50-40-108-57-129l-29-37-77 28c-42 15-136 42-208 60a985 985 0 00-184 60c-80 41-196 131-262 202-70 75-116 174-104 224 5 19 27 58 49 86 22 29 68 104 102 167s94 152 134 198c40 45 115 114 168 153 53 40 170 142 259 229a1760 1760 0 00174 157c6 0 52-24 100-54zm-626-1701c17-7 32-21 32-31s-10-22-20-27c-25-10-85-10-110 0-11 5-20 16-20 26 0 20 34 43 65 44 11 0 35-5 53-12z"})
18
+ ]);
19
+ }
20
+ });
21
+
22
+ export default Basilisk;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ // @thesvg/vue - Brave Origin
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const BraveOrigin = vue_1.defineComponent({
10
+ name: 'BraveOrigin',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 24 24',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('path', {"fill":"url(#a)","d":"M0 9.366c0-3.278 0-4.918.638-6.17A5.85 5.85 0 0 1 3.196.638C4.448 0 6.088 0 9.366 0h5.268c3.279 0 4.918 0 6.17.638a5.85 5.85 0 0 1 2.558 2.558C24 4.448 24 6.088 24 9.366v5.268c0 3.279 0 4.918-.638 6.17a5.85 5.85 0 0 1-2.558 2.558c-1.252.638-2.891.638-6.17.638H9.366c-3.278 0-4.918 0-6.17-.638a5.85 5.85 0 0 1-2.558-2.558C0 19.552 0 17.913 0 14.634z"}),
19
+ vue_1.h('path', {"fill":"#fff","d":"M17.892 2.907c-.91.18-2.814.485-3.162.525h-.017c-.185-.04-.601-.187-.876-.282q-.21-.075-.405-.141c-.696-.237-1.213-.277-1.398-.282h-.09c-.186 0-.702.045-1.399.282-.135.045-.27.095-.404.14-.281.096-.691.243-.876.283h-.017c-.349-.04-1.517-.254-2.455-.435l-.69-.135-.445.547C2.586 7.211 2.586 8.03 2.586 8.373c0 1.105.545 1.652.876 1.974l.017.017.135.135 2.112 2.29.04.04.033.034-.017.04c-.225.546-.69 1.68-.062 2.876.393.756 1.023 1.37 1.674 1.652l.045.017v.051s-.006.045-.006.068c-.01.49.236.964.669 1.28.213.158 2.207 1.743 2.404 1.912l.073.068c.314.288.792.728 1.427.728.634 0 1.112-.44 1.426-.728l.073-.068c.191-.169 2.191-1.754 2.404-1.912.427-.31.68-.79.663-1.274v-.113l.04-.017c.651-.282 1.28-.903 1.673-1.653.63-1.201.163-2.335-.061-2.882l-.017-.04.034-.034.027-.028.012-.017 2.106-2.29c.045-.045.084-.09.13-.13l.022-.022c.326-.327.876-.869.876-1.974 0-.35 0-1.162-3.078-4.964l-.416-.502zm-2.651 15.05c-.146.106-2.28 1.793-2.494 1.985l-.084.073c-.214.197-.472.44-.68.44s-.472-.243-.68-.434l-.084-.08a122 122 0 0 0-2.494-1.985c-.123-.09-.241-.254-.196-.406l.01-.034.035-.011c1.893-.677 2.87-1.422 3.364-1.93l.05-.05.051.05c.489.508 1.472 1.253 3.365 1.93l.034.011.01.034c.04.147-.072.316-.196.406zm5.044-9.584c0 .643-.253.897-.545 1.19-.062.056-.118.118-.18.186l-1.224 1.331c-.416.451-.792.863-.887.96l-.057.061-.01.011c-.22.226-.49.502-.287.993l.045.107c.247.587.55 1.315.157 2.06-.365.693-.994 1.223-1.472 1.234h-.017c-1.381-.507-2.92-1.325-3.269-2.013v-.023l-.005-1.382 2.117-.609-.309-3.469a.81.81 0 0 1 .64-.869l2.326-.44-.663-.958-3.516.688.382 4.253-1.421.406h-.011l-1.59-.418v-.056l.382-4.185-3.516-.688-.663.959 2.32.44c.404.084.68.456.64.868l-.314 3.48 2.123.553v1.45c-.354.682-1.893 1.5-3.27 2.008H8.17c-.483-.006-1.112-.536-1.477-1.23-.393-.744-.09-1.478.157-2.059l.045-.107c.202-.485-.067-.767-.286-.993l-.012-.01s-.039-.046-.061-.063L4.423 9.75c-.062-.068-.124-.124-.18-.186-.292-.293-.545-.547-.545-1.19 0-.767 2.713-4.123 2.831-4.264l.028-.034.05.01c.242.046 2.382.463 2.674.463.242 0 .725-.169 1.242-.35l.022-.01c.124-.046.247-.085.37-.13.585-.198 1-.22 1.074-.226h.022c.079 0 .489.023 1.079.226l.393.135c.511.18.994.35 1.241.35.292 0 2.427-.412 2.674-.463l.05-.011.029.034c.118.14 2.83 3.497 2.83 4.264z"}),
20
+ vue_1.h('defs', {}, [
21
+ vue_1.h('linearGradient', {"id":"a","x1":"12","x2":"12","y1":"0","y2":"24","gradientUnits":"userSpaceOnUse"}, [
22
+ vue_1.h('stop', {"stop-color":"#1c1c1d"}),
23
+ vue_1.h('stop', {"offset":"1"})
24
+ ])
25
+ ])
26
+ ]);
27
+ }
28
+ });
29
+
30
+ exports.default = BraveOrigin;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Brave Origin
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const BraveOrigin: DefineComponent<SVGAttributes>;
7
+ export default BraveOrigin;
@@ -0,0 +1,27 @@
1
+ // @thesvg/vue - Brave Origin
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const BraveOrigin = defineComponent({
7
+ name: 'BraveOrigin',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 24 24',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('path', {"fill":"url(#a)","d":"M0 9.366c0-3.278 0-4.918.638-6.17A5.85 5.85 0 0 1 3.196.638C4.448 0 6.088 0 9.366 0h5.268c3.279 0 4.918 0 6.17.638a5.85 5.85 0 0 1 2.558 2.558C24 4.448 24 6.088 24 9.366v5.268c0 3.279 0 4.918-.638 6.17a5.85 5.85 0 0 1-2.558 2.558c-1.252.638-2.891.638-6.17.638H9.366c-3.278 0-4.918 0-6.17-.638a5.85 5.85 0 0 1-2.558-2.558C0 19.552 0 17.913 0 14.634z"}),
16
+ h('path', {"fill":"#fff","d":"M17.892 2.907c-.91.18-2.814.485-3.162.525h-.017c-.185-.04-.601-.187-.876-.282q-.21-.075-.405-.141c-.696-.237-1.213-.277-1.398-.282h-.09c-.186 0-.702.045-1.399.282-.135.045-.27.095-.404.14-.281.096-.691.243-.876.283h-.017c-.349-.04-1.517-.254-2.455-.435l-.69-.135-.445.547C2.586 7.211 2.586 8.03 2.586 8.373c0 1.105.545 1.652.876 1.974l.017.017.135.135 2.112 2.29.04.04.033.034-.017.04c-.225.546-.69 1.68-.062 2.876.393.756 1.023 1.37 1.674 1.652l.045.017v.051s-.006.045-.006.068c-.01.49.236.964.669 1.28.213.158 2.207 1.743 2.404 1.912l.073.068c.314.288.792.728 1.427.728.634 0 1.112-.44 1.426-.728l.073-.068c.191-.169 2.191-1.754 2.404-1.912.427-.31.68-.79.663-1.274v-.113l.04-.017c.651-.282 1.28-.903 1.673-1.653.63-1.201.163-2.335-.061-2.882l-.017-.04.034-.034.027-.028.012-.017 2.106-2.29c.045-.045.084-.09.13-.13l.022-.022c.326-.327.876-.869.876-1.974 0-.35 0-1.162-3.078-4.964l-.416-.502zm-2.651 15.05c-.146.106-2.28 1.793-2.494 1.985l-.084.073c-.214.197-.472.44-.68.44s-.472-.243-.68-.434l-.084-.08a122 122 0 0 0-2.494-1.985c-.123-.09-.241-.254-.196-.406l.01-.034.035-.011c1.893-.677 2.87-1.422 3.364-1.93l.05-.05.051.05c.489.508 1.472 1.253 3.365 1.93l.034.011.01.034c.04.147-.072.316-.196.406zm5.044-9.584c0 .643-.253.897-.545 1.19-.062.056-.118.118-.18.186l-1.224 1.331c-.416.451-.792.863-.887.96l-.057.061-.01.011c-.22.226-.49.502-.287.993l.045.107c.247.587.55 1.315.157 2.06-.365.693-.994 1.223-1.472 1.234h-.017c-1.381-.507-2.92-1.325-3.269-2.013v-.023l-.005-1.382 2.117-.609-.309-3.469a.81.81 0 0 1 .64-.869l2.326-.44-.663-.958-3.516.688.382 4.253-1.421.406h-.011l-1.59-.418v-.056l.382-4.185-3.516-.688-.663.959 2.32.44c.404.084.68.456.64.868l-.314 3.48 2.123.553v1.45c-.354.682-1.893 1.5-3.27 2.008H8.17c-.483-.006-1.112-.536-1.477-1.23-.393-.744-.09-1.478.157-2.059l.045-.107c.202-.485-.067-.767-.286-.993l-.012-.01s-.039-.046-.061-.063L4.423 9.75c-.062-.068-.124-.124-.18-.186-.292-.293-.545-.547-.545-1.19 0-.767 2.713-4.123 2.831-4.264l.028-.034.05.01c.242.046 2.382.463 2.674.463.242 0 .725-.169 1.242-.35l.022-.01c.124-.046.247-.085.37-.13.585-.198 1-.22 1.074-.226h.022c.079 0 .489.023 1.079.226l.393.135c.511.18.994.35 1.241.35.292 0 2.427-.412 2.674-.463l.05-.011.029.034c.118.14 2.83 3.497 2.83 4.264z"}),
17
+ h('defs', {}, [
18
+ h('linearGradient', {"id":"a","x1":"12","x2":"12","y1":"0","y2":"24","gradientUnits":"userSpaceOnUse"}, [
19
+ h('stop', {"stop-color":"#1c1c1d"}),
20
+ h('stop', {"offset":"1"})
21
+ ])
22
+ ])
23
+ ]);
24
+ }
25
+ });
26
+
27
+ export default BraveOrigin;
package/dist/index.cjs CHANGED
@@ -3616,6 +3616,8 @@ const _bash = require('./bash.cjs');
3616
3616
  exports.Bash = _bash.default;
3617
3617
  const _basic_attention_token = require('./basic-attention-token.cjs');
3618
3618
  exports.BasicAttentionToken = _basic_attention_token.default;
3619
+ const _basilisk = require('./basilisk.cjs');
3620
+ exports.Basilisk = _basilisk.default;
3619
3621
  const _bastyon = require('./bastyon.cjs');
3620
3622
  exports.Bastyon = _bastyon.default;
3621
3623
  const _bat = require('./bat.cjs');
@@ -3872,6 +3874,8 @@ const _brave = require('./brave.cjs');
3872
3874
  exports.Brave = _brave.default;
3873
3875
  const _brave_browser = require('./brave-browser.cjs');
3874
3876
  exports.BraveBrowser = _brave_browser.default;
3877
+ const _brave_origin = require('./brave-origin.cjs');
3878
+ exports.BraveOrigin = _brave_origin.default;
3875
3879
  const _bravo_tv = require('./bravo-tv.cjs');
3876
3880
  exports.BravoTv = _bravo_tv.default;
3877
3881
  const _braze = require('./braze.cjs');
@@ -9456,6 +9460,8 @@ const _opslevel = require('./opslevel.cjs');
9456
9460
  exports.Opslevel = _opslevel.default;
9457
9461
  const _optimism = require('./optimism.cjs');
9458
9462
  exports.Optimism = _optimism.default;
9463
+ const _optionos = require('./optionos.cjs');
9464
+ exports.Optionos = _optionos.default;
9459
9465
  const _optuna = require('./optuna.cjs');
9460
9466
  exports.Optuna = _optuna.default;
9461
9467
  const _oracle = require('./oracle.cjs');
@@ -9742,6 +9748,8 @@ const _phpstan = require('./phpstan.cjs');
9742
9748
  exports.Phpstan = _phpstan.default;
9743
9749
  const _phpstorm = require('./phpstorm.cjs');
9744
9750
  exports.Phpstorm = _phpstorm.default;
9751
+ const _pi = require('./pi.cjs');
9752
+ exports.Pi = _pi.default;
9745
9753
  const _pi_hole = require('./pi-hole.cjs');
9746
9754
  exports.PiHole = _pi_hole.default;
9747
9755
  const _pi_network = require('./pi-network.cjs');
@@ -12522,6 +12530,8 @@ const _wasmer = require('./wasmer.cjs');
12522
12530
  exports.Wasmer = _wasmer.default;
12523
12531
  const _watchtower = require('./watchtower.cjs');
12524
12532
  exports.Watchtower = _watchtower.default;
12533
+ const _waterfox = require('./waterfox.cjs');
12534
+ exports.Waterfox = _waterfox.default;
12525
12535
  const _wattpad = require('./wattpad.cjs');
12526
12536
  exports.Wattpad = _wattpad.default;
12527
12537
  const _wayland = require('./wayland.cjs');
package/dist/index.d.ts CHANGED
@@ -1807,6 +1807,7 @@ export { default as Baseten } from './baseten.js';
1807
1807
  export { default as Basewell } from './basewell.js';
1808
1808
  export { default as Bash } from './bash.js';
1809
1809
  export { default as BasicAttentionToken } from './basic-attention-token.js';
1810
+ export { default as Basilisk } from './basilisk.js';
1810
1811
  export { default as Bastyon } from './bastyon.js';
1811
1812
  export { default as Bat } from './bat.js';
1812
1813
  export { default as Bata } from './bata.js';
@@ -1935,6 +1936,7 @@ export { default as Brandfetch } from './brandfetch.js';
1935
1936
  export { default as Brandfolder } from './brandfolder.js';
1936
1937
  export { default as Brave } from './brave.js';
1937
1938
  export { default as BraveBrowser } from './brave-browser.js';
1939
+ export { default as BraveOrigin } from './brave-origin.js';
1938
1940
  export { default as BravoTv } from './bravo-tv.js';
1939
1941
  export { default as Braze } from './braze.js';
1940
1942
  export { default as Breaker } from './breaker.js';
@@ -4727,6 +4729,7 @@ export { default as Oppo } from './oppo.js';
4727
4729
  export { default as Opsgenie } from './opsgenie.js';
4728
4730
  export { default as Opslevel } from './opslevel.js';
4729
4731
  export { default as Optimism } from './optimism.js';
4732
+ export { default as Optionos } from './optionos.js';
4730
4733
  export { default as Optuna } from './optuna.js';
4731
4734
  export { default as Oracle } from './oracle.js';
4732
4735
  export { default as Orange } from './orange.js';
@@ -4870,6 +4873,7 @@ export { default as Phpbb } from './phpbb.js';
4870
4873
  export { default as Phpmyadmin } from './phpmyadmin.js';
4871
4874
  export { default as Phpstan } from './phpstan.js';
4872
4875
  export { default as Phpstorm } from './phpstorm.js';
4876
+ export { default as Pi } from './pi.js';
4873
4877
  export { default as PiHole } from './pi-hole.js';
4874
4878
  export { default as PiNetwork } from './pi-network.js';
4875
4879
  export { default as PiaggioGroup } from './piaggio-group.js';
@@ -6260,6 +6264,7 @@ export { default as Wasabi } from './wasabi.js';
6260
6264
  export { default as Wasmcloud } from './wasmcloud.js';
6261
6265
  export { default as Wasmer } from './wasmer.js';
6262
6266
  export { default as Watchtower } from './watchtower.js';
6267
+ export { default as Waterfox } from './waterfox.js';
6263
6268
  export { default as Wattpad } from './wattpad.js';
6264
6269
  export { default as Wayland } from './wayland.js';
6265
6270
  export { default as Waypoint } from './waypoint.js';
package/dist/index.js CHANGED
@@ -1807,6 +1807,7 @@ export { default as Baseten } from './baseten.js';
1807
1807
  export { default as Basewell } from './basewell.js';
1808
1808
  export { default as Bash } from './bash.js';
1809
1809
  export { default as BasicAttentionToken } from './basic-attention-token.js';
1810
+ export { default as Basilisk } from './basilisk.js';
1810
1811
  export { default as Bastyon } from './bastyon.js';
1811
1812
  export { default as Bat } from './bat.js';
1812
1813
  export { default as Bata } from './bata.js';
@@ -1935,6 +1936,7 @@ export { default as Brandfetch } from './brandfetch.js';
1935
1936
  export { default as Brandfolder } from './brandfolder.js';
1936
1937
  export { default as Brave } from './brave.js';
1937
1938
  export { default as BraveBrowser } from './brave-browser.js';
1939
+ export { default as BraveOrigin } from './brave-origin.js';
1938
1940
  export { default as BravoTv } from './bravo-tv.js';
1939
1941
  export { default as Braze } from './braze.js';
1940
1942
  export { default as Breaker } from './breaker.js';
@@ -4727,6 +4729,7 @@ export { default as Oppo } from './oppo.js';
4727
4729
  export { default as Opsgenie } from './opsgenie.js';
4728
4730
  export { default as Opslevel } from './opslevel.js';
4729
4731
  export { default as Optimism } from './optimism.js';
4732
+ export { default as Optionos } from './optionos.js';
4730
4733
  export { default as Optuna } from './optuna.js';
4731
4734
  export { default as Oracle } from './oracle.js';
4732
4735
  export { default as Orange } from './orange.js';
@@ -4870,6 +4873,7 @@ export { default as Phpbb } from './phpbb.js';
4870
4873
  export { default as Phpmyadmin } from './phpmyadmin.js';
4871
4874
  export { default as Phpstan } from './phpstan.js';
4872
4875
  export { default as Phpstorm } from './phpstorm.js';
4876
+ export { default as Pi } from './pi.js';
4873
4877
  export { default as PiHole } from './pi-hole.js';
4874
4878
  export { default as PiNetwork } from './pi-network.js';
4875
4879
  export { default as PiaggioGroup } from './piaggio-group.js';
@@ -6260,6 +6264,7 @@ export { default as Wasabi } from './wasabi.js';
6260
6264
  export { default as Wasmcloud } from './wasmcloud.js';
6261
6265
  export { default as Wasmer } from './wasmer.js';
6262
6266
  export { default as Watchtower } from './watchtower.js';
6267
+ export { default as Waterfox } from './waterfox.js';
6263
6268
  export { default as Wattpad } from './wattpad.js';
6264
6269
  export { default as Wayland } from './wayland.js';
6265
6270
  export { default as Waypoint } from './waypoint.js';
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // @thesvg/vue - optionOS
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Optionos = vue_1.defineComponent({
10
+ name: 'Optionos',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 1024 1024',
14
+ fill: 'currentColor',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('title', {}, "optionOS"),
19
+ vue_1.h('rect', {"width":"1024","height":"1024","fill":"#1A1A2E"}),
20
+ vue_1.h('g', {"fill":"none","stroke":"#FFFFFF","stroke-width":"52","stroke-linecap":"round","stroke-linejoin":"round"}, [
21
+ vue_1.h('path', {"d":"M284 326H422L601 730H739"}),
22
+ vue_1.h('path', {"d":"M584 326H739"})
23
+ ])
24
+ ]);
25
+ }
26
+ });
27
+
28
+ exports.default = Optionos;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - optionOS
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Optionos: DefineComponent<SVGAttributes>;
7
+ export default Optionos;
@@ -0,0 +1,25 @@
1
+ // @thesvg/vue - optionOS
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Optionos = defineComponent({
7
+ name: 'Optionos',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 1024 1024',
11
+ fill: 'currentColor',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}, "optionOS"),
16
+ h('rect', {"width":"1024","height":"1024","fill":"#1A1A2E"}),
17
+ h('g', {"fill":"none","stroke":"#FFFFFF","stroke-width":"52","stroke-linecap":"round","stroke-linejoin":"round"}, [
18
+ h('path', {"d":"M284 326H422L601 730H739"}),
19
+ h('path', {"d":"M584 326H739"})
20
+ ])
21
+ ]);
22
+ }
23
+ });
24
+
25
+ export default Optionos;
package/dist/pi.cjs ADDED
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - Pi
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Pi = vue_1.defineComponent({
10
+ name: 'Pi',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 800 800',
14
+ fill: 'currentColor',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = Pi;
package/dist/pi.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Pi
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Pi: DefineComponent<SVGAttributes>;
7
+ export default Pi;
package/dist/pi.js ADDED
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - Pi
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Pi = defineComponent({
7
+ name: 'Pi',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 800 800',
11
+ fill: 'currentColor',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default Pi;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - Waterfox
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Waterfox = vue_1.defineComponent({
10
+ name: 'Waterfox',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 384 384',
14
+ fill: 'currentColor',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = Waterfox;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Waterfox
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Waterfox: DefineComponent<SVGAttributes>;
7
+ export default Waterfox;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - Waterfox
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Waterfox = defineComponent({
7
+ name: 'Waterfox',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 384 384',
11
+ fill: 'currentColor',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default Waterfox;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/vue",
3
- "version": "3.2.19",
3
+ "version": "3.2.20",
4
4
  "description": "Typed Vue 3 SVG components for all 4000+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,