@thesvg/vue 3.2.18 → 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');
@@ -4884,8 +4888,6 @@ const _devbox = require('./devbox.cjs');
4884
4888
  exports.Devbox = _devbox.default;
4885
4889
  const _devdotto = require('./devdotto.cjs');
4886
4890
  exports.Devdotto = _devdotto.default;
4887
- const _developer_student_club = require('./developer-student-club.cjs');
4888
- exports.DeveloperStudentClub = _developer_student_club.default;
4889
4891
  const _development_containers = require('./development-containers.cjs');
4890
4892
  exports.DevelopmentContainers = _development_containers.default;
4891
4893
  const _devexpress = require('./devexpress.cjs');
@@ -9458,6 +9460,8 @@ const _opslevel = require('./opslevel.cjs');
9458
9460
  exports.Opslevel = _opslevel.default;
9459
9461
  const _optimism = require('./optimism.cjs');
9460
9462
  exports.Optimism = _optimism.default;
9463
+ const _optionos = require('./optionos.cjs');
9464
+ exports.Optionos = _optionos.default;
9461
9465
  const _optuna = require('./optuna.cjs');
9462
9466
  exports.Optuna = _optuna.default;
9463
9467
  const _oracle = require('./oracle.cjs');
@@ -9744,6 +9748,8 @@ const _phpstan = require('./phpstan.cjs');
9744
9748
  exports.Phpstan = _phpstan.default;
9745
9749
  const _phpstorm = require('./phpstorm.cjs');
9746
9750
  exports.Phpstorm = _phpstorm.default;
9751
+ const _pi = require('./pi.cjs');
9752
+ exports.Pi = _pi.default;
9747
9753
  const _pi_hole = require('./pi-hole.cjs');
9748
9754
  exports.PiHole = _pi_hole.default;
9749
9755
  const _pi_network = require('./pi-network.cjs');
@@ -12524,6 +12530,8 @@ const _wasmer = require('./wasmer.cjs');
12524
12530
  exports.Wasmer = _wasmer.default;
12525
12531
  const _watchtower = require('./watchtower.cjs');
12526
12532
  exports.Watchtower = _watchtower.default;
12533
+ const _waterfox = require('./waterfox.cjs');
12534
+ exports.Waterfox = _waterfox.default;
12527
12535
  const _wattpad = require('./wattpad.cjs');
12528
12536
  exports.Wattpad = _wattpad.default;
12529
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';
@@ -2441,7 +2443,6 @@ export { default as DeutscheTelekom } from './deutsche-telekom.js';
2441
2443
  export { default as DeutscheWelle } from './deutsche-welle.js';
2442
2444
  export { default as Devbox } from './devbox.js';
2443
2445
  export { default as Devdotto } from './devdotto.js';
2444
- export { default as DeveloperStudentClub } from './developer-student-club.js';
2445
2446
  export { default as DevelopmentContainers } from './development-containers.js';
2446
2447
  export { default as Devexpress } from './devexpress.js';
2447
2448
  export { default as Deviantart } from './deviantart.js';
@@ -4728,6 +4729,7 @@ export { default as Oppo } from './oppo.js';
4728
4729
  export { default as Opsgenie } from './opsgenie.js';
4729
4730
  export { default as Opslevel } from './opslevel.js';
4730
4731
  export { default as Optimism } from './optimism.js';
4732
+ export { default as Optionos } from './optionos.js';
4731
4733
  export { default as Optuna } from './optuna.js';
4732
4734
  export { default as Oracle } from './oracle.js';
4733
4735
  export { default as Orange } from './orange.js';
@@ -4871,6 +4873,7 @@ export { default as Phpbb } from './phpbb.js';
4871
4873
  export { default as Phpmyadmin } from './phpmyadmin.js';
4872
4874
  export { default as Phpstan } from './phpstan.js';
4873
4875
  export { default as Phpstorm } from './phpstorm.js';
4876
+ export { default as Pi } from './pi.js';
4874
4877
  export { default as PiHole } from './pi-hole.js';
4875
4878
  export { default as PiNetwork } from './pi-network.js';
4876
4879
  export { default as PiaggioGroup } from './piaggio-group.js';
@@ -6261,6 +6264,7 @@ export { default as Wasabi } from './wasabi.js';
6261
6264
  export { default as Wasmcloud } from './wasmcloud.js';
6262
6265
  export { default as Wasmer } from './wasmer.js';
6263
6266
  export { default as Watchtower } from './watchtower.js';
6267
+ export { default as Waterfox } from './waterfox.js';
6264
6268
  export { default as Wattpad } from './wattpad.js';
6265
6269
  export { default as Wayland } from './wayland.js';
6266
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';
@@ -2441,7 +2443,6 @@ export { default as DeutscheTelekom } from './deutsche-telekom.js';
2441
2443
  export { default as DeutscheWelle } from './deutsche-welle.js';
2442
2444
  export { default as Devbox } from './devbox.js';
2443
2445
  export { default as Devdotto } from './devdotto.js';
2444
- export { default as DeveloperStudentClub } from './developer-student-club.js';
2445
2446
  export { default as DevelopmentContainers } from './development-containers.js';
2446
2447
  export { default as Devexpress } from './devexpress.js';
2447
2448
  export { default as Deviantart } from './deviantart.js';
@@ -4728,6 +4729,7 @@ export { default as Oppo } from './oppo.js';
4728
4729
  export { default as Opsgenie } from './opsgenie.js';
4729
4730
  export { default as Opslevel } from './opslevel.js';
4730
4731
  export { default as Optimism } from './optimism.js';
4732
+ export { default as Optionos } from './optionos.js';
4731
4733
  export { default as Optuna } from './optuna.js';
4732
4734
  export { default as Oracle } from './oracle.js';
4733
4735
  export { default as Orange } from './orange.js';
@@ -4871,6 +4873,7 @@ export { default as Phpbb } from './phpbb.js';
4871
4873
  export { default as Phpmyadmin } from './phpmyadmin.js';
4872
4874
  export { default as Phpstan } from './phpstan.js';
4873
4875
  export { default as Phpstorm } from './phpstorm.js';
4876
+ export { default as Pi } from './pi.js';
4874
4877
  export { default as PiHole } from './pi-hole.js';
4875
4878
  export { default as PiNetwork } from './pi-network.js';
4876
4879
  export { default as PiaggioGroup } from './piaggio-group.js';
@@ -6261,6 +6264,7 @@ export { default as Wasabi } from './wasabi.js';
6261
6264
  export { default as Wasmcloud } from './wasmcloud.js';
6262
6265
  export { default as Wasmer } from './wasmer.js';
6263
6266
  export { default as Watchtower } from './watchtower.js';
6267
+ export { default as Waterfox } from './waterfox.js';
6264
6268
  export { default as Wattpad } from './wattpad.js';
6265
6269
  export { default as Wayland } from './wayland.js';
6266
6270
  export { default as Waypoint } from './waypoint.js';
package/dist/kit-kat.cjs CHANGED
@@ -51,8 +51,7 @@ const KitKat = vue_1.defineComponent({
51
51
  ])
52
52
  ])
53
53
  ]),
54
- vue_1.h('circle', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"none","stroke":"#000000","stroke-width":"0.3","cx":"218.768","cy":"38.273","r":"1.75"}),
55
- vue_1.h('text', {"transform":"matrix(1 0 0 1 217.8301 39.1738)","font-family":"","font-size":"2.9178"}, "R")
54
+ vue_1.h('circle', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"none","stroke":"#000000","stroke-width":"0.3","cx":"218.768","cy":"38.273","r":"1.75"})
56
55
  ]);
57
56
  }
58
57
  });
package/dist/kit-kat.js CHANGED
@@ -48,8 +48,7 @@ const KitKat = defineComponent({
48
48
  ])
49
49
  ])
50
50
  ]),
51
- h('circle', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"none","stroke":"#000000","stroke-width":"0.3","cx":"218.768","cy":"38.273","r":"1.75"}),
52
- h('text', {"transform":"matrix(1 0 0 1 217.8301 39.1738)","font-family":"","font-size":"2.9178"}, "R")
51
+ h('circle', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"none","stroke":"#000000","stroke-width":"0.3","cx":"218.768","cy":"38.273","r":"1.75"})
53
52
  ]);
54
53
  }
55
54
  });
package/dist/metlife.cjs CHANGED
@@ -17,9 +17,6 @@ const Metlife = vue_1.defineComponent({
17
17
  }, [
18
18
  vue_1.h('defs', {"id":"defs3011"}),
19
19
  vue_1.h('g', {"id":"layer1","transform":"translate(-162.48575,-437.9196)"}, [
20
- vue_1.h('text', {"style":"font-size:15px","y":"445.43842","x":"247.39554","id":"text62"}, [
21
- vue_1.h('tspan', {"style":"font-size:3.68162513px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#2d7bc8;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Futura;-inkscape-font-specification:Futura","x":"247.39554","y":"445.43842","id":"tspan64"}, "®")
22
- ]),
23
20
  vue_1.h('g', {"id":"g66","transform":"matrix(1.25,0,0,-1.25,193.83667,450.27218)"}, [
24
21
  vue_1.h('path', {"d":"M 0,0 C -0.162,0.882 -0.972,1.459 -1.855,1.459 -2.808,1.459 -3.602,0.955 -3.8,0 L 0,0 z m 3.043,-1.891 -6.896,0 c 0,-1.332 0.702,-2.053 2.053,-2.053 0.702,0 1.205,0.235 1.567,0.847 l 3.15,0 c -0.521,-2.178 -2.593,-3.169 -4.7,-3.169 -3.06,0 -5.348,1.729 -5.348,4.915 0,3.08 2.108,4.935 5.114,4.935 3.206,0 5.06,-1.981 5.06,-5.133","style":"fill:#2d7bc8;fill-opacity:1;fill-rule:nonzero;stroke:none","id":"path68"})
25
22
  ]),
package/dist/metlife.js CHANGED
@@ -14,9 +14,6 @@ const Metlife = defineComponent({
14
14
  }, [
15
15
  h('defs', {"id":"defs3011"}),
16
16
  h('g', {"id":"layer1","transform":"translate(-162.48575,-437.9196)"}, [
17
- h('text', {"style":"font-size:15px","y":"445.43842","x":"247.39554","id":"text62"}, [
18
- h('tspan', {"style":"font-size:3.68162513px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#2d7bc8;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Futura;-inkscape-font-specification:Futura","x":"247.39554","y":"445.43842","id":"tspan64"}, "®")
19
- ]),
20
17
  h('g', {"id":"g66","transform":"matrix(1.25,0,0,-1.25,193.83667,450.27218)"}, [
21
18
  h('path', {"d":"M 0,0 C -0.162,0.882 -0.972,1.459 -1.855,1.459 -2.808,1.459 -3.602,0.955 -3.8,0 L 0,0 z m 3.043,-1.891 -6.896,0 c 0,-1.332 0.702,-2.053 2.053,-2.053 0.702,0 1.205,0.235 1.567,0.847 l 3.15,0 c -0.521,-2.178 -2.593,-3.169 -4.7,-3.169 -3.06,0 -5.348,1.729 -5.348,4.915 0,3.08 2.108,4.935 5.114,4.935 3.206,0 5.06,-1.981 5.06,-5.133","style":"fill:#2d7bc8;fill-opacity:1;fill-rule:nonzero;stroke:none","id":"path68"})
22
19
  ]),
@@ -14,7 +14,30 @@ const MicrosoftFabricIq = vue_1.defineComponent({
14
14
  fill: 'currentColor',
15
15
  xmlns: 'http://www.w3.org/2000/svg',
16
16
  ...attrs
17
- });
17
+ }, [
18
+ vue_1.h('defs', {}, [
19
+ vue_1.h('style', {}, ".st0 {\n fill: url(#radial-gradient);\n }\n\n .st1 {\n fill: url(#linear-gradient);\n }\n\n .st2 {\n fill: url(#radial-gradient1);\n }"),
20
+ vue_1.h('radialGradient', {"id":"radial-gradient","cx":"-717.9","cy":"537.3","fx":"-717.9","fy":"537.3","r":"16.4","gradientTransform":"translate(-13124.9 13698.3) rotate(88.8) scale(18.1 -25.3) skewX(-1.2)","gradientUnits":"userSpaceOnUse"}, [
21
+ vue_1.h('stop', {"offset":"0","stop-color":"#1c154f"}),
22
+ vue_1.h('stop', {"offset":".5","stop-color":"#02573a"}),
23
+ vue_1.h('stop', {"offset":"1","stop-color":"#5dbf87"})
24
+ ]),
25
+ vue_1.h('radialGradient', {"id":"radial-gradient1","cx":"-714.2","cy":"544","fx":"-714.2","fy":"544","r":"16.4","gradientTransform":"translate(-6843.4 15947.5) rotate(75.7) scale(18.3 -19.7) skewX(-3.3)","gradientUnits":"userSpaceOnUse"}, [
26
+ vue_1.h('stop', {"offset":"0","stop-color":"#092231"}),
27
+ vue_1.h('stop', {"offset":".3","stop-color":"#084348"}),
28
+ vue_1.h('stop', {"offset":".7","stop-color":"#17844a"}),
29
+ vue_1.h('stop', {"offset":".9","stop-color":"#5bbe81"})
30
+ ]),
31
+ vue_1.h('linearGradient', {"id":"linear-gradient","x1":"147.6","y1":"255.5","x2":"268.9","y2":"444","gradientTransform":"translate(0 502) scale(1 -1)","gradientUnits":"userSpaceOnUse"}, [
32
+ vue_1.h('stop', {"offset":"0","stop-color":"#5cc098"}),
33
+ vue_1.h('stop', {"offset":".6","stop-color":"#82ca9c"}),
34
+ vue_1.h('stop', {"offset":"1","stop-color":"#b6dba8"})
35
+ ])
36
+ ]),
37
+ vue_1.h('path', {"class":"st0","d":"M199.5,228.2c10.2-6.4,22.9-6.4,33.1,0l185.7,115.8c11,6.8,11,23.9,0,30.7l-185.7,115.8c-10.2,6.4-22.9,6.4-33.1,0L13.8,374.7c-11-6.8-11-23.9,0-30.7l185.7-115.8Z"}),
38
+ vue_1.h('path', {"class":"st2","d":"M199.5,118.6c10.2-6.4,22.9-6.4,33.1,0l185.7,115.8c11,6.8,11,23.9,0,30.7l-185.7,115.8c-10.2,6.4-22.9,6.4-33.1,0L13.8,265c-11-6.8-11-23.9,0-30.7l185.7-115.8Z"}),
39
+ vue_1.h('path', {"class":"st1","d":"M199.5,8.9c10.2-6.4,22.9-6.4,33.1,0l185.7,115.8c11,6.8,11,23.9,0,30.7l-185.7,115.8c-10.2,6.4-22.9,6.4-33.1,0L13.8,155.4c-11-6.8-11-23.9,0-30.7L199.5,8.9Z"})
40
+ ]);
18
41
  }
19
42
  });
20
43
 
@@ -11,7 +11,30 @@ const MicrosoftFabricIq = defineComponent({
11
11
  fill: 'currentColor',
12
12
  xmlns: 'http://www.w3.org/2000/svg',
13
13
  ...attrs
14
- });
14
+ }, [
15
+ h('defs', {}, [
16
+ h('style', {}, ".st0 {\n fill: url(#radial-gradient);\n }\n\n .st1 {\n fill: url(#linear-gradient);\n }\n\n .st2 {\n fill: url(#radial-gradient1);\n }"),
17
+ h('radialGradient', {"id":"radial-gradient","cx":"-717.9","cy":"537.3","fx":"-717.9","fy":"537.3","r":"16.4","gradientTransform":"translate(-13124.9 13698.3) rotate(88.8) scale(18.1 -25.3) skewX(-1.2)","gradientUnits":"userSpaceOnUse"}, [
18
+ h('stop', {"offset":"0","stop-color":"#1c154f"}),
19
+ h('stop', {"offset":".5","stop-color":"#02573a"}),
20
+ h('stop', {"offset":"1","stop-color":"#5dbf87"})
21
+ ]),
22
+ h('radialGradient', {"id":"radial-gradient1","cx":"-714.2","cy":"544","fx":"-714.2","fy":"544","r":"16.4","gradientTransform":"translate(-6843.4 15947.5) rotate(75.7) scale(18.3 -19.7) skewX(-3.3)","gradientUnits":"userSpaceOnUse"}, [
23
+ h('stop', {"offset":"0","stop-color":"#092231"}),
24
+ h('stop', {"offset":".3","stop-color":"#084348"}),
25
+ h('stop', {"offset":".7","stop-color":"#17844a"}),
26
+ h('stop', {"offset":".9","stop-color":"#5bbe81"})
27
+ ]),
28
+ h('linearGradient', {"id":"linear-gradient","x1":"147.6","y1":"255.5","x2":"268.9","y2":"444","gradientTransform":"translate(0 502) scale(1 -1)","gradientUnits":"userSpaceOnUse"}, [
29
+ h('stop', {"offset":"0","stop-color":"#5cc098"}),
30
+ h('stop', {"offset":".6","stop-color":"#82ca9c"}),
31
+ h('stop', {"offset":"1","stop-color":"#b6dba8"})
32
+ ])
33
+ ]),
34
+ h('path', {"class":"st0","d":"M199.5,228.2c10.2-6.4,22.9-6.4,33.1,0l185.7,115.8c11,6.8,11,23.9,0,30.7l-185.7,115.8c-10.2,6.4-22.9,6.4-33.1,0L13.8,374.7c-11-6.8-11-23.9,0-30.7l185.7-115.8Z"}),
35
+ h('path', {"class":"st2","d":"M199.5,118.6c10.2-6.4,22.9-6.4,33.1,0l185.7,115.8c11,6.8,11,23.9,0,30.7l-185.7,115.8c-10.2,6.4-22.9,6.4-33.1,0L13.8,265c-11-6.8-11-23.9,0-30.7l185.7-115.8Z"}),
36
+ h('path', {"class":"st1","d":"M199.5,8.9c10.2-6.4,22.9-6.4,33.1,0l185.7,115.8c11,6.8,11,23.9,0,30.7l-185.7,115.8c-10.2,6.4-22.9,6.4-33.1,0L13.8,155.4c-11-6.8-11-23.9,0-30.7L199.5,8.9Z"})
37
+ ]);
15
38
  }
16
39
  });
17
40
 
@@ -10,11 +10,29 @@ const OpenWebui = vue_1.defineComponent({
10
10
  name: 'OpenWebui',
11
11
  setup(_, { attrs }) {
12
12
  return () => vue_1.h('svg', {
13
- viewBox: '0 0 500 500',
13
+ viewBox: '0 0 200 200',
14
14
  fill: 'currentColor',
15
15
  xmlns: 'http://www.w3.org/2000/svg',
16
16
  ...attrs
17
- });
17
+ }, [
18
+ vue_1.h('g', {"fill":"none","fill-rule":"evenodd"}, [
19
+ vue_1.h('path', {"fill":"#FFF","d":"M99 52h84v34H99z"}),
20
+ vue_1.h('path', {"d":"M23 163c-7.398 0-13.843-4.027-17.303-10A19.886 19.886 0 0 0 3 163c0 11.046 8.954 20 20 20h20v-20H23z","fill":"#3ECC5F"}),
21
+ vue_1.h('path', {"d":"M112.98 57.376L183 53V43c0-11.046-8.954-20-20-20H73l-2.5-4.33c-1.112-1.925-3.889-1.925-5 0L63 23l-2.5-4.33c-1.111-1.925-3.889-1.925-5 0L53 23l-2.5-4.33c-1.111-1.925-3.889-1.925-5 0L43 23c-.022 0-.042.003-.065.003l-4.142-4.141c-1.57-1.571-4.252-.853-4.828 1.294l-1.369 5.104-5.192-1.392c-2.148-.575-4.111 1.389-3.535 3.536l1.39 5.193-5.102 1.367c-2.148.576-2.867 3.259-1.296 4.83l4.142 4.142c0 .021-.003.042-.003.064l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 53l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 63l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 73l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 83l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 93l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 103l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 113l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 123l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 133l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 143l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 153l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 163c0 11.046 8.954 20 20 20h120c11.046 0 20-8.954 20-20V83l-70.02-4.376A10.645 10.645 0 0 1 103 68c0-5.621 4.37-10.273 9.98-10.624","fill":"#3ECC5F"}),
22
+ vue_1.h('path', {"fill":"#3ECC5F","d":"M143 183h30v-40h-30z"}),
23
+ vue_1.h('path', {"d":"M193 158c-.219 0-.428.037-.639.064-.038-.15-.074-.301-.116-.451A5 5 0 0 0 190.32 148a4.96 4.96 0 0 0-3.016 1.036 26.531 26.531 0 0 0-.335-.336 4.955 4.955 0 0 0 1.011-2.987 5 5 0 0 0-9.599-1.959c-.148-.042-.297-.077-.445-.115.027-.211.064-.42.064-.639a5 5 0 0 0-5-5 5 5 0 0 0-5 5c0 .219.037.428.064.639-.148.038-.297.073-.445.115a4.998 4.998 0 0 0-9.599 1.959c0 1.125.384 2.151 1.011 2.987-3.717 3.632-6.031 8.693-6.031 14.3 0 11.046 8.954 20 20 20 9.339 0 17.16-6.41 19.361-15.064.211.027.42.064.639.064a5 5 0 0 0 5-5 5 5 0 0 0-5-5","fill":"#44D860"}),
24
+ vue_1.h('path', {"fill":"#3ECC5F","d":"M153 123h30v-20h-30z"}),
25
+ vue_1.h('path', {"d":"M193 115.5a2.5 2.5 0 1 0 0-5c-.109 0-.214.019-.319.032-.02-.075-.037-.15-.058-.225a2.501 2.501 0 0 0-.963-4.807c-.569 0-1.088.197-1.508.518a6.653 6.653 0 0 0-.168-.168c.314-.417.506-.931.506-1.494a2.5 2.5 0 0 0-4.8-.979A9.987 9.987 0 0 0 183 103c-5.522 0-10 4.478-10 10s4.478 10 10 10c.934 0 1.833-.138 2.69-.377a2.5 2.5 0 0 0 4.8-.979c0-.563-.192-1.077-.506-1.494.057-.055.113-.111.168-.168.42.321.939.518 1.508.518a2.5 2.5 0 0 0 .963-4.807c.021-.074.038-.15.058-.225.105.013.21.032.319.032","fill":"#44D860"}),
26
+ vue_1.h('path', {"d":"M63 55.5a2.5 2.5 0 0 1-2.5-2.5c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5a2.5 2.5 0 1 1-5 0c0-6.893 5.607-12.5 12.5-12.5S65.5 46.107 65.5 53a2.5 2.5 0 0 1-2.5 2.5","fill":"#000"}),
27
+ vue_1.h('path', {"d":"M103 183h60c11.046 0 20-8.954 20-20V93h-60c-11.046 0-20 8.954-20 20v70z","fill":"#FFFF50"}),
28
+ vue_1.h('path', {"d":"M168.02 124h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 20h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 20h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0-49.814h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 19.814h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 20h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2M183 61.611c-.012 0-.022-.006-.034-.005-3.09.105-4.552 3.196-5.842 5.923-1.346 2.85-2.387 4.703-4.093 4.647-1.889-.068-2.969-2.202-4.113-4.46-1.314-2.594-2.814-5.536-5.963-5.426-3.046.104-4.513 2.794-5.807 5.167-1.377 2.528-2.314 4.065-4.121 3.994-1.927-.07-2.951-1.805-4.136-3.813-1.321-2.236-2.848-4.75-5.936-4.664-2.994.103-4.465 2.385-5.763 4.4-1.373 2.13-2.335 3.428-4.165 3.351-1.973-.07-2.992-1.51-4.171-3.177-1.324-1.873-2.816-3.993-5.895-3.89-2.928.1-4.399 1.97-5.696 3.618-1.232 1.564-2.194 2.802-4.229 2.724a1 1 0 0 0-.072 2c3.017.101 4.545-1.8 5.872-3.487 1.177-1.496 2.193-2.787 4.193-2.855 1.926-.082 2.829 1.115 4.195 3.045 1.297 1.834 2.769 3.914 5.731 4.021 3.103.104 4.596-2.215 5.918-4.267 1.182-1.834 2.202-3.417 4.15-3.484 1.793-.067 2.769 1.35 4.145 3.681 1.297 2.197 2.766 4.686 5.787 4.796 3.125.108 4.634-2.62 5.949-5.035 1.139-2.088 2.214-4.06 4.119-4.126 1.793-.042 2.728 1.595 4.111 4.33 1.292 2.553 2.757 5.445 5.825 5.556l.169.003c3.064 0 4.518-3.075 5.805-5.794 1.139-2.41 2.217-4.68 4.067-4.773v-2z","fill":"#000"}),
29
+ vue_1.h('path', {"fill":"#3ECC5F","d":"M83 183h40v-40H83z"}),
30
+ vue_1.h('path', {"d":"M143 158c-.219 0-.428.037-.639.064-.038-.15-.074-.301-.116-.451A5 5 0 0 0 140.32 148a4.96 4.96 0 0 0-3.016 1.036 26.531 26.531 0 0 0-.335-.336 4.955 4.955 0 0 0 1.011-2.987 5 5 0 0 0-9.599-1.959c-.148-.042-.297-.077-.445-.115.027-.211.064-.42.064-.639a5 5 0 0 0-5-5 5 5 0 0 0-5 5c0 .219.037.428.064.639-.148.038-.297.073-.445.115a4.998 4.998 0 0 0-9.599 1.959c0 1.125.384 2.151 1.011 2.987-3.717 3.632-6.031 8.693-6.031 14.3 0 11.046 8.954 20 20 20 9.339 0 17.16-6.41 19.361-15.064.211.027.42.064.639.064a5 5 0 0 0 5-5 5 5 0 0 0-5-5","fill":"#44D860"}),
31
+ vue_1.h('path', {"fill":"#3ECC5F","d":"M83 123h40v-20H83z"}),
32
+ vue_1.h('path', {"d":"M133 115.5a2.5 2.5 0 1 0 0-5c-.109 0-.214.019-.319.032-.02-.075-.037-.15-.058-.225a2.501 2.501 0 0 0-.963-4.807c-.569 0-1.088.197-1.508.518a6.653 6.653 0 0 0-.168-.168c.314-.417.506-.931.506-1.494a2.5 2.5 0 0 0-4.8-.979A9.987 9.987 0 0 0 123 103c-5.522 0-10 4.478-10 10s4.478 10 10 10c.934 0 1.833-.138 2.69-.377a2.5 2.5 0 0 0 4.8-.979c0-.563-.192-1.077-.506-1.494.057-.055.113-.111.168-.168.42.321.939.518 1.508.518a2.5 2.5 0 0 0 .963-4.807c.021-.074.038-.15.058-.225.105.013.21.032.319.032","fill":"#44D860"}),
33
+ vue_1.h('path', {"d":"M143 41.75c-.16 0-.33-.02-.49-.05a2.52 2.52 0 0 1-.47-.14c-.15-.06-.29-.14-.431-.23-.13-.09-.259-.2-.38-.31-.109-.12-.219-.24-.309-.38s-.17-.28-.231-.43a2.619 2.619 0 0 1-.189-.96c0-.16.02-.33.05-.49.03-.16.08-.31.139-.47.061-.15.141-.29.231-.43.09-.13.2-.26.309-.38.121-.11.25-.22.38-.31.141-.09.281-.17.431-.23.149-.06.31-.11.47-.14.32-.07.65-.07.98 0 .159.03.32.08.47.14.149.06.29.14.43.23.13.09.259.2.38.31.11.12.22.25.31.38.09.14.17.28.23.43.06.16.11.31.14.47.029.16.05.33.05.49 0 .66-.271 1.31-.73 1.77-.121.11-.25.22-.38.31-.14.09-.281.17-.43.23a2.565 2.565 0 0 1-.96.19m20-1.25c-.66 0-1.3-.27-1.771-.73a3.802 3.802 0 0 1-.309-.38c-.09-.14-.17-.28-.231-.43a2.619 2.619 0 0 1-.189-.96c0-.66.27-1.3.729-1.77.121-.11.25-.22.38-.31.141-.09.281-.17.431-.23.149-.06.31-.11.47-.14.32-.07.66-.07.98 0 .159.03.32.08.47.14.149.06.29.14.43.23.13.09.259.2.38.31.459.47.73 1.11.73 1.77 0 .16-.021.33-.05.49-.03.16-.08.32-.14.47-.07.15-.14.29-.23.43-.09.13-.2.26-.31.38-.121.11-.25.22-.38.31-.14.09-.281.17-.43.23a2.565 2.565 0 0 1-.96.19","fill":"#000"})
34
+ ])
35
+ ]);
18
36
  }
19
37
  });
20
38
 
@@ -7,11 +7,29 @@ const OpenWebui = defineComponent({
7
7
  name: 'OpenWebui',
8
8
  setup(_, { attrs }) {
9
9
  return () => h('svg', {
10
- viewBox: '0 0 500 500',
10
+ viewBox: '0 0 200 200',
11
11
  fill: 'currentColor',
12
12
  xmlns: 'http://www.w3.org/2000/svg',
13
13
  ...attrs
14
- });
14
+ }, [
15
+ h('g', {"fill":"none","fill-rule":"evenodd"}, [
16
+ h('path', {"fill":"#FFF","d":"M99 52h84v34H99z"}),
17
+ h('path', {"d":"M23 163c-7.398 0-13.843-4.027-17.303-10A19.886 19.886 0 0 0 3 163c0 11.046 8.954 20 20 20h20v-20H23z","fill":"#3ECC5F"}),
18
+ h('path', {"d":"M112.98 57.376L183 53V43c0-11.046-8.954-20-20-20H73l-2.5-4.33c-1.112-1.925-3.889-1.925-5 0L63 23l-2.5-4.33c-1.111-1.925-3.889-1.925-5 0L53 23l-2.5-4.33c-1.111-1.925-3.889-1.925-5 0L43 23c-.022 0-.042.003-.065.003l-4.142-4.141c-1.57-1.571-4.252-.853-4.828 1.294l-1.369 5.104-5.192-1.392c-2.148-.575-4.111 1.389-3.535 3.536l1.39 5.193-5.102 1.367c-2.148.576-2.867 3.259-1.296 4.83l4.142 4.142c0 .021-.003.042-.003.064l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 53l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 63l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 73l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 83l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 93l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 103l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 113l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 123l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 133l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 143l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 153l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 163c0 11.046 8.954 20 20 20h120c11.046 0 20-8.954 20-20V83l-70.02-4.376A10.645 10.645 0 0 1 103 68c0-5.621 4.37-10.273 9.98-10.624","fill":"#3ECC5F"}),
19
+ h('path', {"fill":"#3ECC5F","d":"M143 183h30v-40h-30z"}),
20
+ h('path', {"d":"M193 158c-.219 0-.428.037-.639.064-.038-.15-.074-.301-.116-.451A5 5 0 0 0 190.32 148a4.96 4.96 0 0 0-3.016 1.036 26.531 26.531 0 0 0-.335-.336 4.955 4.955 0 0 0 1.011-2.987 5 5 0 0 0-9.599-1.959c-.148-.042-.297-.077-.445-.115.027-.211.064-.42.064-.639a5 5 0 0 0-5-5 5 5 0 0 0-5 5c0 .219.037.428.064.639-.148.038-.297.073-.445.115a4.998 4.998 0 0 0-9.599 1.959c0 1.125.384 2.151 1.011 2.987-3.717 3.632-6.031 8.693-6.031 14.3 0 11.046 8.954 20 20 20 9.339 0 17.16-6.41 19.361-15.064.211.027.42.064.639.064a5 5 0 0 0 5-5 5 5 0 0 0-5-5","fill":"#44D860"}),
21
+ h('path', {"fill":"#3ECC5F","d":"M153 123h30v-20h-30z"}),
22
+ h('path', {"d":"M193 115.5a2.5 2.5 0 1 0 0-5c-.109 0-.214.019-.319.032-.02-.075-.037-.15-.058-.225a2.501 2.501 0 0 0-.963-4.807c-.569 0-1.088.197-1.508.518a6.653 6.653 0 0 0-.168-.168c.314-.417.506-.931.506-1.494a2.5 2.5 0 0 0-4.8-.979A9.987 9.987 0 0 0 183 103c-5.522 0-10 4.478-10 10s4.478 10 10 10c.934 0 1.833-.138 2.69-.377a2.5 2.5 0 0 0 4.8-.979c0-.563-.192-1.077-.506-1.494.057-.055.113-.111.168-.168.42.321.939.518 1.508.518a2.5 2.5 0 0 0 .963-4.807c.021-.074.038-.15.058-.225.105.013.21.032.319.032","fill":"#44D860"}),
23
+ h('path', {"d":"M63 55.5a2.5 2.5 0 0 1-2.5-2.5c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5a2.5 2.5 0 1 1-5 0c0-6.893 5.607-12.5 12.5-12.5S65.5 46.107 65.5 53a2.5 2.5 0 0 1-2.5 2.5","fill":"#000"}),
24
+ h('path', {"d":"M103 183h60c11.046 0 20-8.954 20-20V93h-60c-11.046 0-20 8.954-20 20v70z","fill":"#FFFF50"}),
25
+ h('path', {"d":"M168.02 124h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 20h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 20h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0-49.814h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 19.814h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 20h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2M183 61.611c-.012 0-.022-.006-.034-.005-3.09.105-4.552 3.196-5.842 5.923-1.346 2.85-2.387 4.703-4.093 4.647-1.889-.068-2.969-2.202-4.113-4.46-1.314-2.594-2.814-5.536-5.963-5.426-3.046.104-4.513 2.794-5.807 5.167-1.377 2.528-2.314 4.065-4.121 3.994-1.927-.07-2.951-1.805-4.136-3.813-1.321-2.236-2.848-4.75-5.936-4.664-2.994.103-4.465 2.385-5.763 4.4-1.373 2.13-2.335 3.428-4.165 3.351-1.973-.07-2.992-1.51-4.171-3.177-1.324-1.873-2.816-3.993-5.895-3.89-2.928.1-4.399 1.97-5.696 3.618-1.232 1.564-2.194 2.802-4.229 2.724a1 1 0 0 0-.072 2c3.017.101 4.545-1.8 5.872-3.487 1.177-1.496 2.193-2.787 4.193-2.855 1.926-.082 2.829 1.115 4.195 3.045 1.297 1.834 2.769 3.914 5.731 4.021 3.103.104 4.596-2.215 5.918-4.267 1.182-1.834 2.202-3.417 4.15-3.484 1.793-.067 2.769 1.35 4.145 3.681 1.297 2.197 2.766 4.686 5.787 4.796 3.125.108 4.634-2.62 5.949-5.035 1.139-2.088 2.214-4.06 4.119-4.126 1.793-.042 2.728 1.595 4.111 4.33 1.292 2.553 2.757 5.445 5.825 5.556l.169.003c3.064 0 4.518-3.075 5.805-5.794 1.139-2.41 2.217-4.68 4.067-4.773v-2z","fill":"#000"}),
26
+ h('path', {"fill":"#3ECC5F","d":"M83 183h40v-40H83z"}),
27
+ h('path', {"d":"M143 158c-.219 0-.428.037-.639.064-.038-.15-.074-.301-.116-.451A5 5 0 0 0 140.32 148a4.96 4.96 0 0 0-3.016 1.036 26.531 26.531 0 0 0-.335-.336 4.955 4.955 0 0 0 1.011-2.987 5 5 0 0 0-9.599-1.959c-.148-.042-.297-.077-.445-.115.027-.211.064-.42.064-.639a5 5 0 0 0-5-5 5 5 0 0 0-5 5c0 .219.037.428.064.639-.148.038-.297.073-.445.115a4.998 4.998 0 0 0-9.599 1.959c0 1.125.384 2.151 1.011 2.987-3.717 3.632-6.031 8.693-6.031 14.3 0 11.046 8.954 20 20 20 9.339 0 17.16-6.41 19.361-15.064.211.027.42.064.639.064a5 5 0 0 0 5-5 5 5 0 0 0-5-5","fill":"#44D860"}),
28
+ h('path', {"fill":"#3ECC5F","d":"M83 123h40v-20H83z"}),
29
+ h('path', {"d":"M133 115.5a2.5 2.5 0 1 0 0-5c-.109 0-.214.019-.319.032-.02-.075-.037-.15-.058-.225a2.501 2.501 0 0 0-.963-4.807c-.569 0-1.088.197-1.508.518a6.653 6.653 0 0 0-.168-.168c.314-.417.506-.931.506-1.494a2.5 2.5 0 0 0-4.8-.979A9.987 9.987 0 0 0 123 103c-5.522 0-10 4.478-10 10s4.478 10 10 10c.934 0 1.833-.138 2.69-.377a2.5 2.5 0 0 0 4.8-.979c0-.563-.192-1.077-.506-1.494.057-.055.113-.111.168-.168.42.321.939.518 1.508.518a2.5 2.5 0 0 0 .963-4.807c.021-.074.038-.15.058-.225.105.013.21.032.319.032","fill":"#44D860"}),
30
+ h('path', {"d":"M143 41.75c-.16 0-.33-.02-.49-.05a2.52 2.52 0 0 1-.47-.14c-.15-.06-.29-.14-.431-.23-.13-.09-.259-.2-.38-.31-.109-.12-.219-.24-.309-.38s-.17-.28-.231-.43a2.619 2.619 0 0 1-.189-.96c0-.16.02-.33.05-.49.03-.16.08-.31.139-.47.061-.15.141-.29.231-.43.09-.13.2-.26.309-.38.121-.11.25-.22.38-.31.141-.09.281-.17.431-.23.149-.06.31-.11.47-.14.32-.07.65-.07.98 0 .159.03.32.08.47.14.149.06.29.14.43.23.13.09.259.2.38.31.11.12.22.25.31.38.09.14.17.28.23.43.06.16.11.31.14.47.029.16.05.33.05.49 0 .66-.271 1.31-.73 1.77-.121.11-.25.22-.38.31-.14.09-.281.17-.43.23a2.565 2.565 0 0 1-.96.19m20-1.25c-.66 0-1.3-.27-1.771-.73a3.802 3.802 0 0 1-.309-.38c-.09-.14-.17-.28-.231-.43a2.619 2.619 0 0 1-.189-.96c0-.66.27-1.3.729-1.77.121-.11.25-.22.38-.31.141-.09.281-.17.431-.23.149-.06.31-.11.47-.14.32-.07.66-.07.98 0 .159.03.32.08.47.14.149.06.29.14.43.23.13.09.259.2.38.31.459.47.73 1.11.73 1.77 0 .16-.021.33-.05.49-.03.16-.08.32-.14.47-.07.15-.14.29-.23.43-.09.13-.2.26-.31.38-.121.11-.25.22-.38.31-.14.09-.281.17-.43.23a2.565 2.565 0 0 1-.96.19","fill":"#000"})
31
+ ])
32
+ ]);
15
33
  }
16
34
  });
17
35
 
@@ -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;
@@ -1,21 +1,21 @@
1
1
  "use strict";
2
- // @thesvg/vue - Developer Student Club
2
+ // @thesvg/vue - Pi
3
3
  // Auto-generated. Do not edit.
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
 
7
7
  const vue_1 = require("vue");
8
8
 
9
- const DeveloperStudentClub = vue_1.defineComponent({
10
- name: 'DeveloperStudentClub',
9
+ const Pi = vue_1.defineComponent({
10
+ name: 'Pi',
11
11
  setup(_, { attrs }) {
12
12
  return () => vue_1.h('svg', {
13
- viewBox: '0 0 150 78',
14
- fill: 'none',
13
+ viewBox: '0 0 800 800',
14
+ fill: 'currentColor',
15
15
  xmlns: 'http://www.w3.org/2000/svg',
16
16
  ...attrs
17
17
  });
18
18
  }
19
19
  });
20
20
 
21
- exports.default = DeveloperStudentClub;
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;
package/dist/qt.cjs CHANGED
@@ -10,12 +10,12 @@ const Qt = vue_1.defineComponent({
10
10
  name: 'Qt',
11
11
  setup(_, { attrs }) {
12
12
  return () => vue_1.h('svg', {
13
- viewBox: '0 0 54 43',
13
+ viewBox: '0 0 24 24',
14
14
  fill: 'currentColor',
15
15
  xmlns: 'http://www.w3.org/2000/svg',
16
16
  ...attrs
17
17
  }, [
18
- vue_1.h('path', {"fill":"#0c0","d":"M1 42V10l9-9h43v33l-9 9z"})
18
+ vue_1.h('path', {"fill":"#41CD52","d":"M21.693 3.162H3.33L0 6.49v14.348h20.671L24 17.51V3.162zM12.785 18.4l-1.562.728-1.35-2.217c-.196.057-.499.09-.924.09-1.579 0-2.683-.425-3.305-1.276-.622-.85-.932-2.2-.932-4.033 0-1.84.319-3.206.949-4.098.63-.892 1.726-1.341 3.288-1.341 1.562 0 2.658.441 3.28 1.333.63.883.94 2.25.94 4.098 0 1.219-.13 2.2-.384 2.945-.261.752-.679 1.325-1.268 1.718zm4.736-1.587c-.858 0-1.447-.196-1.766-.59-.32-.392-.483-1.136-.483-2.232v-3.534H14.11V9.051h1.162V6.843h1.644V9.05h2.094v1.415h-2.094v3.346c0 .622.05 1.03.14 1.227.09.204.326.303.695.303l1.243-.05.073 1.326c-.67.13-1.186.196-1.546.196zm-8.58-9.08c-.95 0-1.604.311-1.963.94-.352.63-.532 1.629-.532 3.011 0 1.374.172 2.364.515 2.953.344.589 1.006.892 1.98.892.973 0 1.628-.295 1.971-.876.335-.58.507-1.57.507-2.953 0-1.39-.172-2.396-.523-3.026-.352-.63-1.006-.94-1.955-.94Z"})
19
19
  ]);
20
20
  }
21
21
  });
package/dist/qt.js CHANGED
@@ -7,12 +7,12 @@ const Qt = defineComponent({
7
7
  name: 'Qt',
8
8
  setup(_, { attrs }) {
9
9
  return () => h('svg', {
10
- viewBox: '0 0 54 43',
10
+ viewBox: '0 0 24 24',
11
11
  fill: 'currentColor',
12
12
  xmlns: 'http://www.w3.org/2000/svg',
13
13
  ...attrs
14
14
  }, [
15
- h('path', {"fill":"#0c0","d":"M1 42V10l9-9h43v33l-9 9z"})
15
+ h('path', {"fill":"#41CD52","d":"M21.693 3.162H3.33L0 6.49v14.348h20.671L24 17.51V3.162zM12.785 18.4l-1.562.728-1.35-2.217c-.196.057-.499.09-.924.09-1.579 0-2.683-.425-3.305-1.276-.622-.85-.932-2.2-.932-4.033 0-1.84.319-3.206.949-4.098.63-.892 1.726-1.341 3.288-1.341 1.562 0 2.658.441 3.28 1.333.63.883.94 2.25.94 4.098 0 1.219-.13 2.2-.384 2.945-.261.752-.679 1.325-1.268 1.718zm4.736-1.587c-.858 0-1.447-.196-1.766-.59-.32-.392-.483-1.136-.483-2.232v-3.534H14.11V9.051h1.162V6.843h1.644V9.05h2.094v1.415h-2.094v3.346c0 .622.05 1.03.14 1.227.09.204.326.303.695.303l1.243-.05.073 1.326c-.67.13-1.186.196-1.546.196zm-8.58-9.08c-.95 0-1.604.311-1.963.94-.352.63-.532 1.629-.532 3.011 0 1.374.172 2.364.515 2.953.344.589 1.006.892 1.98.892.973 0 1.628-.295 1.971-.876.335-.58.507-1.57.507-2.953 0-1.39-.172-2.396-.523-3.026-.352-.63-1.006-.94-1.955-.94Z"})
16
16
  ]);
17
17
  }
18
18
  });
package/dist/svgl.cjs CHANGED
@@ -15,16 +15,16 @@ const Svgl = vue_1.defineComponent({
15
15
  xmlns: 'http://www.w3.org/2000/svg',
16
16
  ...attrs
17
17
  }, [
18
- vue_1.h('rect', {"id":"«r3b»","width":"512","height":"512","x":"0","y":"0","rx":"128","fill":"url(#«r3c»)","stroke":"#FFFFFF","stroke-width":"0","stroke-opacity":"100%","paint-order":"stroke"}),
18
+ vue_1.h('rect', {"id":"svgl-bg","width":"512","height":"512","x":"0","y":"0","rx":"128","fill":"url(#svgl-grad1)","stroke":"#FFFFFF","stroke-width":"0","stroke-opacity":"100%","paint-order":"stroke"}),
19
19
  vue_1.h('clipPath', {"id":"clip"}, [
20
- vue_1.h('use', {"xlink:href":"#«r3b»"})
20
+ vue_1.h('use', {"xlink:href":"#svgl-bg"})
21
21
  ]),
22
22
  vue_1.h('defs', {}, [
23
- vue_1.h('radialGradient', {"id":"«r3c»","cx":"50%","cy":"50%","r":"100%","fx":"50%","fy":"0%","gradientUnits":"objectBoundingBox"}, [
23
+ vue_1.h('radialGradient', {"id":"svgl-grad1","cx":"50%","cy":"50%","r":"100%","fx":"50%","fy":"0%","gradientUnits":"objectBoundingBox"}, [
24
24
  vue_1.h('stop', {"stop-color":"#232323"}),
25
25
  vue_1.h('stop', {"offset":"1","stop-color":"#000000"})
26
26
  ]),
27
- vue_1.h('radialGradient', {"id":"«r3d»","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(256) rotate(90) scale(512)"}, [
27
+ vue_1.h('radialGradient', {"id":"svgl-grad2","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(256) rotate(90) scale(512)"}, [
28
28
  vue_1.h('stop', {"stop-color":"white"}),
29
29
  vue_1.h('stop', {"offset":"1","stop-color":"white","stop-opacity":"0"})
30
30
  ])
package/dist/svgl.js CHANGED
@@ -12,16 +12,16 @@ const Svgl = defineComponent({
12
12
  xmlns: 'http://www.w3.org/2000/svg',
13
13
  ...attrs
14
14
  }, [
15
- h('rect', {"id":"«r3b»","width":"512","height":"512","x":"0","y":"0","rx":"128","fill":"url(#«r3c»)","stroke":"#FFFFFF","stroke-width":"0","stroke-opacity":"100%","paint-order":"stroke"}),
15
+ h('rect', {"id":"svgl-bg","width":"512","height":"512","x":"0","y":"0","rx":"128","fill":"url(#svgl-grad1)","stroke":"#FFFFFF","stroke-width":"0","stroke-opacity":"100%","paint-order":"stroke"}),
16
16
  h('clipPath', {"id":"clip"}, [
17
- h('use', {"xlink:href":"#«r3b»"})
17
+ h('use', {"xlink:href":"#svgl-bg"})
18
18
  ]),
19
19
  h('defs', {}, [
20
- h('radialGradient', {"id":"«r3c»","cx":"50%","cy":"50%","r":"100%","fx":"50%","fy":"0%","gradientUnits":"objectBoundingBox"}, [
20
+ h('radialGradient', {"id":"svgl-grad1","cx":"50%","cy":"50%","r":"100%","fx":"50%","fy":"0%","gradientUnits":"objectBoundingBox"}, [
21
21
  h('stop', {"stop-color":"#232323"}),
22
22
  h('stop', {"offset":"1","stop-color":"#000000"})
23
23
  ]),
24
- h('radialGradient', {"id":"«r3d»","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(256) rotate(90) scale(512)"}, [
24
+ h('radialGradient', {"id":"svgl-grad2","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(256) rotate(90) scale(512)"}, [
25
25
  h('stop', {"stop-color":"white"}),
26
26
  h('stop', {"offset":"1","stop-color":"white","stop-opacity":"0"})
27
27
  ])
@@ -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.18",
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,
@@ -1,7 +0,0 @@
1
- // @thesvg/vue - Developer Student Club
2
- // Auto-generated. Do not edit.
3
-
4
- import type { DefineComponent, SVGAttributes } from 'vue';
5
-
6
- declare const DeveloperStudentClub: DefineComponent<SVGAttributes>;
7
- export default DeveloperStudentClub;
@@ -1,18 +0,0 @@
1
- // @thesvg/vue - Developer Student Club
2
- // Auto-generated. Do not edit.
3
-
4
- import { defineComponent, h } from 'vue';
5
-
6
- const DeveloperStudentClub = defineComponent({
7
- name: 'DeveloperStudentClub',
8
- setup(_, { attrs }) {
9
- return () => h('svg', {
10
- viewBox: '0 0 150 78',
11
- fill: 'none',
12
- xmlns: 'http://www.w3.org/2000/svg',
13
- ...attrs
14
- });
15
- }
16
- });
17
-
18
- export default DeveloperStudentClub;