@thesvg/icons 2.0.1 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eshopos-logo.cjs +75 -0
- package/dist/eshopos-logo.d.ts +17 -0
- package/dist/eshopos-logo.js +63 -0
- package/dist/gemini-cli.cjs +69 -0
- package/dist/gemini-cli.d.ts +17 -0
- package/dist/gemini-cli.js +57 -0
- package/dist/iflow.cjs +81 -0
- package/dist/iflow.d.ts +17 -0
- package/dist/iflow.js +69 -0
- package/dist/index.cjs +90 -0
- package/dist/index.d.ts +45 -0
- package/dist/index.js +45 -0
- package/dist/k8s-api-server.cjs +221 -0
- package/dist/k8s-api-server.d.ts +17 -0
- package/dist/k8s-api-server.js +209 -0
- package/dist/k8s-cloud-controller-manager.cjs +221 -0
- package/dist/k8s-cloud-controller-manager.d.ts +17 -0
- package/dist/k8s-cloud-controller-manager.js +209 -0
- package/dist/k8s-clusterrole.cjs +231 -0
- package/dist/k8s-clusterrole.d.ts +17 -0
- package/dist/k8s-clusterrole.js +219 -0
- package/dist/k8s-clusterrolebinding.cjs +193 -0
- package/dist/k8s-clusterrolebinding.d.ts +17 -0
- package/dist/k8s-clusterrolebinding.js +181 -0
- package/dist/k8s-configmap.cjs +309 -0
- package/dist/k8s-configmap.d.ts +17 -0
- package/dist/k8s-configmap.js +297 -0
- package/dist/k8s-controller-manager.cjs +221 -0
- package/dist/k8s-controller-manager.d.ts +17 -0
- package/dist/k8s-controller-manager.js +209 -0
- package/dist/k8s-cronjob.cjs +213 -0
- package/dist/k8s-cronjob.d.ts +17 -0
- package/dist/k8s-cronjob.js +201 -0
- package/dist/k8s-customresourcedefinition.cjs +193 -0
- package/dist/k8s-customresourcedefinition.d.ts +17 -0
- package/dist/k8s-customresourcedefinition.js +181 -0
- package/dist/k8s-daemonset.cjs +241 -0
- package/dist/k8s-daemonset.d.ts +17 -0
- package/dist/k8s-daemonset.js +229 -0
- package/dist/k8s-deployment.cjs +211 -0
- package/dist/k8s-deployment.d.ts +17 -0
- package/dist/k8s-deployment.js +199 -0
- package/dist/k8s-endpoints.cjs +405 -0
- package/dist/k8s-endpoints.d.ts +17 -0
- package/dist/k8s-endpoints.js +393 -0
- package/dist/k8s-etcd-cluster.cjs +205 -0
- package/dist/k8s-etcd-cluster.d.ts +17 -0
- package/dist/k8s-etcd-cluster.js +193 -0
- package/dist/k8s-group.cjs +193 -0
- package/dist/k8s-group.d.ts +17 -0
- package/dist/k8s-group.js +181 -0
- package/dist/k8s-horizontalpodautoscaler.cjs +233 -0
- package/dist/k8s-horizontalpodautoscaler.d.ts +17 -0
- package/dist/k8s-horizontalpodautoscaler.js +221 -0
- package/dist/k8s-ingress.cjs +195 -0
- package/dist/k8s-ingress.d.ts +17 -0
- package/dist/k8s-ingress.js +183 -0
- package/dist/k8s-job.cjs +289 -0
- package/dist/k8s-job.d.ts +17 -0
- package/dist/k8s-job.js +277 -0
- package/dist/k8s-kube-proxy.cjs +221 -0
- package/dist/k8s-kube-proxy.d.ts +17 -0
- package/dist/k8s-kube-proxy.js +209 -0
- package/dist/k8s-kubelet.cjs +221 -0
- package/dist/k8s-kubelet.d.ts +17 -0
- package/dist/k8s-kubelet.js +209 -0
- package/dist/k8s-limitrange.cjs +219 -0
- package/dist/k8s-limitrange.d.ts +17 -0
- package/dist/k8s-limitrange.js +207 -0
- package/dist/k8s-namespace.cjs +197 -0
- package/dist/k8s-namespace.d.ts +17 -0
- package/dist/k8s-namespace.js +185 -0
- package/dist/k8s-networkpolicy.cjs +195 -0
- package/dist/k8s-networkpolicy.d.ts +17 -0
- package/dist/k8s-networkpolicy.js +183 -0
- package/dist/k8s-persistentvolume.cjs +221 -0
- package/dist/k8s-persistentvolume.d.ts +17 -0
- package/dist/k8s-persistentvolume.js +209 -0
- package/dist/k8s-persistentvolumeclaim.cjs +193 -0
- package/dist/k8s-persistentvolumeclaim.d.ts +17 -0
- package/dist/k8s-persistentvolumeclaim.js +181 -0
- package/dist/k8s-pod.cjs +233 -0
- package/dist/k8s-pod.d.ts +17 -0
- package/dist/k8s-pod.js +221 -0
- package/dist/k8s-podsecuritypolicy.cjs +243 -0
- package/dist/k8s-podsecuritypolicy.d.ts +17 -0
- package/dist/k8s-podsecuritypolicy.js +231 -0
- package/dist/k8s-replicaset.cjs +231 -0
- package/dist/k8s-replicaset.d.ts +17 -0
- package/dist/k8s-replicaset.js +219 -0
- package/dist/k8s-resourcequota.cjs +215 -0
- package/dist/k8s-resourcequota.d.ts +17 -0
- package/dist/k8s-resourcequota.js +203 -0
- package/dist/k8s-role.cjs +245 -0
- package/dist/k8s-role.d.ts +17 -0
- package/dist/k8s-role.js +233 -0
- package/dist/k8s-rolebinding.cjs +215 -0
- package/dist/k8s-rolebinding.d.ts +17 -0
- package/dist/k8s-rolebinding.js +203 -0
- package/dist/k8s-scheduler.cjs +221 -0
- package/dist/k8s-scheduler.d.ts +17 -0
- package/dist/k8s-scheduler.js +209 -0
- package/dist/k8s-secret.cjs +283 -0
- package/dist/k8s-secret.d.ts +17 -0
- package/dist/k8s-secret.js +271 -0
- package/dist/k8s-service.cjs +261 -0
- package/dist/k8s-service.d.ts +17 -0
- package/dist/k8s-service.js +249 -0
- package/dist/k8s-serviceaccount.cjs +195 -0
- package/dist/k8s-serviceaccount.d.ts +17 -0
- package/dist/k8s-serviceaccount.js +183 -0
- package/dist/k8s-statefulset.cjs +267 -0
- package/dist/k8s-statefulset.d.ts +17 -0
- package/dist/k8s-statefulset.js +255 -0
- package/dist/k8s-storageclass.cjs +287 -0
- package/dist/k8s-storageclass.d.ts +17 -0
- package/dist/k8s-storageclass.js +275 -0
- package/dist/k8s-user.cjs +193 -0
- package/dist/k8s-user.d.ts +17 -0
- package/dist/k8s-user.js +181 -0
- package/dist/k8s-volume.cjs +221 -0
- package/dist/k8s-volume.d.ts +17 -0
- package/dist/k8s-volume.js +209 -0
- package/dist/k8s-worker-node.cjs +195 -0
- package/dist/k8s-worker-node.d.ts +17 -0
- package/dist/k8s-worker-node.js +183 -0
- package/dist/kiro.cjs +41 -0
- package/dist/kiro.d.ts +17 -0
- package/dist/kiro.js +29 -0
- package/dist/monistic-logo.cjs +37 -0
- package/dist/monistic-logo.d.ts +17 -0
- package/dist/monistic-logo.js +25 -0
- package/dist/nimoxis.cjs +39 -0
- package/dist/nimoxis.d.ts +17 -0
- package/dist/nimoxis.js +27 -0
- package/dist/shopline.cjs +29 -0
- package/dist/shopline.d.ts +17 -0
- package/dist/shopline.js +17 -0
- package/package.json +1 -1
package/dist/kiro.cjs
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -Kiro
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "kiro";
|
|
8
|
+
exports.title = "Kiro";
|
|
9
|
+
exports.hex = "9046FF";
|
|
10
|
+
exports.categories = ["DevTool"];
|
|
11
|
+
exports.aliases = [];
|
|
12
|
+
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
|
13
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
14
|
+
<path d="m200.1 0h-144.2c-30.77 0-55.81 26.13-55.81 55.81v144.1c0 30.84 25.08 56 55.81 56h144.1c30.92 0 56-25.08 56-55.93v-144.2c0-29.68-24.42-55.81-55.87-55.81z" fill="#993FF5"/>
|
|
15
|
+
<path d="m195.9 107.8c-2.84-27.64-18.85-62.98-60.73-64.4h-3.09c-29.9 0-52.18 21.88-56.84 52.31-2.68 9.26-2.46 20.79-4.86 35.12-2.48 14.9-7.38 20.23-10.77 28.96-1.88 5.11-1.19 17.58 10.84 18.65 6.63 0.59 14.92-2.78 15.03-3.96-2.25 4.59-5.08 12.84-4.78 19.82 0.6 11.64 8.71 17.78 21.25 17.78 14.07 0 24.1-8.4 30.32-12.14 3.01 7.78 6.93 12.14 14.41 12.14 13.02 0 27.47-13.13 33.84-23.58 11.19-19.55 18.26-42.4 16.17-71.32-0.08-2.87-0.35-6.08-0.79-9.38z" fill="#FEFFFE"/>
|
|
16
|
+
<path d="m135.1 90.55c-7.28-0.54-7.85 8.36-7.85 14.05 0 6.08 1.6 13.14 7.96 13.14 6.6 0 8.92-8.08 8.92-13.14 0-5.56-1.59-14.05-9.03-14.05z" fill="#010202"/>
|
|
17
|
+
<path d="m164.4 90.55c-7.27-0.54-8.66 7.59-8.66 14.05 0 5.82 1.51 13.14 8.07 13.14 7.38 0 8.83-9.57 8.83-13.14 0-5.89-2.01-14.05-8.24-14.05z" fill="#010202"/>
|
|
18
|
+
</svg>`;
|
|
19
|
+
exports.variants = {
|
|
20
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
|
21
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
22
|
+
<path d="m200.1 0h-144.2c-30.77 0-55.81 26.13-55.81 55.81v144.1c0 30.84 25.08 56 55.81 56h144.1c30.92 0 56-25.08 56-55.93v-144.2c0-29.68-24.42-55.81-55.87-55.81z" fill="#993FF5"/>
|
|
23
|
+
<path d="m195.9 107.8c-2.84-27.64-18.85-62.98-60.73-64.4h-3.09c-29.9 0-52.18 21.88-56.84 52.31-2.68 9.26-2.46 20.79-4.86 35.12-2.48 14.9-7.38 20.23-10.77 28.96-1.88 5.11-1.19 17.58 10.84 18.65 6.63 0.59 14.92-2.78 15.03-3.96-2.25 4.59-5.08 12.84-4.78 19.82 0.6 11.64 8.71 17.78 21.25 17.78 14.07 0 24.1-8.4 30.32-12.14 3.01 7.78 6.93 12.14 14.41 12.14 13.02 0 27.47-13.13 33.84-23.58 11.19-19.55 18.26-42.4 16.17-71.32-0.08-2.87-0.35-6.08-0.79-9.38z" fill="#FEFFFE"/>
|
|
24
|
+
<path d="m135.1 90.55c-7.28-0.54-7.85 8.36-7.85 14.05 0 6.08 1.6 13.14 7.96 13.14 6.6 0 8.92-8.08 8.92-13.14 0-5.56-1.59-14.05-9.03-14.05z" fill="#010202"/>
|
|
25
|
+
<path d="m164.4 90.55c-7.27-0.54-8.66 7.59-8.66 14.05 0 5.82 1.51 13.14 8.07 13.14 7.38 0 8.83-9.57 8.83-13.14 0-5.89-2.01-14.05-8.24-14.05z" fill="#010202"/>
|
|
26
|
+
</svg>`
|
|
27
|
+
};
|
|
28
|
+
exports.license = "Unknown";
|
|
29
|
+
exports.url = "https://kiro.dev";
|
|
30
|
+
|
|
31
|
+
exports.default = {
|
|
32
|
+
slug: exports.slug,
|
|
33
|
+
title: exports.title,
|
|
34
|
+
hex: exports.hex,
|
|
35
|
+
categories: exports.categories,
|
|
36
|
+
aliases: exports.aliases,
|
|
37
|
+
svg: exports.svg,
|
|
38
|
+
variants: exports.variants,
|
|
39
|
+
license: exports.license,
|
|
40
|
+
url: exports.url,
|
|
41
|
+
};
|
package/dist/kiro.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Kiro
|
|
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 kiro: IconModule;
|
|
17
|
+
export default kiro;
|
package/dist/kiro.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// @thesvg/icons - Kiro
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "kiro";
|
|
5
|
+
export const title = "Kiro";
|
|
6
|
+
export const hex = "9046FF";
|
|
7
|
+
export const categories = ["DevTool"];
|
|
8
|
+
export const aliases = [];
|
|
9
|
+
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
|
10
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
11
|
+
<path d="m200.1 0h-144.2c-30.77 0-55.81 26.13-55.81 55.81v144.1c0 30.84 25.08 56 55.81 56h144.1c30.92 0 56-25.08 56-55.93v-144.2c0-29.68-24.42-55.81-55.87-55.81z" fill="#993FF5"/>
|
|
12
|
+
<path d="m195.9 107.8c-2.84-27.64-18.85-62.98-60.73-64.4h-3.09c-29.9 0-52.18 21.88-56.84 52.31-2.68 9.26-2.46 20.79-4.86 35.12-2.48 14.9-7.38 20.23-10.77 28.96-1.88 5.11-1.19 17.58 10.84 18.65 6.63 0.59 14.92-2.78 15.03-3.96-2.25 4.59-5.08 12.84-4.78 19.82 0.6 11.64 8.71 17.78 21.25 17.78 14.07 0 24.1-8.4 30.32-12.14 3.01 7.78 6.93 12.14 14.41 12.14 13.02 0 27.47-13.13 33.84-23.58 11.19-19.55 18.26-42.4 16.17-71.32-0.08-2.87-0.35-6.08-0.79-9.38z" fill="#FEFFFE"/>
|
|
13
|
+
<path d="m135.1 90.55c-7.28-0.54-7.85 8.36-7.85 14.05 0 6.08 1.6 13.14 7.96 13.14 6.6 0 8.92-8.08 8.92-13.14 0-5.56-1.59-14.05-9.03-14.05z" fill="#010202"/>
|
|
14
|
+
<path d="m164.4 90.55c-7.27-0.54-8.66 7.59-8.66 14.05 0 5.82 1.51 13.14 8.07 13.14 7.38 0 8.83-9.57 8.83-13.14 0-5.89-2.01-14.05-8.24-14.05z" fill="#010202"/>
|
|
15
|
+
</svg>`;
|
|
16
|
+
export const variants = {
|
|
17
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
|
18
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
19
|
+
<path d="m200.1 0h-144.2c-30.77 0-55.81 26.13-55.81 55.81v144.1c0 30.84 25.08 56 55.81 56h144.1c30.92 0 56-25.08 56-55.93v-144.2c0-29.68-24.42-55.81-55.87-55.81z" fill="#993FF5"/>
|
|
20
|
+
<path d="m195.9 107.8c-2.84-27.64-18.85-62.98-60.73-64.4h-3.09c-29.9 0-52.18 21.88-56.84 52.31-2.68 9.26-2.46 20.79-4.86 35.12-2.48 14.9-7.38 20.23-10.77 28.96-1.88 5.11-1.19 17.58 10.84 18.65 6.63 0.59 14.92-2.78 15.03-3.96-2.25 4.59-5.08 12.84-4.78 19.82 0.6 11.64 8.71 17.78 21.25 17.78 14.07 0 24.1-8.4 30.32-12.14 3.01 7.78 6.93 12.14 14.41 12.14 13.02 0 27.47-13.13 33.84-23.58 11.19-19.55 18.26-42.4 16.17-71.32-0.08-2.87-0.35-6.08-0.79-9.38z" fill="#FEFFFE"/>
|
|
21
|
+
<path d="m135.1 90.55c-7.28-0.54-7.85 8.36-7.85 14.05 0 6.08 1.6 13.14 7.96 13.14 6.6 0 8.92-8.08 8.92-13.14 0-5.56-1.59-14.05-9.03-14.05z" fill="#010202"/>
|
|
22
|
+
<path d="m164.4 90.55c-7.27-0.54-8.66 7.59-8.66 14.05 0 5.82 1.51 13.14 8.07 13.14 7.38 0 8.83-9.57 8.83-13.14 0-5.89-2.01-14.05-8.24-14.05z" fill="#010202"/>
|
|
23
|
+
</svg>`
|
|
24
|
+
};
|
|
25
|
+
export const license = "Unknown";
|
|
26
|
+
export const url = "https://kiro.dev";
|
|
27
|
+
|
|
28
|
+
const kiro = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
29
|
+
export default kiro;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -Monistic
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "monistic-logo";
|
|
8
|
+
exports.title = "Monistic";
|
|
9
|
+
exports.hex = "000000";
|
|
10
|
+
exports.categories = ["Software"];
|
|
11
|
+
exports.aliases = [];
|
|
12
|
+
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
|
13
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
14
|
+
<path d="m242 176.1c-6.5 0-9.21 6.22-9.21 9.61 0 5.77 4.39 9.08 8.84 9.08 6.77 0 9.38-5.47 9.38-9.11 0-5.11-3.81-9.58-9.01-9.58z" fill="#99CC9A"/>
|
|
15
|
+
<path d="m189.4 63.31c-3.32-6.3-8.33-9.44-14.32-9.4-6.26 0.05-11.33 4.18-13.41 8.35l-31.3 57.38-30.21-56.73c-3.27-5.77-7.71-9-13.47-9-6.52 0-11.56 4.03-13.78 9.26l-67.71 137.6h39.82l48.07-102.6-5.36-2.76-47.41 99.06h-25.8l63.85-128.3c2.11-4.08 4.76-5.42 8.28-5.42 3.92 0 6.39 2.86 8.13 6.26l35.87 65.79 37.03-66.45c2.09-3.6 4.96-5.73 7.62-5.73 3.9 0 6.67 2.44 8.84 7.13l46.31 99.55 5.89-3.03-46.94-100.8z" fill="#000"/>
|
|
16
|
+
</svg>`;
|
|
17
|
+
exports.variants = {
|
|
18
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
|
19
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
20
|
+
<path d="m242 176.1c-6.5 0-9.21 6.22-9.21 9.61 0 5.77 4.39 9.08 8.84 9.08 6.77 0 9.38-5.47 9.38-9.11 0-5.11-3.81-9.58-9.01-9.58z" fill="#99CC9A"/>
|
|
21
|
+
<path d="m189.4 63.31c-3.32-6.3-8.33-9.44-14.32-9.4-6.26 0.05-11.33 4.18-13.41 8.35l-31.3 57.38-30.21-56.73c-3.27-5.77-7.71-9-13.47-9-6.52 0-11.56 4.03-13.78 9.26l-67.71 137.6h39.82l48.07-102.6-5.36-2.76-47.41 99.06h-25.8l63.85-128.3c2.11-4.08 4.76-5.42 8.28-5.42 3.92 0 6.39 2.86 8.13 6.26l35.87 65.79 37.03-66.45c2.09-3.6 4.96-5.73 7.62-5.73 3.9 0 6.67 2.44 8.84 7.13l46.31 99.55 5.89-3.03-46.94-100.8z" fill="#000"/>
|
|
22
|
+
</svg>`
|
|
23
|
+
};
|
|
24
|
+
exports.license = "MIT";
|
|
25
|
+
exports.url = "";
|
|
26
|
+
|
|
27
|
+
exports.default = {
|
|
28
|
+
slug: exports.slug,
|
|
29
|
+
title: exports.title,
|
|
30
|
+
hex: exports.hex,
|
|
31
|
+
categories: exports.categories,
|
|
32
|
+
aliases: exports.aliases,
|
|
33
|
+
svg: exports.svg,
|
|
34
|
+
variants: exports.variants,
|
|
35
|
+
license: exports.license,
|
|
36
|
+
url: exports.url,
|
|
37
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Monistic
|
|
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 monistic_logo: IconModule;
|
|
17
|
+
export default monistic_logo;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// @thesvg/icons - Monistic
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "monistic-logo";
|
|
5
|
+
export const title = "Monistic";
|
|
6
|
+
export const hex = "000000";
|
|
7
|
+
export const categories = ["Software"];
|
|
8
|
+
export const aliases = [];
|
|
9
|
+
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
|
10
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
11
|
+
<path d="m242 176.1c-6.5 0-9.21 6.22-9.21 9.61 0 5.77 4.39 9.08 8.84 9.08 6.77 0 9.38-5.47 9.38-9.11 0-5.11-3.81-9.58-9.01-9.58z" fill="#99CC9A"/>
|
|
12
|
+
<path d="m189.4 63.31c-3.32-6.3-8.33-9.44-14.32-9.4-6.26 0.05-11.33 4.18-13.41 8.35l-31.3 57.38-30.21-56.73c-3.27-5.77-7.71-9-13.47-9-6.52 0-11.56 4.03-13.78 9.26l-67.71 137.6h39.82l48.07-102.6-5.36-2.76-47.41 99.06h-25.8l63.85-128.3c2.11-4.08 4.76-5.42 8.28-5.42 3.92 0 6.39 2.86 8.13 6.26l35.87 65.79 37.03-66.45c2.09-3.6 4.96-5.73 7.62-5.73 3.9 0 6.67 2.44 8.84 7.13l46.31 99.55 5.89-3.03-46.94-100.8z" fill="#000"/>
|
|
13
|
+
</svg>`;
|
|
14
|
+
export const variants = {
|
|
15
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
|
16
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
17
|
+
<path d="m242 176.1c-6.5 0-9.21 6.22-9.21 9.61 0 5.77 4.39 9.08 8.84 9.08 6.77 0 9.38-5.47 9.38-9.11 0-5.11-3.81-9.58-9.01-9.58z" fill="#99CC9A"/>
|
|
18
|
+
<path d="m189.4 63.31c-3.32-6.3-8.33-9.44-14.32-9.4-6.26 0.05-11.33 4.18-13.41 8.35l-31.3 57.38-30.21-56.73c-3.27-5.77-7.71-9-13.47-9-6.52 0-11.56 4.03-13.78 9.26l-67.71 137.6h39.82l48.07-102.6-5.36-2.76-47.41 99.06h-25.8l63.85-128.3c2.11-4.08 4.76-5.42 8.28-5.42 3.92 0 6.39 2.86 8.13 6.26l35.87 65.79 37.03-66.45c2.09-3.6 4.96-5.73 7.62-5.73 3.9 0 6.67 2.44 8.84 7.13l46.31 99.55 5.89-3.03-46.94-100.8z" fill="#000"/>
|
|
19
|
+
</svg>`
|
|
20
|
+
};
|
|
21
|
+
export const license = "MIT";
|
|
22
|
+
export const url = "";
|
|
23
|
+
|
|
24
|
+
const monistic_logo = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
25
|
+
export default monistic_logo;
|
package/dist/nimoxis.cjs
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -Nimoxis
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "nimoxis";
|
|
8
|
+
exports.title = "Nimoxis";
|
|
9
|
+
exports.hex = "635BFF";
|
|
10
|
+
exports.categories = ["AI", "Software", "Cloud"];
|
|
11
|
+
exports.aliases = [];
|
|
12
|
+
exports.svg = `<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
13
|
+
<circle cx="256" cy="256" r="256" fill="#635BFF"/>
|
|
14
|
+
<path d="M132.048 361.901C128.508 362.441 94.3975 362.491 90.4175 361.991C89.5875 360.791 90.1975 359.581 90.5175 358.411C92.6175 350.661 94.6775 342.901 96.8875 335.181C105.208 306.051 114.518 277.241 125.648 249.041C132.118 232.651 139.188 216.531 147.678 201.061C153.108 191.161 159.088 181.611 166.358 172.931C170.448 168.051 174.908 163.551 180.038 159.761C185.758 155.521 191.958 152.291 199.018 150.861C208.038 149.041 216.668 150.081 224.918 154.211C231.328 157.421 236.648 161.981 241.278 167.381C246.728 173.741 250.958 180.891 254.658 188.361C255.538 190.131 256.358 191.921 257.148 193.731C257.358 194.211 257.358 194.771 257.508 195.591C243.238 195.661 230.428 199.681 218.958 208.371C218.258 207.231 217.698 206.291 217.128 205.361C215.148 202.111 213.228 198.831 211.168 195.641C210.408 194.471 209.338 193.501 208.368 192.491C207.998 192.101 207.478 191.861 206.938 191.481C204.888 192.341 203.238 193.671 201.848 195.231C199.128 198.271 196.378 201.321 193.958 204.591C187.658 213.131 182.688 222.461 178.028 231.961C168.468 251.481 160.698 271.731 153.568 292.231C146.018 313.921 139.368 335.891 133.238 358.021C132.868 359.361 132.438 360.681 132.068 361.901H132.048Z" fill="white"/>
|
|
15
|
+
<path d="M293.188 303.941C296.588 310.211 299.428 316.231 304.648 320.821C305.658 320.291 306.638 320.001 307.318 319.381C309.498 317.391 311.708 315.401 313.668 313.191C318.168 308.101 321.808 302.381 325.228 296.531C332.858 283.481 339.128 269.771 344.868 255.811C355.758 229.321 364.738 202.171 372.828 174.721C374.898 167.691 376.828 160.621 378.838 153.581C379.138 152.511 379.528 151.461 379.848 150.471C383.308 149.881 417.988 149.841 421.918 150.431C421.808 151.371 421.808 152.351 421.558 153.261C409.908 196.861 396.618 239.921 378.688 281.421C372.808 295.021 366.308 308.311 358.558 320.961C354.058 328.311 349.138 335.361 343.388 341.801C338.758 346.981 333.658 351.611 327.748 355.301C321.168 359.421 314.048 361.931 306.268 362.281C298.758 362.611 291.738 360.761 285.188 357.101C280.218 354.321 275.888 350.731 272.088 346.511C264.458 338.031 258.958 328.221 254.508 317.791C254.458 317.681 254.528 317.521 254.548 317.241C255.168 316.331 256.238 316.661 257.138 316.621C265.388 316.241 273.388 314.701 280.858 311.091C284.018 309.561 287.018 307.681 290.068 305.941C291.018 305.391 291.918 304.751 293.178 303.931L293.188 303.941Z" fill="white"/>
|
|
16
|
+
<path d="M255.798 294.151C234.788 294.311 217.688 276.531 217.848 255.761C217.998 236.131 233.958 217.881 256.528 218.071C278.298 218.251 294.198 236.531 294.038 256.491C293.878 277.161 276.628 294.431 255.788 294.151H255.798Z" fill="white"/>
|
|
17
|
+
</svg>`;
|
|
18
|
+
exports.variants = {
|
|
19
|
+
"default": `<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
20
|
+
<circle cx="256" cy="256" r="256" fill="#635BFF"/>
|
|
21
|
+
<path d="M132.048 361.901C128.508 362.441 94.3975 362.491 90.4175 361.991C89.5875 360.791 90.1975 359.581 90.5175 358.411C92.6175 350.661 94.6775 342.901 96.8875 335.181C105.208 306.051 114.518 277.241 125.648 249.041C132.118 232.651 139.188 216.531 147.678 201.061C153.108 191.161 159.088 181.611 166.358 172.931C170.448 168.051 174.908 163.551 180.038 159.761C185.758 155.521 191.958 152.291 199.018 150.861C208.038 149.041 216.668 150.081 224.918 154.211C231.328 157.421 236.648 161.981 241.278 167.381C246.728 173.741 250.958 180.891 254.658 188.361C255.538 190.131 256.358 191.921 257.148 193.731C257.358 194.211 257.358 194.771 257.508 195.591C243.238 195.661 230.428 199.681 218.958 208.371C218.258 207.231 217.698 206.291 217.128 205.361C215.148 202.111 213.228 198.831 211.168 195.641C210.408 194.471 209.338 193.501 208.368 192.491C207.998 192.101 207.478 191.861 206.938 191.481C204.888 192.341 203.238 193.671 201.848 195.231C199.128 198.271 196.378 201.321 193.958 204.591C187.658 213.131 182.688 222.461 178.028 231.961C168.468 251.481 160.698 271.731 153.568 292.231C146.018 313.921 139.368 335.891 133.238 358.021C132.868 359.361 132.438 360.681 132.068 361.901H132.048Z" fill="white"/>
|
|
22
|
+
<path d="M293.188 303.941C296.588 310.211 299.428 316.231 304.648 320.821C305.658 320.291 306.638 320.001 307.318 319.381C309.498 317.391 311.708 315.401 313.668 313.191C318.168 308.101 321.808 302.381 325.228 296.531C332.858 283.481 339.128 269.771 344.868 255.811C355.758 229.321 364.738 202.171 372.828 174.721C374.898 167.691 376.828 160.621 378.838 153.581C379.138 152.511 379.528 151.461 379.848 150.471C383.308 149.881 417.988 149.841 421.918 150.431C421.808 151.371 421.808 152.351 421.558 153.261C409.908 196.861 396.618 239.921 378.688 281.421C372.808 295.021 366.308 308.311 358.558 320.961C354.058 328.311 349.138 335.361 343.388 341.801C338.758 346.981 333.658 351.611 327.748 355.301C321.168 359.421 314.048 361.931 306.268 362.281C298.758 362.611 291.738 360.761 285.188 357.101C280.218 354.321 275.888 350.731 272.088 346.511C264.458 338.031 258.958 328.221 254.508 317.791C254.458 317.681 254.528 317.521 254.548 317.241C255.168 316.331 256.238 316.661 257.138 316.621C265.388 316.241 273.388 314.701 280.858 311.091C284.018 309.561 287.018 307.681 290.068 305.941C291.018 305.391 291.918 304.751 293.178 303.931L293.188 303.941Z" fill="white"/>
|
|
23
|
+
<path d="M255.798 294.151C234.788 294.311 217.688 276.531 217.848 255.761C217.998 236.131 233.958 217.881 256.528 218.071C278.298 218.251 294.198 236.531 294.038 256.491C293.878 277.161 276.628 294.431 255.788 294.151H255.798Z" fill="white"/>
|
|
24
|
+
</svg>`
|
|
25
|
+
};
|
|
26
|
+
exports.license = "MIT";
|
|
27
|
+
exports.url = "https://nimoxis.com";
|
|
28
|
+
|
|
29
|
+
exports.default = {
|
|
30
|
+
slug: exports.slug,
|
|
31
|
+
title: exports.title,
|
|
32
|
+
hex: exports.hex,
|
|
33
|
+
categories: exports.categories,
|
|
34
|
+
aliases: exports.aliases,
|
|
35
|
+
svg: exports.svg,
|
|
36
|
+
variants: exports.variants,
|
|
37
|
+
license: exports.license,
|
|
38
|
+
url: exports.url,
|
|
39
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Nimoxis
|
|
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 nimoxis: IconModule;
|
|
17
|
+
export default nimoxis;
|
package/dist/nimoxis.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// @thesvg/icons - Nimoxis
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "nimoxis";
|
|
5
|
+
export const title = "Nimoxis";
|
|
6
|
+
export const hex = "635BFF";
|
|
7
|
+
export const categories = ["AI", "Software", "Cloud"];
|
|
8
|
+
export const aliases = [];
|
|
9
|
+
export const svg = `<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
10
|
+
<circle cx="256" cy="256" r="256" fill="#635BFF"/>
|
|
11
|
+
<path d="M132.048 361.901C128.508 362.441 94.3975 362.491 90.4175 361.991C89.5875 360.791 90.1975 359.581 90.5175 358.411C92.6175 350.661 94.6775 342.901 96.8875 335.181C105.208 306.051 114.518 277.241 125.648 249.041C132.118 232.651 139.188 216.531 147.678 201.061C153.108 191.161 159.088 181.611 166.358 172.931C170.448 168.051 174.908 163.551 180.038 159.761C185.758 155.521 191.958 152.291 199.018 150.861C208.038 149.041 216.668 150.081 224.918 154.211C231.328 157.421 236.648 161.981 241.278 167.381C246.728 173.741 250.958 180.891 254.658 188.361C255.538 190.131 256.358 191.921 257.148 193.731C257.358 194.211 257.358 194.771 257.508 195.591C243.238 195.661 230.428 199.681 218.958 208.371C218.258 207.231 217.698 206.291 217.128 205.361C215.148 202.111 213.228 198.831 211.168 195.641C210.408 194.471 209.338 193.501 208.368 192.491C207.998 192.101 207.478 191.861 206.938 191.481C204.888 192.341 203.238 193.671 201.848 195.231C199.128 198.271 196.378 201.321 193.958 204.591C187.658 213.131 182.688 222.461 178.028 231.961C168.468 251.481 160.698 271.731 153.568 292.231C146.018 313.921 139.368 335.891 133.238 358.021C132.868 359.361 132.438 360.681 132.068 361.901H132.048Z" fill="white"/>
|
|
12
|
+
<path d="M293.188 303.941C296.588 310.211 299.428 316.231 304.648 320.821C305.658 320.291 306.638 320.001 307.318 319.381C309.498 317.391 311.708 315.401 313.668 313.191C318.168 308.101 321.808 302.381 325.228 296.531C332.858 283.481 339.128 269.771 344.868 255.811C355.758 229.321 364.738 202.171 372.828 174.721C374.898 167.691 376.828 160.621 378.838 153.581C379.138 152.511 379.528 151.461 379.848 150.471C383.308 149.881 417.988 149.841 421.918 150.431C421.808 151.371 421.808 152.351 421.558 153.261C409.908 196.861 396.618 239.921 378.688 281.421C372.808 295.021 366.308 308.311 358.558 320.961C354.058 328.311 349.138 335.361 343.388 341.801C338.758 346.981 333.658 351.611 327.748 355.301C321.168 359.421 314.048 361.931 306.268 362.281C298.758 362.611 291.738 360.761 285.188 357.101C280.218 354.321 275.888 350.731 272.088 346.511C264.458 338.031 258.958 328.221 254.508 317.791C254.458 317.681 254.528 317.521 254.548 317.241C255.168 316.331 256.238 316.661 257.138 316.621C265.388 316.241 273.388 314.701 280.858 311.091C284.018 309.561 287.018 307.681 290.068 305.941C291.018 305.391 291.918 304.751 293.178 303.931L293.188 303.941Z" fill="white"/>
|
|
13
|
+
<path d="M255.798 294.151C234.788 294.311 217.688 276.531 217.848 255.761C217.998 236.131 233.958 217.881 256.528 218.071C278.298 218.251 294.198 236.531 294.038 256.491C293.878 277.161 276.628 294.431 255.788 294.151H255.798Z" fill="white"/>
|
|
14
|
+
</svg>`;
|
|
15
|
+
export const variants = {
|
|
16
|
+
"default": `<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
17
|
+
<circle cx="256" cy="256" r="256" fill="#635BFF"/>
|
|
18
|
+
<path d="M132.048 361.901C128.508 362.441 94.3975 362.491 90.4175 361.991C89.5875 360.791 90.1975 359.581 90.5175 358.411C92.6175 350.661 94.6775 342.901 96.8875 335.181C105.208 306.051 114.518 277.241 125.648 249.041C132.118 232.651 139.188 216.531 147.678 201.061C153.108 191.161 159.088 181.611 166.358 172.931C170.448 168.051 174.908 163.551 180.038 159.761C185.758 155.521 191.958 152.291 199.018 150.861C208.038 149.041 216.668 150.081 224.918 154.211C231.328 157.421 236.648 161.981 241.278 167.381C246.728 173.741 250.958 180.891 254.658 188.361C255.538 190.131 256.358 191.921 257.148 193.731C257.358 194.211 257.358 194.771 257.508 195.591C243.238 195.661 230.428 199.681 218.958 208.371C218.258 207.231 217.698 206.291 217.128 205.361C215.148 202.111 213.228 198.831 211.168 195.641C210.408 194.471 209.338 193.501 208.368 192.491C207.998 192.101 207.478 191.861 206.938 191.481C204.888 192.341 203.238 193.671 201.848 195.231C199.128 198.271 196.378 201.321 193.958 204.591C187.658 213.131 182.688 222.461 178.028 231.961C168.468 251.481 160.698 271.731 153.568 292.231C146.018 313.921 139.368 335.891 133.238 358.021C132.868 359.361 132.438 360.681 132.068 361.901H132.048Z" fill="white"/>
|
|
19
|
+
<path d="M293.188 303.941C296.588 310.211 299.428 316.231 304.648 320.821C305.658 320.291 306.638 320.001 307.318 319.381C309.498 317.391 311.708 315.401 313.668 313.191C318.168 308.101 321.808 302.381 325.228 296.531C332.858 283.481 339.128 269.771 344.868 255.811C355.758 229.321 364.738 202.171 372.828 174.721C374.898 167.691 376.828 160.621 378.838 153.581C379.138 152.511 379.528 151.461 379.848 150.471C383.308 149.881 417.988 149.841 421.918 150.431C421.808 151.371 421.808 152.351 421.558 153.261C409.908 196.861 396.618 239.921 378.688 281.421C372.808 295.021 366.308 308.311 358.558 320.961C354.058 328.311 349.138 335.361 343.388 341.801C338.758 346.981 333.658 351.611 327.748 355.301C321.168 359.421 314.048 361.931 306.268 362.281C298.758 362.611 291.738 360.761 285.188 357.101C280.218 354.321 275.888 350.731 272.088 346.511C264.458 338.031 258.958 328.221 254.508 317.791C254.458 317.681 254.528 317.521 254.548 317.241C255.168 316.331 256.238 316.661 257.138 316.621C265.388 316.241 273.388 314.701 280.858 311.091C284.018 309.561 287.018 307.681 290.068 305.941C291.018 305.391 291.918 304.751 293.178 303.931L293.188 303.941Z" fill="white"/>
|
|
20
|
+
<path d="M255.798 294.151C234.788 294.311 217.688 276.531 217.848 255.761C217.998 236.131 233.958 217.881 256.528 218.071C278.298 218.251 294.198 236.531 294.038 256.491C293.878 277.161 276.628 294.431 255.788 294.151H255.798Z" fill="white"/>
|
|
21
|
+
</svg>`
|
|
22
|
+
};
|
|
23
|
+
export const license = "MIT";
|
|
24
|
+
export const url = "https://nimoxis.com";
|
|
25
|
+
|
|
26
|
+
const nimoxis = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
27
|
+
export default nimoxis;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -SHOPLINE
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "shopline";
|
|
8
|
+
exports.title = "SHOPLINE";
|
|
9
|
+
exports.hex = "000000";
|
|
10
|
+
exports.categories = ["Ecommerce", "Software"];
|
|
11
|
+
exports.aliases = [];
|
|
12
|
+
exports.svg = `<svg width="250" height="42" viewBox="0 0 250 42" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>LOGO</title><defs><path id="a" d="M0 40h249V0H0z"/></defs><g transform="translate(1 1)" fill="none" fill-rule="evenodd"><path d="M0 33.846l4.388-6.444c2.645 2.845 6.752 5.283 11.928 5.283 4.444 0 6.526-2.032 6.526-4.296 0-6.735-21.604-2.032-21.604-16.604C1.238 5.341 6.638 0 15.472 0 21.436 0 26.387 1.858 30.1 5.4l-4.445 6.153c-3.038-2.903-7.089-4.238-10.914-4.238-3.376 0-5.29 1.51-5.29 3.831C9.452 17.242 31 13.12 31 27.576 31 34.66 26.05 40 15.978 40 8.721 40 3.545 37.503 0 33.846z" fill="#333F48"/><path d="M0 33.846l4.388-6.444c2.645 2.845 6.752 5.283 11.928 5.283 4.444 0 6.526-2.032 6.526-4.296 0-6.735-21.604-2.032-21.604-16.604C1.238 5.341 6.638 0 15.472 0 21.436 0 26.387 1.858 30.1 5.4l-4.445 6.153c-3.038-2.903-7.089-4.238-10.914-4.238-3.376 0-5.29 1.51-5.29 3.831C9.452 17.242 31 13.12 31 27.576 31 34.66 26.05 40 15.978 40 8.721 40 3.545 37.503 0 33.846z" stroke="#333F48"/><path fill="#333F48" d="M61.897 40V23.57h-17.85V40H36V1h8.047v15.319h17.85V1H70v39z"/><path stroke="#333F48" d="M61.897 40V23.57h-17.85V40H36V1h8.047v15.319h17.85V1H70v39z"/><path d="M139.884 13.571c0-3.274-2.406-5.262-5.54-5.262h-8.396v10.466h8.395c3.135 0 5.541-1.988 5.541-5.204zM118 40V1h17.463C143.578 1 148 6.73 148 13.571c0 6.783-4.478 12.513-12.537 12.513h-9.515V40H118z" fill="#333F48"/><path d="M139.884 13.571c0-3.274-2.406-5.262-5.54-5.262h-8.396v10.466h8.395c3.135 0 5.541-1.988 5.541-5.204zM118 40V1h17.463C143.578 1 148 6.73 148 13.571c0 6.783-4.478 12.513-12.537 12.513h-9.515V40H118z" stroke="#333F48"/><path fill="#333F48" d="M153 40V1h3.349v35.96H175V40z"/><path stroke="#333F48" d="M153 40V1h3.349v35.96H175V40z"/><mask id="b" fill="#fff"><use href="#a"/></mask><path fill="#333F48" mask="url(#b)" d="M179 40h3V1h-3z"/><path stroke="#333F48" mask="url(#b)" d="M179 40h3V1h-3z"/><path fill="#333F48" mask="url(#b)" d="M214.848 40l-23.64-33.504V40H188V1h3.264l23.528 33.036V1H218v39z"/><path stroke="#333F48" mask="url(#b)" d="M214.848 40l-23.64-33.504V40H188V1h3.264l23.528 33.036V1H218v39z"/><path fill="#333F48" mask="url(#b)" d="M225 40V1h24v3.04h-20.766v14.443h20.369v3.04h-20.369V36.96H249V40z"/><path stroke="#333F48" mask="url(#b)" d="M225 40V1h24v3.04h-20.766v14.443h20.369v3.04h-20.369V36.96H249V40z"/><path d="M92.525 13.975c-1.179 0-2.134.98-2.134 2.188 0 1.208.955 2.187 2.134 2.187 1.18 0 2.135-.98 2.135-2.187 0-1.209-.956-2.188-2.135-2.188m11.432 19.257l-16.334-9.863-2.756-10.007s-.163-.89-.04-1.332c.078-.253.93-.538.93-.538l10.005-2.864s8.834 4.562 14.895 7.879c1.481 6.67-2.965 14.206-6.7 16.725m-6.354 3.141c-3.167-3.85-9.998-12.032-9.998-12.032l15.83 9.234s-1.378 1.767-5.832 2.798m-6.943-.28c-.599-2.487-2.407-9.885-2.407-9.885l8.517 10.445s-3.779.51-6.11-.56M94.5 1C84.283 1 76 9.506 76 20s8.283 19 18.5 19S113 30.494 113 20 104.717 1 94.5 1" fill="#333F48" mask="url(#b)"/><path d="M92 14a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm12.053 20l-16.23-10.021-2.738-10.168s-.161-.905-.04-1.355c.078-.257.924-.546.924-.546L95.91 9s8.777 4.635 14.8 8.005c1.472 6.777-2.946 14.436-6.657 16.995zm-5.948 2C94.904 32.16 88 24 88 24l16 9.21s-1.393 1.761-5.895 2.79zm-7.562.29C89.911 33.702 88 26 88 26l9 10.874s-3.993.53-6.457-.583zM94.5 1C84.283 1 76 9.506 76 20s8.283 19 18.5 19S113 30.494 113 20 104.717 1 94.5 1z" stroke="#333F48" mask="url(#b)"/></g></svg>`;
|
|
13
|
+
exports.variants = {
|
|
14
|
+
"default": `<svg width="250" height="42" viewBox="0 0 250 42" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>LOGO</title><defs><path id="a" d="M0 40h249V0H0z"/></defs><g transform="translate(1 1)" fill="none" fill-rule="evenodd"><path d="M0 33.846l4.388-6.444c2.645 2.845 6.752 5.283 11.928 5.283 4.444 0 6.526-2.032 6.526-4.296 0-6.735-21.604-2.032-21.604-16.604C1.238 5.341 6.638 0 15.472 0 21.436 0 26.387 1.858 30.1 5.4l-4.445 6.153c-3.038-2.903-7.089-4.238-10.914-4.238-3.376 0-5.29 1.51-5.29 3.831C9.452 17.242 31 13.12 31 27.576 31 34.66 26.05 40 15.978 40 8.721 40 3.545 37.503 0 33.846z" fill="#333F48"/><path d="M0 33.846l4.388-6.444c2.645 2.845 6.752 5.283 11.928 5.283 4.444 0 6.526-2.032 6.526-4.296 0-6.735-21.604-2.032-21.604-16.604C1.238 5.341 6.638 0 15.472 0 21.436 0 26.387 1.858 30.1 5.4l-4.445 6.153c-3.038-2.903-7.089-4.238-10.914-4.238-3.376 0-5.29 1.51-5.29 3.831C9.452 17.242 31 13.12 31 27.576 31 34.66 26.05 40 15.978 40 8.721 40 3.545 37.503 0 33.846z" stroke="#333F48"/><path fill="#333F48" d="M61.897 40V23.57h-17.85V40H36V1h8.047v15.319h17.85V1H70v39z"/><path stroke="#333F48" d="M61.897 40V23.57h-17.85V40H36V1h8.047v15.319h17.85V1H70v39z"/><path d="M139.884 13.571c0-3.274-2.406-5.262-5.54-5.262h-8.396v10.466h8.395c3.135 0 5.541-1.988 5.541-5.204zM118 40V1h17.463C143.578 1 148 6.73 148 13.571c0 6.783-4.478 12.513-12.537 12.513h-9.515V40H118z" fill="#333F48"/><path d="M139.884 13.571c0-3.274-2.406-5.262-5.54-5.262h-8.396v10.466h8.395c3.135 0 5.541-1.988 5.541-5.204zM118 40V1h17.463C143.578 1 148 6.73 148 13.571c0 6.783-4.478 12.513-12.537 12.513h-9.515V40H118z" stroke="#333F48"/><path fill="#333F48" d="M153 40V1h3.349v35.96H175V40z"/><path stroke="#333F48" d="M153 40V1h3.349v35.96H175V40z"/><mask id="b" fill="#fff"><use href="#a"/></mask><path fill="#333F48" mask="url(#b)" d="M179 40h3V1h-3z"/><path stroke="#333F48" mask="url(#b)" d="M179 40h3V1h-3z"/><path fill="#333F48" mask="url(#b)" d="M214.848 40l-23.64-33.504V40H188V1h3.264l23.528 33.036V1H218v39z"/><path stroke="#333F48" mask="url(#b)" d="M214.848 40l-23.64-33.504V40H188V1h3.264l23.528 33.036V1H218v39z"/><path fill="#333F48" mask="url(#b)" d="M225 40V1h24v3.04h-20.766v14.443h20.369v3.04h-20.369V36.96H249V40z"/><path stroke="#333F48" mask="url(#b)" d="M225 40V1h24v3.04h-20.766v14.443h20.369v3.04h-20.369V36.96H249V40z"/><path d="M92.525 13.975c-1.179 0-2.134.98-2.134 2.188 0 1.208.955 2.187 2.134 2.187 1.18 0 2.135-.98 2.135-2.187 0-1.209-.956-2.188-2.135-2.188m11.432 19.257l-16.334-9.863-2.756-10.007s-.163-.89-.04-1.332c.078-.253.93-.538.93-.538l10.005-2.864s8.834 4.562 14.895 7.879c1.481 6.67-2.965 14.206-6.7 16.725m-6.354 3.141c-3.167-3.85-9.998-12.032-9.998-12.032l15.83 9.234s-1.378 1.767-5.832 2.798m-6.943-.28c-.599-2.487-2.407-9.885-2.407-9.885l8.517 10.445s-3.779.51-6.11-.56M94.5 1C84.283 1 76 9.506 76 20s8.283 19 18.5 19S113 30.494 113 20 104.717 1 94.5 1" fill="#333F48" mask="url(#b)"/><path d="M92 14a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm12.053 20l-16.23-10.021-2.738-10.168s-.161-.905-.04-1.355c.078-.257.924-.546.924-.546L95.91 9s8.777 4.635 14.8 8.005c1.472 6.777-2.946 14.436-6.657 16.995zm-5.948 2C94.904 32.16 88 24 88 24l16 9.21s-1.393 1.761-5.895 2.79zm-7.562.29C89.911 33.702 88 26 88 26l9 10.874s-3.993.53-6.457-.583zM94.5 1C84.283 1 76 9.506 76 20s8.283 19 18.5 19S113 30.494 113 20 104.717 1 94.5 1z" stroke="#333F48" mask="url(#b)"/></g></svg>`
|
|
15
|
+
};
|
|
16
|
+
exports.license = "MIT";
|
|
17
|
+
exports.url = "https://www.shopline.com";
|
|
18
|
+
|
|
19
|
+
exports.default = {
|
|
20
|
+
slug: exports.slug,
|
|
21
|
+
title: exports.title,
|
|
22
|
+
hex: exports.hex,
|
|
23
|
+
categories: exports.categories,
|
|
24
|
+
aliases: exports.aliases,
|
|
25
|
+
svg: exports.svg,
|
|
26
|
+
variants: exports.variants,
|
|
27
|
+
license: exports.license,
|
|
28
|
+
url: exports.url,
|
|
29
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - SHOPLINE
|
|
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 shopline: IconModule;
|
|
17
|
+
export default shopline;
|
package/dist/shopline.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - SHOPLINE
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "shopline";
|
|
5
|
+
export const title = "SHOPLINE";
|
|
6
|
+
export const hex = "000000";
|
|
7
|
+
export const categories = ["Ecommerce", "Software"];
|
|
8
|
+
export const aliases = [];
|
|
9
|
+
export const svg = `<svg width="250" height="42" viewBox="0 0 250 42" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>LOGO</title><defs><path id="a" d="M0 40h249V0H0z"/></defs><g transform="translate(1 1)" fill="none" fill-rule="evenodd"><path d="M0 33.846l4.388-6.444c2.645 2.845 6.752 5.283 11.928 5.283 4.444 0 6.526-2.032 6.526-4.296 0-6.735-21.604-2.032-21.604-16.604C1.238 5.341 6.638 0 15.472 0 21.436 0 26.387 1.858 30.1 5.4l-4.445 6.153c-3.038-2.903-7.089-4.238-10.914-4.238-3.376 0-5.29 1.51-5.29 3.831C9.452 17.242 31 13.12 31 27.576 31 34.66 26.05 40 15.978 40 8.721 40 3.545 37.503 0 33.846z" fill="#333F48"/><path d="M0 33.846l4.388-6.444c2.645 2.845 6.752 5.283 11.928 5.283 4.444 0 6.526-2.032 6.526-4.296 0-6.735-21.604-2.032-21.604-16.604C1.238 5.341 6.638 0 15.472 0 21.436 0 26.387 1.858 30.1 5.4l-4.445 6.153c-3.038-2.903-7.089-4.238-10.914-4.238-3.376 0-5.29 1.51-5.29 3.831C9.452 17.242 31 13.12 31 27.576 31 34.66 26.05 40 15.978 40 8.721 40 3.545 37.503 0 33.846z" stroke="#333F48"/><path fill="#333F48" d="M61.897 40V23.57h-17.85V40H36V1h8.047v15.319h17.85V1H70v39z"/><path stroke="#333F48" d="M61.897 40V23.57h-17.85V40H36V1h8.047v15.319h17.85V1H70v39z"/><path d="M139.884 13.571c0-3.274-2.406-5.262-5.54-5.262h-8.396v10.466h8.395c3.135 0 5.541-1.988 5.541-5.204zM118 40V1h17.463C143.578 1 148 6.73 148 13.571c0 6.783-4.478 12.513-12.537 12.513h-9.515V40H118z" fill="#333F48"/><path d="M139.884 13.571c0-3.274-2.406-5.262-5.54-5.262h-8.396v10.466h8.395c3.135 0 5.541-1.988 5.541-5.204zM118 40V1h17.463C143.578 1 148 6.73 148 13.571c0 6.783-4.478 12.513-12.537 12.513h-9.515V40H118z" stroke="#333F48"/><path fill="#333F48" d="M153 40V1h3.349v35.96H175V40z"/><path stroke="#333F48" d="M153 40V1h3.349v35.96H175V40z"/><mask id="b" fill="#fff"><use href="#a"/></mask><path fill="#333F48" mask="url(#b)" d="M179 40h3V1h-3z"/><path stroke="#333F48" mask="url(#b)" d="M179 40h3V1h-3z"/><path fill="#333F48" mask="url(#b)" d="M214.848 40l-23.64-33.504V40H188V1h3.264l23.528 33.036V1H218v39z"/><path stroke="#333F48" mask="url(#b)" d="M214.848 40l-23.64-33.504V40H188V1h3.264l23.528 33.036V1H218v39z"/><path fill="#333F48" mask="url(#b)" d="M225 40V1h24v3.04h-20.766v14.443h20.369v3.04h-20.369V36.96H249V40z"/><path stroke="#333F48" mask="url(#b)" d="M225 40V1h24v3.04h-20.766v14.443h20.369v3.04h-20.369V36.96H249V40z"/><path d="M92.525 13.975c-1.179 0-2.134.98-2.134 2.188 0 1.208.955 2.187 2.134 2.187 1.18 0 2.135-.98 2.135-2.187 0-1.209-.956-2.188-2.135-2.188m11.432 19.257l-16.334-9.863-2.756-10.007s-.163-.89-.04-1.332c.078-.253.93-.538.93-.538l10.005-2.864s8.834 4.562 14.895 7.879c1.481 6.67-2.965 14.206-6.7 16.725m-6.354 3.141c-3.167-3.85-9.998-12.032-9.998-12.032l15.83 9.234s-1.378 1.767-5.832 2.798m-6.943-.28c-.599-2.487-2.407-9.885-2.407-9.885l8.517 10.445s-3.779.51-6.11-.56M94.5 1C84.283 1 76 9.506 76 20s8.283 19 18.5 19S113 30.494 113 20 104.717 1 94.5 1" fill="#333F48" mask="url(#b)"/><path d="M92 14a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm12.053 20l-16.23-10.021-2.738-10.168s-.161-.905-.04-1.355c.078-.257.924-.546.924-.546L95.91 9s8.777 4.635 14.8 8.005c1.472 6.777-2.946 14.436-6.657 16.995zm-5.948 2C94.904 32.16 88 24 88 24l16 9.21s-1.393 1.761-5.895 2.79zm-7.562.29C89.911 33.702 88 26 88 26l9 10.874s-3.993.53-6.457-.583zM94.5 1C84.283 1 76 9.506 76 20s8.283 19 18.5 19S113 30.494 113 20 104.717 1 94.5 1z" stroke="#333F48" mask="url(#b)"/></g></svg>`;
|
|
10
|
+
export const variants = {
|
|
11
|
+
"default": `<svg width="250" height="42" viewBox="0 0 250 42" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>LOGO</title><defs><path id="a" d="M0 40h249V0H0z"/></defs><g transform="translate(1 1)" fill="none" fill-rule="evenodd"><path d="M0 33.846l4.388-6.444c2.645 2.845 6.752 5.283 11.928 5.283 4.444 0 6.526-2.032 6.526-4.296 0-6.735-21.604-2.032-21.604-16.604C1.238 5.341 6.638 0 15.472 0 21.436 0 26.387 1.858 30.1 5.4l-4.445 6.153c-3.038-2.903-7.089-4.238-10.914-4.238-3.376 0-5.29 1.51-5.29 3.831C9.452 17.242 31 13.12 31 27.576 31 34.66 26.05 40 15.978 40 8.721 40 3.545 37.503 0 33.846z" fill="#333F48"/><path d="M0 33.846l4.388-6.444c2.645 2.845 6.752 5.283 11.928 5.283 4.444 0 6.526-2.032 6.526-4.296 0-6.735-21.604-2.032-21.604-16.604C1.238 5.341 6.638 0 15.472 0 21.436 0 26.387 1.858 30.1 5.4l-4.445 6.153c-3.038-2.903-7.089-4.238-10.914-4.238-3.376 0-5.29 1.51-5.29 3.831C9.452 17.242 31 13.12 31 27.576 31 34.66 26.05 40 15.978 40 8.721 40 3.545 37.503 0 33.846z" stroke="#333F48"/><path fill="#333F48" d="M61.897 40V23.57h-17.85V40H36V1h8.047v15.319h17.85V1H70v39z"/><path stroke="#333F48" d="M61.897 40V23.57h-17.85V40H36V1h8.047v15.319h17.85V1H70v39z"/><path d="M139.884 13.571c0-3.274-2.406-5.262-5.54-5.262h-8.396v10.466h8.395c3.135 0 5.541-1.988 5.541-5.204zM118 40V1h17.463C143.578 1 148 6.73 148 13.571c0 6.783-4.478 12.513-12.537 12.513h-9.515V40H118z" fill="#333F48"/><path d="M139.884 13.571c0-3.274-2.406-5.262-5.54-5.262h-8.396v10.466h8.395c3.135 0 5.541-1.988 5.541-5.204zM118 40V1h17.463C143.578 1 148 6.73 148 13.571c0 6.783-4.478 12.513-12.537 12.513h-9.515V40H118z" stroke="#333F48"/><path fill="#333F48" d="M153 40V1h3.349v35.96H175V40z"/><path stroke="#333F48" d="M153 40V1h3.349v35.96H175V40z"/><mask id="b" fill="#fff"><use href="#a"/></mask><path fill="#333F48" mask="url(#b)" d="M179 40h3V1h-3z"/><path stroke="#333F48" mask="url(#b)" d="M179 40h3V1h-3z"/><path fill="#333F48" mask="url(#b)" d="M214.848 40l-23.64-33.504V40H188V1h3.264l23.528 33.036V1H218v39z"/><path stroke="#333F48" mask="url(#b)" d="M214.848 40l-23.64-33.504V40H188V1h3.264l23.528 33.036V1H218v39z"/><path fill="#333F48" mask="url(#b)" d="M225 40V1h24v3.04h-20.766v14.443h20.369v3.04h-20.369V36.96H249V40z"/><path stroke="#333F48" mask="url(#b)" d="M225 40V1h24v3.04h-20.766v14.443h20.369v3.04h-20.369V36.96H249V40z"/><path d="M92.525 13.975c-1.179 0-2.134.98-2.134 2.188 0 1.208.955 2.187 2.134 2.187 1.18 0 2.135-.98 2.135-2.187 0-1.209-.956-2.188-2.135-2.188m11.432 19.257l-16.334-9.863-2.756-10.007s-.163-.89-.04-1.332c.078-.253.93-.538.93-.538l10.005-2.864s8.834 4.562 14.895 7.879c1.481 6.67-2.965 14.206-6.7 16.725m-6.354 3.141c-3.167-3.85-9.998-12.032-9.998-12.032l15.83 9.234s-1.378 1.767-5.832 2.798m-6.943-.28c-.599-2.487-2.407-9.885-2.407-9.885l8.517 10.445s-3.779.51-6.11-.56M94.5 1C84.283 1 76 9.506 76 20s8.283 19 18.5 19S113 30.494 113 20 104.717 1 94.5 1" fill="#333F48" mask="url(#b)"/><path d="M92 14a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm12.053 20l-16.23-10.021-2.738-10.168s-.161-.905-.04-1.355c.078-.257.924-.546.924-.546L95.91 9s8.777 4.635 14.8 8.005c1.472 6.777-2.946 14.436-6.657 16.995zm-5.948 2C94.904 32.16 88 24 88 24l16 9.21s-1.393 1.761-5.895 2.79zm-7.562.29C89.911 33.702 88 26 88 26l9 10.874s-3.993.53-6.457-.583zM94.5 1C84.283 1 76 9.506 76 20s8.283 19 18.5 19S113 30.494 113 20 104.717 1 94.5 1z" stroke="#333F48" mask="url(#b)"/></g></svg>`
|
|
12
|
+
};
|
|
13
|
+
export const license = "MIT";
|
|
14
|
+
export const url = "https://www.shopline.com";
|
|
15
|
+
|
|
16
|
+
const shopline = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
17
|
+
export default shopline;
|