@thesvg/icons 0.9.0 → 1.0.6
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/README.md +5 -5
- package/dist/british-council.cjs +30 -0
- package/dist/british-council.d.ts +17 -0
- package/dist/british-council.js +18 -0
- package/dist/index.cjs +8 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/dist/mimiclaw.cjs +97 -0
- package/dist/mimiclaw.d.ts +17 -0
- package/dist/mimiclaw.js +85 -0
- package/dist/openclaw-moltbot-clawdbot.cjs +10 -14
- package/dist/openclaw-moltbot-clawdbot.js +10 -14
- package/dist/picoclaw.cjs +101 -0
- package/dist/picoclaw.d.ts +17 -0
- package/dist/picoclaw.js +89 -0
- package/dist/profclaw.cjs +221 -0
- package/dist/profclaw.d.ts +17 -0
- package/dist/profclaw.js +209 -0
- package/package.json +13 -10
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="https://github.com/
|
|
3
|
-
<img src="https://raw.githubusercontent.com/
|
|
2
|
+
<a href="https://github.com/glincker/thesvg">
|
|
3
|
+
<img src="https://raw.githubusercontent.com/glincker/thesvg/main/public/og-image.png" alt="theSVG - 3,847 Brand SVG Icons" width="700" />
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
<p align="center">
|
|
16
16
|
<a href="https://www.npmjs.com/package/@thesvg/icons"><img src="https://img.shields.io/npm/v/@thesvg/icons?color=F97316&label=npm" alt="npm version" /></a>
|
|
17
17
|
<a href="https://www.npmjs.com/package/@thesvg/icons"><img src="https://img.shields.io/npm/dm/@thesvg/icons?color=F97316" alt="npm downloads" /></a>
|
|
18
|
-
<a href="https://github.com/
|
|
19
|
-
<a href="https://github.com/
|
|
18
|
+
<a href="https://github.com/glincker/thesvg/blob/main/packages/icons/LICENSE"><img src="https://img.shields.io/npm/l/@thesvg/icons?color=F97316" alt="license" /></a>
|
|
19
|
+
<a href="https://github.com/glincker/thesvg"><img src="https://img.shields.io/github/stars/glincker/thesvg?style=social" alt="GitHub stars" /></a>
|
|
20
20
|
</p>
|
|
21
21
|
|
|
22
22
|
---
|
|
@@ -129,7 +129,7 @@ Use icons directly without a bundler:
|
|
|
129
129
|
|
|
130
130
|
## Contributing
|
|
131
131
|
|
|
132
|
-
Found a missing icon or incorrect data? [Open an issue](https://github.com/
|
|
132
|
+
Found a missing icon or incorrect data? [Open an issue](https://github.com/glincker/thesvg/issues) or [submit an icon](https://thesvg.org/submit) on the website.
|
|
133
133
|
|
|
134
134
|
## License
|
|
135
135
|
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -British Council
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "british-council";
|
|
8
|
+
exports.title = "British Council";
|
|
9
|
+
exports.hex = "00A7DB";
|
|
10
|
+
exports.categories = ["Education", "Non-profit"];
|
|
11
|
+
exports.aliases = [];
|
|
12
|
+
exports.svg = `<svg fill="#00A7DB" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>British Council</title><circle cx="6" cy="6" r="5.5"/><circle cx="18" cy="6" r="5.5"/><circle cx="6" cy="18" r="5.5"/><circle cx="18" cy="18" r="5.5"/></svg>`;
|
|
13
|
+
exports.variants = {
|
|
14
|
+
"default": `<svg fill="#00A7DB" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>British Council</title><circle cx="6" cy="6" r="5.5"/><circle cx="18" cy="6" r="5.5"/><circle cx="6" cy="18" r="5.5"/><circle cx="18" cy="18" r="5.5"/></svg>`,
|
|
15
|
+
"mono": `<svg fill="currentColor" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>British Council</title><circle cx="6" cy="6" r="5.5"/><circle cx="18" cy="6" r="5.5"/><circle cx="6" cy="18" r="5.5"/><circle cx="18" cy="18" r="5.5"/></svg>`
|
|
16
|
+
};
|
|
17
|
+
exports.license = "PD";
|
|
18
|
+
exports.url = "https://www.britishcouncil.org";
|
|
19
|
+
|
|
20
|
+
exports.default = {
|
|
21
|
+
slug: exports.slug,
|
|
22
|
+
title: exports.title,
|
|
23
|
+
hex: exports.hex,
|
|
24
|
+
categories: exports.categories,
|
|
25
|
+
aliases: exports.aliases,
|
|
26
|
+
svg: exports.svg,
|
|
27
|
+
variants: exports.variants,
|
|
28
|
+
license: exports.license,
|
|
29
|
+
url: exports.url,
|
|
30
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - British Council
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { IconModule } from "./index.js";
|
|
5
|
+
|
|
6
|
+
export declare const slug: string;
|
|
7
|
+
export declare const title: string;
|
|
8
|
+
export declare const hex: string;
|
|
9
|
+
export declare const categories: string[];
|
|
10
|
+
export declare const aliases: string[];
|
|
11
|
+
export declare const svg: string;
|
|
12
|
+
export declare const variants: Record<string, string>;
|
|
13
|
+
export declare const license: string;
|
|
14
|
+
export declare const url: string;
|
|
15
|
+
|
|
16
|
+
declare const british_council: IconModule;
|
|
17
|
+
export default british_council;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/icons - British Council
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "british-council";
|
|
5
|
+
export const title = "British Council";
|
|
6
|
+
export const hex = "00A7DB";
|
|
7
|
+
export const categories = ["Education", "Non-profit"];
|
|
8
|
+
export const aliases = [];
|
|
9
|
+
export const svg = `<svg fill="#00A7DB" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>British Council</title><circle cx="6" cy="6" r="5.5"/><circle cx="18" cy="6" r="5.5"/><circle cx="6" cy="18" r="5.5"/><circle cx="18" cy="18" r="5.5"/></svg>`;
|
|
10
|
+
export const variants = {
|
|
11
|
+
"default": `<svg fill="#00A7DB" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>British Council</title><circle cx="6" cy="6" r="5.5"/><circle cx="18" cy="6" r="5.5"/><circle cx="6" cy="18" r="5.5"/><circle cx="18" cy="18" r="5.5"/></svg>`,
|
|
12
|
+
"mono": `<svg fill="currentColor" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>British Council</title><circle cx="6" cy="6" r="5.5"/><circle cx="18" cy="6" r="5.5"/><circle cx="6" cy="18" r="5.5"/><circle cx="18" cy="18" r="5.5"/></svg>`
|
|
13
|
+
};
|
|
14
|
+
export const license = "PD";
|
|
15
|
+
export const url = "https://www.britishcouncil.org";
|
|
16
|
+
|
|
17
|
+
const british_council = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
18
|
+
export default british_council;
|
package/dist/index.cjs
CHANGED
|
@@ -942,6 +942,8 @@ const _bricks = require("./bricks.cjs");
|
|
|
942
942
|
exports.bricks = _bricks.default;
|
|
943
943
|
const _british_airways = require("./british-airways.cjs");
|
|
944
944
|
exports.british_airways = _british_airways.default;
|
|
945
|
+
const _british_council = require("./british-council.cjs");
|
|
946
|
+
exports.british_council = _british_council.default;
|
|
945
947
|
const _broadcom = require("./broadcom.cjs");
|
|
946
948
|
exports.broadcom = _broadcom.default;
|
|
947
949
|
const _bruno = require("./bruno.cjs");
|
|
@@ -4324,6 +4326,8 @@ const _million = require("./million.cjs");
|
|
|
4324
4326
|
exports.million = _million.default;
|
|
4325
4327
|
const _milvus = require("./milvus.cjs");
|
|
4326
4328
|
exports.milvus = _milvus.default;
|
|
4329
|
+
const _mimiclaw = require("./mimiclaw.cjs");
|
|
4330
|
+
exports.mimiclaw = _mimiclaw.default;
|
|
4327
4331
|
const _minds = require("./minds.cjs");
|
|
4328
4332
|
exports.minds = _minds.default;
|
|
4329
4333
|
const _mingw_w64 = require("./mingw-w64.cjs");
|
|
@@ -5208,6 +5212,8 @@ const _piapro = require("./piapro.cjs");
|
|
|
5208
5212
|
exports.piapro = _piapro.default;
|
|
5209
5213
|
const _picartodottv = require("./picartodottv.cjs");
|
|
5210
5214
|
exports.picartodottv = _picartodottv.default;
|
|
5215
|
+
const _picoclaw = require("./picoclaw.cjs");
|
|
5216
|
+
exports.picoclaw = _picoclaw.default;
|
|
5211
5217
|
const _picnic = require("./picnic.cjs");
|
|
5212
5218
|
exports.picnic = _picnic.default;
|
|
5213
5219
|
const _picpay = require("./picpay.cjs");
|
|
@@ -5462,6 +5468,8 @@ const _procure = require("./procure.cjs");
|
|
|
5462
5468
|
exports.procure = _procure.default;
|
|
5463
5469
|
const _product_hunt = require("./product-hunt.cjs");
|
|
5464
5470
|
exports.product_hunt = _product_hunt.default;
|
|
5471
|
+
const _profclaw = require("./profclaw.cjs");
|
|
5472
|
+
exports.profclaw = _profclaw.default;
|
|
5465
5473
|
const _progate = require("./progate.cjs");
|
|
5466
5474
|
exports.progate = _progate.default;
|
|
5467
5475
|
const _progress = require("./progress.cjs");
|
package/dist/index.d.ts
CHANGED
|
@@ -472,6 +472,7 @@ export { default as brevo } from "./brevo.js";
|
|
|
472
472
|
export { default as brex } from "./brex.js";
|
|
473
473
|
export { default as bricks } from "./bricks.js";
|
|
474
474
|
export { default as british_airways } from "./british-airways.js";
|
|
475
|
+
export { default as british_council } from "./british-council.js";
|
|
475
476
|
export { default as broadcom } from "./broadcom.js";
|
|
476
477
|
export { default as bruno } from "./bruno.js";
|
|
477
478
|
export { default as bsd } from "./bsd.js";
|
|
@@ -2163,6 +2164,7 @@ export { default as mikrotik } from "./mikrotik.js";
|
|
|
2163
2164
|
export { default as milanote } from "./milanote.js";
|
|
2164
2165
|
export { default as million } from "./million.js";
|
|
2165
2166
|
export { default as milvus } from "./milvus.js";
|
|
2167
|
+
export { default as mimiclaw } from "./mimiclaw.js";
|
|
2166
2168
|
export { default as minds } from "./minds.js";
|
|
2167
2169
|
export { default as mingw_w64 } from "./mingw-w64.js";
|
|
2168
2170
|
export { default as mini } from "./mini.js";
|
|
@@ -2605,6 +2607,7 @@ export { default as pi_network } from "./pi-network.js";
|
|
|
2605
2607
|
export { default as piaggio_group } from "./piaggio-group.js";
|
|
2606
2608
|
export { default as piapro } from "./piapro.js";
|
|
2607
2609
|
export { default as picartodottv } from "./picartodottv.js";
|
|
2610
|
+
export { default as picoclaw } from "./picoclaw.js";
|
|
2608
2611
|
export { default as picnic } from "./picnic.js";
|
|
2609
2612
|
export { default as picpay } from "./picpay.js";
|
|
2610
2613
|
export { default as picrew } from "./picrew.js";
|
|
@@ -2732,6 +2735,7 @@ export { default as processon } from "./processon.js";
|
|
|
2732
2735
|
export { default as processwire } from "./processwire.js";
|
|
2733
2736
|
export { default as procure } from "./procure.js";
|
|
2734
2737
|
export { default as product_hunt } from "./product-hunt.js";
|
|
2738
|
+
export { default as profclaw } from "./profclaw.js";
|
|
2735
2739
|
export { default as progate } from "./progate.js";
|
|
2736
2740
|
export { default as progress } from "./progress.js";
|
|
2737
2741
|
export { default as prometheus } from "./prometheus.js";
|
package/dist/index.js
CHANGED
|
@@ -472,6 +472,7 @@ export { default as brevo } from "./brevo.js";
|
|
|
472
472
|
export { default as brex } from "./brex.js";
|
|
473
473
|
export { default as bricks } from "./bricks.js";
|
|
474
474
|
export { default as british_airways } from "./british-airways.js";
|
|
475
|
+
export { default as british_council } from "./british-council.js";
|
|
475
476
|
export { default as broadcom } from "./broadcom.js";
|
|
476
477
|
export { default as bruno } from "./bruno.js";
|
|
477
478
|
export { default as bsd } from "./bsd.js";
|
|
@@ -2163,6 +2164,7 @@ export { default as mikrotik } from "./mikrotik.js";
|
|
|
2163
2164
|
export { default as milanote } from "./milanote.js";
|
|
2164
2165
|
export { default as million } from "./million.js";
|
|
2165
2166
|
export { default as milvus } from "./milvus.js";
|
|
2167
|
+
export { default as mimiclaw } from "./mimiclaw.js";
|
|
2166
2168
|
export { default as minds } from "./minds.js";
|
|
2167
2169
|
export { default as mingw_w64 } from "./mingw-w64.js";
|
|
2168
2170
|
export { default as mini } from "./mini.js";
|
|
@@ -2605,6 +2607,7 @@ export { default as pi_network } from "./pi-network.js";
|
|
|
2605
2607
|
export { default as piaggio_group } from "./piaggio-group.js";
|
|
2606
2608
|
export { default as piapro } from "./piapro.js";
|
|
2607
2609
|
export { default as picartodottv } from "./picartodottv.js";
|
|
2610
|
+
export { default as picoclaw } from "./picoclaw.js";
|
|
2608
2611
|
export { default as picnic } from "./picnic.js";
|
|
2609
2612
|
export { default as picpay } from "./picpay.js";
|
|
2610
2613
|
export { default as picrew } from "./picrew.js";
|
|
@@ -2732,6 +2735,7 @@ export { default as processon } from "./processon.js";
|
|
|
2732
2735
|
export { default as processwire } from "./processwire.js";
|
|
2733
2736
|
export { default as procure } from "./procure.js";
|
|
2734
2737
|
export { default as product_hunt } from "./product-hunt.js";
|
|
2738
|
+
export { default as profclaw } from "./profclaw.js";
|
|
2735
2739
|
export { default as progate } from "./progate.js";
|
|
2736
2740
|
export { default as progress } from "./progress.js";
|
|
2737
2741
|
export { default as prometheus } from "./prometheus.js";
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -MimiClaw
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "mimiclaw";
|
|
8
|
+
exports.title = "MimiClaw";
|
|
9
|
+
exports.hex = "ff4f40";
|
|
10
|
+
exports.categories = ["AI", "Software", "IoT"];
|
|
11
|
+
exports.aliases = [];
|
|
12
|
+
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="#ff4f40">
|
|
13
|
+
<title>MimiClaw</title>
|
|
14
|
+
<!-- Body -->
|
|
15
|
+
<rect x="5" y="3" width="6" height="1"/>
|
|
16
|
+
<rect x="4" y="4" width="8" height="1"/>
|
|
17
|
+
<rect x="3" y="5" width="10" height="1"/>
|
|
18
|
+
<rect x="3" y="6" width="10" height="1"/>
|
|
19
|
+
<rect x="3" y="7" width="10" height="1"/>
|
|
20
|
+
<rect x="4" y="8" width="8" height="1"/>
|
|
21
|
+
<rect x="5" y="9" width="6" height="1"/>
|
|
22
|
+
<!-- Legs -->
|
|
23
|
+
<rect x="5" y="12" width="6" height="1"/>
|
|
24
|
+
<rect x="6" y="13" width="4" height="1"/>
|
|
25
|
+
<!-- Claws -->
|
|
26
|
+
<rect x="1" y="6" width="2" height="1" fill="#ff775f"/>
|
|
27
|
+
<rect x="2" y="5" width="1" height="1" fill="#ff775f"/>
|
|
28
|
+
<rect x="2" y="7" width="1" height="1" fill="#ff775f"/>
|
|
29
|
+
<rect x="13" y="6" width="2" height="1" fill="#ff775f"/>
|
|
30
|
+
<rect x="13" y="5" width="1" height="1" fill="#ff775f"/>
|
|
31
|
+
<rect x="13" y="7" width="1" height="1" fill="#ff775f"/>
|
|
32
|
+
<!-- Eyes -->
|
|
33
|
+
<rect x="6" y="4" width="1" height="1" fill="#f5fbff"/>
|
|
34
|
+
<rect x="9" y="4" width="1" height="1" fill="#f5fbff"/>
|
|
35
|
+
<rect x="6" y="5" width="1" height="1" fill="#081016"/>
|
|
36
|
+
<rect x="9" y="5" width="1" height="1" fill="#081016"/>
|
|
37
|
+
</svg>`;
|
|
38
|
+
exports.variants = {
|
|
39
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="#ff4f40">
|
|
40
|
+
<title>MimiClaw</title>
|
|
41
|
+
<!-- Body -->
|
|
42
|
+
<rect x="5" y="3" width="6" height="1"/>
|
|
43
|
+
<rect x="4" y="4" width="8" height="1"/>
|
|
44
|
+
<rect x="3" y="5" width="10" height="1"/>
|
|
45
|
+
<rect x="3" y="6" width="10" height="1"/>
|
|
46
|
+
<rect x="3" y="7" width="10" height="1"/>
|
|
47
|
+
<rect x="4" y="8" width="8" height="1"/>
|
|
48
|
+
<rect x="5" y="9" width="6" height="1"/>
|
|
49
|
+
<!-- Legs -->
|
|
50
|
+
<rect x="5" y="12" width="6" height="1"/>
|
|
51
|
+
<rect x="6" y="13" width="4" height="1"/>
|
|
52
|
+
<!-- Claws -->
|
|
53
|
+
<rect x="1" y="6" width="2" height="1" fill="#ff775f"/>
|
|
54
|
+
<rect x="2" y="5" width="1" height="1" fill="#ff775f"/>
|
|
55
|
+
<rect x="2" y="7" width="1" height="1" fill="#ff775f"/>
|
|
56
|
+
<rect x="13" y="6" width="2" height="1" fill="#ff775f"/>
|
|
57
|
+
<rect x="13" y="5" width="1" height="1" fill="#ff775f"/>
|
|
58
|
+
<rect x="13" y="7" width="1" height="1" fill="#ff775f"/>
|
|
59
|
+
<!-- Eyes -->
|
|
60
|
+
<rect x="6" y="4" width="1" height="1" fill="#f5fbff"/>
|
|
61
|
+
<rect x="9" y="4" width="1" height="1" fill="#f5fbff"/>
|
|
62
|
+
<rect x="6" y="5" width="1" height="1" fill="#081016"/>
|
|
63
|
+
<rect x="9" y="5" width="1" height="1" fill="#081016"/>
|
|
64
|
+
</svg>`,
|
|
65
|
+
"mono": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor">
|
|
66
|
+
<title>MimiClaw</title>
|
|
67
|
+
<rect x="5" y="3" width="6" height="1"/>
|
|
68
|
+
<rect x="4" y="4" width="8" height="1"/>
|
|
69
|
+
<rect x="3" y="5" width="10" height="1"/>
|
|
70
|
+
<rect x="3" y="6" width="10" height="1"/>
|
|
71
|
+
<rect x="3" y="7" width="10" height="1"/>
|
|
72
|
+
<rect x="4" y="8" width="8" height="1"/>
|
|
73
|
+
<rect x="5" y="9" width="6" height="1"/>
|
|
74
|
+
<rect x="5" y="12" width="6" height="1"/>
|
|
75
|
+
<rect x="6" y="13" width="4" height="1"/>
|
|
76
|
+
<rect x="1" y="6" width="2" height="1" opacity=".7"/>
|
|
77
|
+
<rect x="2" y="5" width="1" height="1" opacity=".7"/>
|
|
78
|
+
<rect x="2" y="7" width="1" height="1" opacity=".7"/>
|
|
79
|
+
<rect x="13" y="6" width="2" height="1" opacity=".7"/>
|
|
80
|
+
<rect x="13" y="5" width="1" height="1" opacity=".7"/>
|
|
81
|
+
<rect x="13" y="7" width="1" height="1" opacity=".7"/>
|
|
82
|
+
</svg>`
|
|
83
|
+
};
|
|
84
|
+
exports.license = "MIT";
|
|
85
|
+
exports.url = "https://github.com/memovai/mimiclaw";
|
|
86
|
+
|
|
87
|
+
exports.default = {
|
|
88
|
+
slug: exports.slug,
|
|
89
|
+
title: exports.title,
|
|
90
|
+
hex: exports.hex,
|
|
91
|
+
categories: exports.categories,
|
|
92
|
+
aliases: exports.aliases,
|
|
93
|
+
svg: exports.svg,
|
|
94
|
+
variants: exports.variants,
|
|
95
|
+
license: exports.license,
|
|
96
|
+
url: exports.url,
|
|
97
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - MimiClaw
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { IconModule } from "./index.js";
|
|
5
|
+
|
|
6
|
+
export declare const slug: string;
|
|
7
|
+
export declare const title: string;
|
|
8
|
+
export declare const hex: string;
|
|
9
|
+
export declare const categories: string[];
|
|
10
|
+
export declare const aliases: string[];
|
|
11
|
+
export declare const svg: string;
|
|
12
|
+
export declare const variants: Record<string, string>;
|
|
13
|
+
export declare const license: string;
|
|
14
|
+
export declare const url: string;
|
|
15
|
+
|
|
16
|
+
declare const mimiclaw: IconModule;
|
|
17
|
+
export default mimiclaw;
|
package/dist/mimiclaw.js
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
// @thesvg/icons - MimiClaw
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "mimiclaw";
|
|
5
|
+
export const title = "MimiClaw";
|
|
6
|
+
export const hex = "ff4f40";
|
|
7
|
+
export const categories = ["AI", "Software", "IoT"];
|
|
8
|
+
export const aliases = [];
|
|
9
|
+
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="#ff4f40">
|
|
10
|
+
<title>MimiClaw</title>
|
|
11
|
+
<!-- Body -->
|
|
12
|
+
<rect x="5" y="3" width="6" height="1"/>
|
|
13
|
+
<rect x="4" y="4" width="8" height="1"/>
|
|
14
|
+
<rect x="3" y="5" width="10" height="1"/>
|
|
15
|
+
<rect x="3" y="6" width="10" height="1"/>
|
|
16
|
+
<rect x="3" y="7" width="10" height="1"/>
|
|
17
|
+
<rect x="4" y="8" width="8" height="1"/>
|
|
18
|
+
<rect x="5" y="9" width="6" height="1"/>
|
|
19
|
+
<!-- Legs -->
|
|
20
|
+
<rect x="5" y="12" width="6" height="1"/>
|
|
21
|
+
<rect x="6" y="13" width="4" height="1"/>
|
|
22
|
+
<!-- Claws -->
|
|
23
|
+
<rect x="1" y="6" width="2" height="1" fill="#ff775f"/>
|
|
24
|
+
<rect x="2" y="5" width="1" height="1" fill="#ff775f"/>
|
|
25
|
+
<rect x="2" y="7" width="1" height="1" fill="#ff775f"/>
|
|
26
|
+
<rect x="13" y="6" width="2" height="1" fill="#ff775f"/>
|
|
27
|
+
<rect x="13" y="5" width="1" height="1" fill="#ff775f"/>
|
|
28
|
+
<rect x="13" y="7" width="1" height="1" fill="#ff775f"/>
|
|
29
|
+
<!-- Eyes -->
|
|
30
|
+
<rect x="6" y="4" width="1" height="1" fill="#f5fbff"/>
|
|
31
|
+
<rect x="9" y="4" width="1" height="1" fill="#f5fbff"/>
|
|
32
|
+
<rect x="6" y="5" width="1" height="1" fill="#081016"/>
|
|
33
|
+
<rect x="9" y="5" width="1" height="1" fill="#081016"/>
|
|
34
|
+
</svg>`;
|
|
35
|
+
export const variants = {
|
|
36
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="#ff4f40">
|
|
37
|
+
<title>MimiClaw</title>
|
|
38
|
+
<!-- Body -->
|
|
39
|
+
<rect x="5" y="3" width="6" height="1"/>
|
|
40
|
+
<rect x="4" y="4" width="8" height="1"/>
|
|
41
|
+
<rect x="3" y="5" width="10" height="1"/>
|
|
42
|
+
<rect x="3" y="6" width="10" height="1"/>
|
|
43
|
+
<rect x="3" y="7" width="10" height="1"/>
|
|
44
|
+
<rect x="4" y="8" width="8" height="1"/>
|
|
45
|
+
<rect x="5" y="9" width="6" height="1"/>
|
|
46
|
+
<!-- Legs -->
|
|
47
|
+
<rect x="5" y="12" width="6" height="1"/>
|
|
48
|
+
<rect x="6" y="13" width="4" height="1"/>
|
|
49
|
+
<!-- Claws -->
|
|
50
|
+
<rect x="1" y="6" width="2" height="1" fill="#ff775f"/>
|
|
51
|
+
<rect x="2" y="5" width="1" height="1" fill="#ff775f"/>
|
|
52
|
+
<rect x="2" y="7" width="1" height="1" fill="#ff775f"/>
|
|
53
|
+
<rect x="13" y="6" width="2" height="1" fill="#ff775f"/>
|
|
54
|
+
<rect x="13" y="5" width="1" height="1" fill="#ff775f"/>
|
|
55
|
+
<rect x="13" y="7" width="1" height="1" fill="#ff775f"/>
|
|
56
|
+
<!-- Eyes -->
|
|
57
|
+
<rect x="6" y="4" width="1" height="1" fill="#f5fbff"/>
|
|
58
|
+
<rect x="9" y="4" width="1" height="1" fill="#f5fbff"/>
|
|
59
|
+
<rect x="6" y="5" width="1" height="1" fill="#081016"/>
|
|
60
|
+
<rect x="9" y="5" width="1" height="1" fill="#081016"/>
|
|
61
|
+
</svg>`,
|
|
62
|
+
"mono": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor">
|
|
63
|
+
<title>MimiClaw</title>
|
|
64
|
+
<rect x="5" y="3" width="6" height="1"/>
|
|
65
|
+
<rect x="4" y="4" width="8" height="1"/>
|
|
66
|
+
<rect x="3" y="5" width="10" height="1"/>
|
|
67
|
+
<rect x="3" y="6" width="10" height="1"/>
|
|
68
|
+
<rect x="3" y="7" width="10" height="1"/>
|
|
69
|
+
<rect x="4" y="8" width="8" height="1"/>
|
|
70
|
+
<rect x="5" y="9" width="6" height="1"/>
|
|
71
|
+
<rect x="5" y="12" width="6" height="1"/>
|
|
72
|
+
<rect x="6" y="13" width="4" height="1"/>
|
|
73
|
+
<rect x="1" y="6" width="2" height="1" opacity=".7"/>
|
|
74
|
+
<rect x="2" y="5" width="1" height="1" opacity=".7"/>
|
|
75
|
+
<rect x="2" y="7" width="1" height="1" opacity=".7"/>
|
|
76
|
+
<rect x="13" y="6" width="2" height="1" opacity=".7"/>
|
|
77
|
+
<rect x="13" y="5" width="1" height="1" opacity=".7"/>
|
|
78
|
+
<rect x="13" y="7" width="1" height="1" opacity=".7"/>
|
|
79
|
+
</svg>`
|
|
80
|
+
};
|
|
81
|
+
export const license = "MIT";
|
|
82
|
+
export const url = "https://github.com/memovai/mimiclaw";
|
|
83
|
+
|
|
84
|
+
const mimiclaw = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
85
|
+
export default mimiclaw;
|
|
@@ -7,38 +7,35 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
7
7
|
exports.slug = "openclaw-moltbot-clawdbot";
|
|
8
8
|
exports.title = "OpenClaw (MoltBot/ClawdBot)";
|
|
9
9
|
exports.hex = "ff4d4d";
|
|
10
|
-
exports.categories = ["Software", "Platform"];
|
|
10
|
+
exports.categories = ["AI", "Software", "Platform"];
|
|
11
11
|
exports.aliases = [];
|
|
12
|
-
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="
|
|
12
|
+
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#ff4d4d" fill-rule="evenodd">
|
|
13
13
|
<title>OpenClaw (MoltBot/ClawdBot)</title>
|
|
14
|
-
<path d="M9.046 7.104a.527.527 0 110 1.055.527.527 0 010-1.055z" />
|
|
15
|
-
<path d="M15.376 7.104a.528.528 0 110 1.056.528.528 0 010-1.056z" />
|
|
14
|
+
<path d="M9.046 7.104a.527.527 0 110 1.055.527.527 0 010-1.055z" fill="#050810" />
|
|
15
|
+
<path d="M15.376 7.104a.528.528 0 110 1.056.528.528 0 010-1.056z" fill="#050810" />
|
|
16
16
|
<path clip-rule="evenodd"
|
|
17
17
|
d="M16.877 1.912c.58-.27 1.14-.323 1.616-.037a.317.317 0 01-.326.542c-.227-.136-.547-.153-1.022.068-.352.165-.765.45-1.234.866 2.683 1.17 4.4 3.5 5.148 5.921a6.421 6.421 0 00-.704.184c-.578.016-1.174.204-1.502.735-.338.55-.268 1.276.072 2.069l.005.012.007.014c.523 1.045 1.318 1.91 2.2 2.284-.912 3.274-3.44 6.144-5.972 6.988v2.109h-2.11v-2.11c-1.043.417-2.086.01-2.11 0v2.11h-2.11v-2.11c-2.531-.843-5.061-3.713-5.973-6.987.882-.373 1.678-1.238 2.2-2.284l.007-.014.006-.012c.34-.793.41-1.518.071-2.069-.327-.531-.923-.719-1.503-.735a6.409 6.409 0 00-.704-.183c.749-2.421 2.466-4.751 5.149-5.922-.47-.416-.88-.701-1.234-.866-.474-.221-.794-.204-1.021-.068a.318.318 0 01-.435-.109.317.317 0 01.109-.433c.476-.286 1.036-.233 1.615.037.49.229 1.031.628 1.621 1.182A9.924 9.924 0 0112 2.568c1.199 0 2.284.19 3.256.526.59-.554 1.13-.953 1.62-1.182zM8.835 6.577a1.266 1.266 0 100 2.532 1.266 1.266 0 000-2.532zm6.33 0a1.267 1.267 0 100 2.533 1.267 1.267 0 000-2.533z" />
|
|
18
18
|
<path d="M.395 13.118c-.966-1.932-.163-3.863 2.41-3.365v-.001l.05.01c.084.018.17.038.26.06.033.009.067.017.1.027.084.022.168.048.255.076l.09.027c.528 0 .95.158 1.16.501.212.343.212.87-.105 1.61-.085.17-.178.333-.276.489l-.01.017a4.967 4.967 0 01-.62.791l-.019.02c-1.092 1.117-2.496 1.336-3.295-.262z" />
|
|
19
19
|
<path d="M21.193 9.753c2.574-.5 3.378 1.433 2.411 3.365-.58 1.159-1.476 1.361-2.342.96l-.011-.005a2.419 2.419 0 01-.114-.056l-.019-.01a2.751 2.751 0 01-.115-.067l-.023-.014c-.035-.022-.071-.044-.106-.068l-.05-.035c-.55-.388-1.062-1.007-1.44-1.76-.276-.647-.311-1.132-.174-1.472.176-.439.636-.639 1.23-.639.032-.011.066-.02.099-.03.08-.026.16-.05.238-.072l.117-.03a5.502 5.502 0 01.3-.067z" />
|
|
20
|
-
<path d="M0 0h24v24H0z" />
|
|
21
20
|
</svg>`;
|
|
22
21
|
exports.variants = {
|
|
23
|
-
"default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="
|
|
22
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#ff4d4d" fill-rule="evenodd">
|
|
24
23
|
<title>OpenClaw (MoltBot/ClawdBot)</title>
|
|
25
|
-
<path d="M9.046 7.104a.527.527 0 110 1.055.527.527 0 010-1.055z" />
|
|
26
|
-
<path d="M15.376 7.104a.528.528 0 110 1.056.528.528 0 010-1.056z" />
|
|
24
|
+
<path d="M9.046 7.104a.527.527 0 110 1.055.527.527 0 010-1.055z" fill="#050810" />
|
|
25
|
+
<path d="M15.376 7.104a.528.528 0 110 1.056.528.528 0 010-1.056z" fill="#050810" />
|
|
27
26
|
<path clip-rule="evenodd"
|
|
28
27
|
d="M16.877 1.912c.58-.27 1.14-.323 1.616-.037a.317.317 0 01-.326.542c-.227-.136-.547-.153-1.022.068-.352.165-.765.45-1.234.866 2.683 1.17 4.4 3.5 5.148 5.921a6.421 6.421 0 00-.704.184c-.578.016-1.174.204-1.502.735-.338.55-.268 1.276.072 2.069l.005.012.007.014c.523 1.045 1.318 1.91 2.2 2.284-.912 3.274-3.44 6.144-5.972 6.988v2.109h-2.11v-2.11c-1.043.417-2.086.01-2.11 0v2.11h-2.11v-2.11c-2.531-.843-5.061-3.713-5.973-6.987.882-.373 1.678-1.238 2.2-2.284l.007-.014.006-.012c.34-.793.41-1.518.071-2.069-.327-.531-.923-.719-1.503-.735a6.409 6.409 0 00-.704-.183c.749-2.421 2.466-4.751 5.149-5.922-.47-.416-.88-.701-1.234-.866-.474-.221-.794-.204-1.021-.068a.318.318 0 01-.435-.109.317.317 0 01.109-.433c.476-.286 1.036-.233 1.615.037.49.229 1.031.628 1.621 1.182A9.924 9.924 0 0112 2.568c1.199 0 2.284.19 3.256.526.59-.554 1.13-.953 1.62-1.182zM8.835 6.577a1.266 1.266 0 100 2.532 1.266 1.266 0 000-2.532zm6.33 0a1.267 1.267 0 100 2.533 1.267 1.267 0 000-2.533z" />
|
|
29
28
|
<path d="M.395 13.118c-.966-1.932-.163-3.863 2.41-3.365v-.001l.05.01c.084.018.17.038.26.06.033.009.067.017.1.027.084.022.168.048.255.076l.09.027c.528 0 .95.158 1.16.501.212.343.212.87-.105 1.61-.085.17-.178.333-.276.489l-.01.017a4.967 4.967 0 01-.62.791l-.019.02c-1.092 1.117-2.496 1.336-3.295-.262z" />
|
|
30
29
|
<path d="M21.193 9.753c2.574-.5 3.378 1.433 2.411 3.365-.58 1.159-1.476 1.361-2.342.96l-.011-.005a2.419 2.419 0 01-.114-.056l-.019-.01a2.751 2.751 0 01-.115-.067l-.023-.014c-.035-.022-.071-.044-.106-.068l-.05-.035c-.55-.388-1.062-1.007-1.44-1.76-.276-.647-.311-1.132-.174-1.472.176-.439.636-.639 1.23-.639.032-.011.066-.02.099-.03.08-.026.16-.05.238-.072l.117-.03a5.502 5.502 0 01.3-.067z" />
|
|
31
|
-
<path d="M0 0h24v24H0z" />
|
|
32
30
|
</svg>`,
|
|
33
|
-
"color": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="
|
|
31
|
+
"color": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#ff4d4d" fill-rule="evenodd">
|
|
34
32
|
<title>OpenClaw (MoltBot/ClawdBot)</title>
|
|
35
|
-
<path d="M9.046 7.104a.527.527 0 110 1.055.527.527 0 010-1.055z" />
|
|
36
|
-
<path d="M15.376 7.104a.528.528 0 110 1.056.528.528 0 010-1.056z" />
|
|
33
|
+
<path d="M9.046 7.104a.527.527 0 110 1.055.527.527 0 010-1.055z" fill="#050810" />
|
|
34
|
+
<path d="M15.376 7.104a.528.528 0 110 1.056.528.528 0 010-1.056z" fill="#050810" />
|
|
37
35
|
<path clip-rule="evenodd"
|
|
38
36
|
d="M16.877 1.912c.58-.27 1.14-.323 1.616-.037a.317.317 0 01-.326.542c-.227-.136-.547-.153-1.022.068-.352.165-.765.45-1.234.866 2.683 1.17 4.4 3.5 5.148 5.921a6.421 6.421 0 00-.704.184c-.578.016-1.174.204-1.502.735-.338.55-.268 1.276.072 2.069l.005.012.007.014c.523 1.045 1.318 1.91 2.2 2.284-.912 3.274-3.44 6.144-5.972 6.988v2.109h-2.11v-2.11c-1.043.417-2.086.01-2.11 0v2.11h-2.11v-2.11c-2.531-.843-5.061-3.713-5.973-6.987.882-.373 1.678-1.238 2.2-2.284l.007-.014.006-.012c.34-.793.41-1.518.071-2.069-.327-.531-.923-.719-1.503-.735a6.409 6.409 0 00-.704-.183c.749-2.421 2.466-4.751 5.149-5.922-.47-.416-.88-.701-1.234-.866-.474-.221-.794-.204-1.021-.068a.318.318 0 01-.435-.109.317.317 0 01.109-.433c.476-.286 1.036-.233 1.615.037.49.229 1.031.628 1.621 1.182A9.924 9.924 0 0112 2.568c1.199 0 2.284.19 3.256.526.59-.554 1.13-.953 1.62-1.182zM8.835 6.577a1.266 1.266 0 100 2.532 1.266 1.266 0 000-2.532zm6.33 0a1.267 1.267 0 100 2.533 1.267 1.267 0 000-2.533z" />
|
|
39
37
|
<path d="M.395 13.118c-.966-1.932-.163-3.863 2.41-3.365v-.001l.05.01c.084.018.17.038.26.06.033.009.067.017.1.027.084.022.168.048.255.076l.09.027c.528 0 .95.158 1.16.501.212.343.212.87-.105 1.61-.085.17-.178.333-.276.489l-.01.017a4.967 4.967 0 01-.62.791l-.019.02c-1.092 1.117-2.496 1.336-3.295-.262z" />
|
|
40
38
|
<path d="M21.193 9.753c2.574-.5 3.378 1.433 2.411 3.365-.58 1.159-1.476 1.361-2.342.96l-.011-.005a2.419 2.419 0 01-.114-.056l-.019-.01a2.751 2.751 0 01-.115-.067l-.023-.014c-.035-.022-.071-.044-.106-.068l-.05-.035c-.55-.388-1.062-1.007-1.44-1.76-.276-.647-.311-1.132-.174-1.472.176-.439.636-.639 1.23-.639.032-.011.066-.02.099-.03.08-.026.16-.05.238-.072l.117-.03a5.502 5.502 0 01.3-.067z" />
|
|
41
|
-
<path d="M0 0h24v24H0z" />
|
|
42
39
|
</svg>`,
|
|
43
40
|
"mono": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" fill-rule="evenodd">
|
|
44
41
|
<title>OpenClaw (MoltBot/ClawdBot)</title>
|
|
@@ -48,7 +45,6 @@ exports.variants = {
|
|
|
48
45
|
d="M16.877 1.912c.58-.27 1.14-.323 1.616-.037a.317.317 0 01-.326.542c-.227-.136-.547-.153-1.022.068-.352.165-.765.45-1.234.866 2.683 1.17 4.4 3.5 5.148 5.921a6.421 6.421 0 00-.704.184c-.578.016-1.174.204-1.502.735-.338.55-.268 1.276.072 2.069l.005.012.007.014c.523 1.045 1.318 1.91 2.2 2.284-.912 3.274-3.44 6.144-5.972 6.988v2.109h-2.11v-2.11c-1.043.417-2.086.01-2.11 0v2.11h-2.11v-2.11c-2.531-.843-5.061-3.713-5.973-6.987.882-.373 1.678-1.238 2.2-2.284l.007-.014.006-.012c.34-.793.41-1.518.071-2.069-.327-.531-.923-.719-1.503-.735a6.409 6.409 0 00-.704-.183c.749-2.421 2.466-4.751 5.149-5.922-.47-.416-.88-.701-1.234-.866-.474-.221-.794-.204-1.021-.068a.318.318 0 01-.435-.109.317.317 0 01.109-.433c.476-.286 1.036-.233 1.615.037.49.229 1.031.628 1.621 1.182A9.924 9.924 0 0112 2.568c1.199 0 2.284.19 3.256.526.59-.554 1.13-.953 1.62-1.182zM8.835 6.577a1.266 1.266 0 100 2.532 1.266 1.266 0 000-2.532zm6.33 0a1.267 1.267 0 100 2.533 1.267 1.267 0 000-2.533z" />
|
|
49
46
|
<path d="M.395 13.118c-.966-1.932-.163-3.863 2.41-3.365v-.001l.05.01c.084.018.17.038.26.06.033.009.067.017.1.027.084.022.168.048.255.076l.09.027c.528 0 .95.158 1.16.501.212.343.212.87-.105 1.61-.085.17-.178.333-.276.489l-.01.017a4.967 4.967 0 01-.62.791l-.019.02c-1.092 1.117-2.496 1.336-3.295-.262z" />
|
|
50
47
|
<path d="M21.193 9.753c2.574-.5 3.378 1.433 2.411 3.365-.58 1.159-1.476 1.361-2.342.96l-.011-.005a2.419 2.419 0 01-.114-.056l-.019-.01a2.751 2.751 0 01-.115-.067l-.023-.014c-.035-.022-.071-.044-.106-.068l-.05-.035c-.55-.388-1.062-1.007-1.44-1.76-.276-.647-.311-1.132-.174-1.472.176-.439.636-.639 1.23-.639.032-.011.066-.02.099-.03.08-.026.16-.05.238-.072l.117-.03a5.502 5.502 0 01.3-.067z" />
|
|
51
|
-
<path d="M0 0h24v24H0z" />
|
|
52
48
|
</svg>`
|
|
53
49
|
};
|
|
54
50
|
exports.license = "MIT";
|
|
@@ -4,38 +4,35 @@
|
|
|
4
4
|
export const slug = "openclaw-moltbot-clawdbot";
|
|
5
5
|
export const title = "OpenClaw (MoltBot/ClawdBot)";
|
|
6
6
|
export const hex = "ff4d4d";
|
|
7
|
-
export const categories = ["Software", "Platform"];
|
|
7
|
+
export const categories = ["AI", "Software", "Platform"];
|
|
8
8
|
export const aliases = [];
|
|
9
|
-
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="
|
|
9
|
+
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#ff4d4d" fill-rule="evenodd">
|
|
10
10
|
<title>OpenClaw (MoltBot/ClawdBot)</title>
|
|
11
|
-
<path d="M9.046 7.104a.527.527 0 110 1.055.527.527 0 010-1.055z" />
|
|
12
|
-
<path d="M15.376 7.104a.528.528 0 110 1.056.528.528 0 010-1.056z" />
|
|
11
|
+
<path d="M9.046 7.104a.527.527 0 110 1.055.527.527 0 010-1.055z" fill="#050810" />
|
|
12
|
+
<path d="M15.376 7.104a.528.528 0 110 1.056.528.528 0 010-1.056z" fill="#050810" />
|
|
13
13
|
<path clip-rule="evenodd"
|
|
14
14
|
d="M16.877 1.912c.58-.27 1.14-.323 1.616-.037a.317.317 0 01-.326.542c-.227-.136-.547-.153-1.022.068-.352.165-.765.45-1.234.866 2.683 1.17 4.4 3.5 5.148 5.921a6.421 6.421 0 00-.704.184c-.578.016-1.174.204-1.502.735-.338.55-.268 1.276.072 2.069l.005.012.007.014c.523 1.045 1.318 1.91 2.2 2.284-.912 3.274-3.44 6.144-5.972 6.988v2.109h-2.11v-2.11c-1.043.417-2.086.01-2.11 0v2.11h-2.11v-2.11c-2.531-.843-5.061-3.713-5.973-6.987.882-.373 1.678-1.238 2.2-2.284l.007-.014.006-.012c.34-.793.41-1.518.071-2.069-.327-.531-.923-.719-1.503-.735a6.409 6.409 0 00-.704-.183c.749-2.421 2.466-4.751 5.149-5.922-.47-.416-.88-.701-1.234-.866-.474-.221-.794-.204-1.021-.068a.318.318 0 01-.435-.109.317.317 0 01.109-.433c.476-.286 1.036-.233 1.615.037.49.229 1.031.628 1.621 1.182A9.924 9.924 0 0112 2.568c1.199 0 2.284.19 3.256.526.59-.554 1.13-.953 1.62-1.182zM8.835 6.577a1.266 1.266 0 100 2.532 1.266 1.266 0 000-2.532zm6.33 0a1.267 1.267 0 100 2.533 1.267 1.267 0 000-2.533z" />
|
|
15
15
|
<path d="M.395 13.118c-.966-1.932-.163-3.863 2.41-3.365v-.001l.05.01c.084.018.17.038.26.06.033.009.067.017.1.027.084.022.168.048.255.076l.09.027c.528 0 .95.158 1.16.501.212.343.212.87-.105 1.61-.085.17-.178.333-.276.489l-.01.017a4.967 4.967 0 01-.62.791l-.019.02c-1.092 1.117-2.496 1.336-3.295-.262z" />
|
|
16
16
|
<path d="M21.193 9.753c2.574-.5 3.378 1.433 2.411 3.365-.58 1.159-1.476 1.361-2.342.96l-.011-.005a2.419 2.419 0 01-.114-.056l-.019-.01a2.751 2.751 0 01-.115-.067l-.023-.014c-.035-.022-.071-.044-.106-.068l-.05-.035c-.55-.388-1.062-1.007-1.44-1.76-.276-.647-.311-1.132-.174-1.472.176-.439.636-.639 1.23-.639.032-.011.066-.02.099-.03.08-.026.16-.05.238-.072l.117-.03a5.502 5.502 0 01.3-.067z" />
|
|
17
|
-
<path d="M0 0h24v24H0z" />
|
|
18
17
|
</svg>`;
|
|
19
18
|
export const variants = {
|
|
20
|
-
"default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="
|
|
19
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#ff4d4d" fill-rule="evenodd">
|
|
21
20
|
<title>OpenClaw (MoltBot/ClawdBot)</title>
|
|
22
|
-
<path d="M9.046 7.104a.527.527 0 110 1.055.527.527 0 010-1.055z" />
|
|
23
|
-
<path d="M15.376 7.104a.528.528 0 110 1.056.528.528 0 010-1.056z" />
|
|
21
|
+
<path d="M9.046 7.104a.527.527 0 110 1.055.527.527 0 010-1.055z" fill="#050810" />
|
|
22
|
+
<path d="M15.376 7.104a.528.528 0 110 1.056.528.528 0 010-1.056z" fill="#050810" />
|
|
24
23
|
<path clip-rule="evenodd"
|
|
25
24
|
d="M16.877 1.912c.58-.27 1.14-.323 1.616-.037a.317.317 0 01-.326.542c-.227-.136-.547-.153-1.022.068-.352.165-.765.45-1.234.866 2.683 1.17 4.4 3.5 5.148 5.921a6.421 6.421 0 00-.704.184c-.578.016-1.174.204-1.502.735-.338.55-.268 1.276.072 2.069l.005.012.007.014c.523 1.045 1.318 1.91 2.2 2.284-.912 3.274-3.44 6.144-5.972 6.988v2.109h-2.11v-2.11c-1.043.417-2.086.01-2.11 0v2.11h-2.11v-2.11c-2.531-.843-5.061-3.713-5.973-6.987.882-.373 1.678-1.238 2.2-2.284l.007-.014.006-.012c.34-.793.41-1.518.071-2.069-.327-.531-.923-.719-1.503-.735a6.409 6.409 0 00-.704-.183c.749-2.421 2.466-4.751 5.149-5.922-.47-.416-.88-.701-1.234-.866-.474-.221-.794-.204-1.021-.068a.318.318 0 01-.435-.109.317.317 0 01.109-.433c.476-.286 1.036-.233 1.615.037.49.229 1.031.628 1.621 1.182A9.924 9.924 0 0112 2.568c1.199 0 2.284.19 3.256.526.59-.554 1.13-.953 1.62-1.182zM8.835 6.577a1.266 1.266 0 100 2.532 1.266 1.266 0 000-2.532zm6.33 0a1.267 1.267 0 100 2.533 1.267 1.267 0 000-2.533z" />
|
|
26
25
|
<path d="M.395 13.118c-.966-1.932-.163-3.863 2.41-3.365v-.001l.05.01c.084.018.17.038.26.06.033.009.067.017.1.027.084.022.168.048.255.076l.09.027c.528 0 .95.158 1.16.501.212.343.212.87-.105 1.61-.085.17-.178.333-.276.489l-.01.017a4.967 4.967 0 01-.62.791l-.019.02c-1.092 1.117-2.496 1.336-3.295-.262z" />
|
|
27
26
|
<path d="M21.193 9.753c2.574-.5 3.378 1.433 2.411 3.365-.58 1.159-1.476 1.361-2.342.96l-.011-.005a2.419 2.419 0 01-.114-.056l-.019-.01a2.751 2.751 0 01-.115-.067l-.023-.014c-.035-.022-.071-.044-.106-.068l-.05-.035c-.55-.388-1.062-1.007-1.44-1.76-.276-.647-.311-1.132-.174-1.472.176-.439.636-.639 1.23-.639.032-.011.066-.02.099-.03.08-.026.16-.05.238-.072l.117-.03a5.502 5.502 0 01.3-.067z" />
|
|
28
|
-
<path d="M0 0h24v24H0z" />
|
|
29
27
|
</svg>`,
|
|
30
|
-
"color": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="
|
|
28
|
+
"color": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#ff4d4d" fill-rule="evenodd">
|
|
31
29
|
<title>OpenClaw (MoltBot/ClawdBot)</title>
|
|
32
|
-
<path d="M9.046 7.104a.527.527 0 110 1.055.527.527 0 010-1.055z" />
|
|
33
|
-
<path d="M15.376 7.104a.528.528 0 110 1.056.528.528 0 010-1.056z" />
|
|
30
|
+
<path d="M9.046 7.104a.527.527 0 110 1.055.527.527 0 010-1.055z" fill="#050810" />
|
|
31
|
+
<path d="M15.376 7.104a.528.528 0 110 1.056.528.528 0 010-1.056z" fill="#050810" />
|
|
34
32
|
<path clip-rule="evenodd"
|
|
35
33
|
d="M16.877 1.912c.58-.27 1.14-.323 1.616-.037a.317.317 0 01-.326.542c-.227-.136-.547-.153-1.022.068-.352.165-.765.45-1.234.866 2.683 1.17 4.4 3.5 5.148 5.921a6.421 6.421 0 00-.704.184c-.578.016-1.174.204-1.502.735-.338.55-.268 1.276.072 2.069l.005.012.007.014c.523 1.045 1.318 1.91 2.2 2.284-.912 3.274-3.44 6.144-5.972 6.988v2.109h-2.11v-2.11c-1.043.417-2.086.01-2.11 0v2.11h-2.11v-2.11c-2.531-.843-5.061-3.713-5.973-6.987.882-.373 1.678-1.238 2.2-2.284l.007-.014.006-.012c.34-.793.41-1.518.071-2.069-.327-.531-.923-.719-1.503-.735a6.409 6.409 0 00-.704-.183c.749-2.421 2.466-4.751 5.149-5.922-.47-.416-.88-.701-1.234-.866-.474-.221-.794-.204-1.021-.068a.318.318 0 01-.435-.109.317.317 0 01.109-.433c.476-.286 1.036-.233 1.615.037.49.229 1.031.628 1.621 1.182A9.924 9.924 0 0112 2.568c1.199 0 2.284.19 3.256.526.59-.554 1.13-.953 1.62-1.182zM8.835 6.577a1.266 1.266 0 100 2.532 1.266 1.266 0 000-2.532zm6.33 0a1.267 1.267 0 100 2.533 1.267 1.267 0 000-2.533z" />
|
|
36
34
|
<path d="M.395 13.118c-.966-1.932-.163-3.863 2.41-3.365v-.001l.05.01c.084.018.17.038.26.06.033.009.067.017.1.027.084.022.168.048.255.076l.09.027c.528 0 .95.158 1.16.501.212.343.212.87-.105 1.61-.085.17-.178.333-.276.489l-.01.017a4.967 4.967 0 01-.62.791l-.019.02c-1.092 1.117-2.496 1.336-3.295-.262z" />
|
|
37
35
|
<path d="M21.193 9.753c2.574-.5 3.378 1.433 2.411 3.365-.58 1.159-1.476 1.361-2.342.96l-.011-.005a2.419 2.419 0 01-.114-.056l-.019-.01a2.751 2.751 0 01-.115-.067l-.023-.014c-.035-.022-.071-.044-.106-.068l-.05-.035c-.55-.388-1.062-1.007-1.44-1.76-.276-.647-.311-1.132-.174-1.472.176-.439.636-.639 1.23-.639.032-.011.066-.02.099-.03.08-.026.16-.05.238-.072l.117-.03a5.502 5.502 0 01.3-.067z" />
|
|
38
|
-
<path d="M0 0h24v24H0z" />
|
|
39
36
|
</svg>`,
|
|
40
37
|
"mono": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" fill-rule="evenodd">
|
|
41
38
|
<title>OpenClaw (MoltBot/ClawdBot)</title>
|
|
@@ -45,7 +42,6 @@ export const variants = {
|
|
|
45
42
|
d="M16.877 1.912c.58-.27 1.14-.323 1.616-.037a.317.317 0 01-.326.542c-.227-.136-.547-.153-1.022.068-.352.165-.765.45-1.234.866 2.683 1.17 4.4 3.5 5.148 5.921a6.421 6.421 0 00-.704.184c-.578.016-1.174.204-1.502.735-.338.55-.268 1.276.072 2.069l.005.012.007.014c.523 1.045 1.318 1.91 2.2 2.284-.912 3.274-3.44 6.144-5.972 6.988v2.109h-2.11v-2.11c-1.043.417-2.086.01-2.11 0v2.11h-2.11v-2.11c-2.531-.843-5.061-3.713-5.973-6.987.882-.373 1.678-1.238 2.2-2.284l.007-.014.006-.012c.34-.793.41-1.518.071-2.069-.327-.531-.923-.719-1.503-.735a6.409 6.409 0 00-.704-.183c.749-2.421 2.466-4.751 5.149-5.922-.47-.416-.88-.701-1.234-.866-.474-.221-.794-.204-1.021-.068a.318.318 0 01-.435-.109.317.317 0 01.109-.433c.476-.286 1.036-.233 1.615.037.49.229 1.031.628 1.621 1.182A9.924 9.924 0 0112 2.568c1.199 0 2.284.19 3.256.526.59-.554 1.13-.953 1.62-1.182zM8.835 6.577a1.266 1.266 0 100 2.532 1.266 1.266 0 000-2.532zm6.33 0a1.267 1.267 0 100 2.533 1.267 1.267 0 000-2.533z" />
|
|
46
43
|
<path d="M.395 13.118c-.966-1.932-.163-3.863 2.41-3.365v-.001l.05.01c.084.018.17.038.26.06.033.009.067.017.1.027.084.022.168.048.255.076l.09.027c.528 0 .95.158 1.16.501.212.343.212.87-.105 1.61-.085.17-.178.333-.276.489l-.01.017a4.967 4.967 0 01-.62.791l-.019.02c-1.092 1.117-2.496 1.336-3.295-.262z" />
|
|
47
44
|
<path d="M21.193 9.753c2.574-.5 3.378 1.433 2.411 3.365-.58 1.159-1.476 1.361-2.342.96l-.011-.005a2.419 2.419 0 01-.114-.056l-.019-.01a2.751 2.751 0 01-.115-.067l-.023-.014c-.035-.022-.071-.044-.106-.068l-.05-.035c-.55-.388-1.062-1.007-1.44-1.76-.276-.647-.311-1.132-.174-1.472.176-.439.636-.639 1.23-.639.032-.011.066-.02.099-.03.08-.026.16-.05.238-.072l.117-.03a5.502 5.502 0 01.3-.067z" />
|
|
48
|
-
<path d="M0 0h24v24H0z" />
|
|
49
45
|
</svg>`
|
|
50
46
|
};
|
|
51
47
|
export const license = "MIT";
|