@thesvg/icons 2.0.1 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/azure-blob.cjs +2 -2
- package/dist/azure-blob.js +2 -2
- package/dist/bolt.cjs +1 -1
- package/dist/bolt.js +1 -1
- package/dist/developer-student-club.cjs +2 -16
- package/dist/developer-student-club.js +2 -16
- 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/mypy.cjs +2 -2
- package/dist/mypy.js +2 -2
- package/dist/neovim.cjs +0 -2
- package/dist/neovim.js +0 -2
- package/dist/nimoxis.cjs +39 -0
- package/dist/nimoxis.d.ts +17 -0
- package/dist/nimoxis.js +27 -0
- package/dist/open-webui.cjs +2 -6
- package/dist/open-webui.js +2 -6
- package/dist/openrouter.cjs +2 -2
- package/dist/openrouter.js +2 -2
- package/dist/oracle.cjs +2 -2
- package/dist/oracle.js +2 -2
- package/dist/paramount.cjs +3 -3
- package/dist/paramount.js +3 -3
- package/dist/paypal.cjs +2 -2
- package/dist/paypal.js +2 -2
- package/dist/powertoys.cjs +2 -2
- package/dist/powertoys.js +2 -2
- package/dist/qt.cjs +2 -14
- package/dist/qt.js +2 -14
- package/dist/shopline.cjs +29 -0
- package/dist/shopline.d.ts +17 -0
- package/dist/shopline.js +17 -0
- package/dist/styled-components.cjs +2 -2
- package/dist/styled-components.js +2 -2
- package/dist/svgl.cjs +2 -2
- package/dist/svgl.js +2 -2
- package/dist/upsales.cjs +2 -2
- package/dist/upsales.js +2 -2
- package/dist/volta.cjs +4 -4
- package/dist/volta.js +4 -4
- package/dist/web-components.cjs +2 -2
- package/dist/web-components.js +2 -2
- package/package.json +1 -1
package/dist/oracle.js
CHANGED
|
@@ -6,9 +6,9 @@ export const title = "Oracle";
|
|
|
6
6
|
export const hex = "F80000";
|
|
7
7
|
export const categories = ["Database", "Cloud"];
|
|
8
8
|
export const aliases = [];
|
|
9
|
-
export const svg = `<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 231 30' preserveAspectRatio='xMinYMid'><path d='M99.61,19.52h15.24l-8.05-13L92,30H85.27l18-28.17a4.29,4.29,0,0,1,7-.05L128.32,30h-6.73l-3.17-5.25H103l-3.36-5.23m69.93,5.23V0.28h-5.72V27.16a2.76,2.76,0,0,0,.85,2,2.89,2.89,0,0,0,2.08.87h26l3.39-5.25H169.54M75,20.38A10,10,0,0,0,75,.28H50V30h5.71V5.54H74.65a4.81,4.81,0,0,1,0,9.62H58.54L75.6,30h8.29L72.43,20.38H75M14.88,30H32.15a14.86,14.86,0,0,0,0-29.71H14.88a14.86,14.86,0,1,0,0,29.71m16.88-5.23H15.26a9.62,9.62,0,0,1,0-19.23h16.5a9.62,9.62,0,1,1,0,19.23M140.25,30h17.63l3.34-5.23H140.64a9.62,9.62,0,1,1,0-19.23h16.75l3.38-5.25H140.25a14.86,14.86,0,1,0,0,29.71m69.87-5.23a9.62,9.62,0,0,1-9.26-7h24.42l3.36-5.24H200.86a9.61,9.61,0,0,1,9.26-7h16.76l3.35-5.25h-20.5a14.86,14.86,0,0,0,0,29.71h17.63l3.35-5.23h-20.6' transform='translate(-0.02 0)' style='fill:#C74634'/></svg>`;
|
|
9
|
+
export const svg = `<svg xmlns='http://www.w3.org/2000/svg' width='231' height='30' viewBox='0 0 231 30' preserveAspectRatio='xMinYMid'><path d='M99.61,19.52h15.24l-8.05-13L92,30H85.27l18-28.17a4.29,4.29,0,0,1,7-.05L128.32,30h-6.73l-3.17-5.25H103l-3.36-5.23m69.93,5.23V0.28h-5.72V27.16a2.76,2.76,0,0,0,.85,2,2.89,2.89,0,0,0,2.08.87h26l3.39-5.25H169.54M75,20.38A10,10,0,0,0,75,.28H50V30h5.71V5.54H74.65a4.81,4.81,0,0,1,0,9.62H58.54L75.6,30h8.29L72.43,20.38H75M14.88,30H32.15a14.86,14.86,0,0,0,0-29.71H14.88a14.86,14.86,0,1,0,0,29.71m16.88-5.23H15.26a9.62,9.62,0,0,1,0-19.23h16.5a9.62,9.62,0,1,1,0,19.23M140.25,30h17.63l3.34-5.23H140.64a9.62,9.62,0,1,1,0-19.23h16.75l3.38-5.25H140.25a14.86,14.86,0,1,0,0,29.71m69.87-5.23a9.62,9.62,0,0,1-9.26-7h24.42l3.36-5.24H200.86a9.61,9.61,0,0,1,9.26-7h16.76l3.35-5.25h-20.5a14.86,14.86,0,0,0,0,29.71h17.63l3.35-5.23h-20.6' transform='translate(-0.02 0)' style='fill:#C74634'/></svg>`;
|
|
10
10
|
export const variants = {
|
|
11
|
-
"default": `<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 231 30' preserveAspectRatio='xMinYMid'><path d='M99.61,19.52h15.24l-8.05-13L92,30H85.27l18-28.17a4.29,4.29,0,0,1,7-.05L128.32,30h-6.73l-3.17-5.25H103l-3.36-5.23m69.93,5.23V0.28h-5.72V27.16a2.76,2.76,0,0,0,.85,2,2.89,2.89,0,0,0,2.08.87h26l3.39-5.25H169.54M75,20.38A10,10,0,0,0,75,.28H50V30h5.71V5.54H74.65a4.81,4.81,0,0,1,0,9.62H58.54L75.6,30h8.29L72.43,20.38H75M14.88,30H32.15a14.86,14.86,0,0,0,0-29.71H14.88a14.86,14.86,0,1,0,0,29.71m16.88-5.23H15.26a9.62,9.62,0,0,1,0-19.23h16.5a9.62,9.62,0,1,1,0,19.23M140.25,30h17.63l3.34-5.23H140.64a9.62,9.62,0,1,1,0-19.23h16.75l3.38-5.25H140.25a14.86,14.86,0,1,0,0,29.71m69.87-5.23a9.62,9.62,0,0,1-9.26-7h24.42l3.36-5.24H200.86a9.61,9.61,0,0,1,9.26-7h16.76l3.35-5.25h-20.5a14.86,14.86,0,0,0,0,29.71h17.63l3.35-5.23h-20.6' transform='translate(-0.02 0)' style='fill:#C74634'/></svg>`
|
|
11
|
+
"default": `<svg xmlns='http://www.w3.org/2000/svg' width='231' height='30' viewBox='0 0 231 30' preserveAspectRatio='xMinYMid'><path d='M99.61,19.52h15.24l-8.05-13L92,30H85.27l18-28.17a4.29,4.29,0,0,1,7-.05L128.32,30h-6.73l-3.17-5.25H103l-3.36-5.23m69.93,5.23V0.28h-5.72V27.16a2.76,2.76,0,0,0,.85,2,2.89,2.89,0,0,0,2.08.87h26l3.39-5.25H169.54M75,20.38A10,10,0,0,0,75,.28H50V30h5.71V5.54H74.65a4.81,4.81,0,0,1,0,9.62H58.54L75.6,30h8.29L72.43,20.38H75M14.88,30H32.15a14.86,14.86,0,0,0,0-29.71H14.88a14.86,14.86,0,1,0,0,29.71m16.88-5.23H15.26a9.62,9.62,0,0,1,0-19.23h16.5a9.62,9.62,0,1,1,0,19.23M140.25,30h17.63l3.34-5.23H140.64a9.62,9.62,0,1,1,0-19.23h16.75l3.38-5.25H140.25a14.86,14.86,0,1,0,0,29.71m69.87-5.23a9.62,9.62,0,0,1-9.26-7h24.42l3.36-5.24H200.86a9.61,9.61,0,0,1,9.26-7h16.76l3.35-5.25h-20.5a14.86,14.86,0,0,0,0,29.71h17.63l3.35-5.23h-20.6' transform='translate(-0.02 0)' style='fill:#C74634'/></svg>`
|
|
12
12
|
};
|
|
13
13
|
export const license = "Fair Use";
|
|
14
14
|
export const url = "https://www.oracle.com";
|
package/dist/paramount.cjs
CHANGED
|
@@ -9,10 +9,10 @@ exports.title = "Paramount+";
|
|
|
9
9
|
exports.hex = "0064FF";
|
|
10
10
|
exports.categories = ["Entertainment"];
|
|
11
11
|
exports.aliases = ["Paramount Plus", "Paramount"];
|
|
12
|
-
exports.svg = `<svg xmlns='http://www.w3.org/2000/svg' width='118' height='27' fill='#4D4D4D'><path d='M30.012 6.878C30.012 2.234 25.08 0 19.22 0 12.951 0 7.2 2.773 5.088 7.073a8.14 8.14 0 0 0-.883 3.697 5.55 5.55 0 0 0 .883 3.138c.905 1.333 2.52 2.172 4.89 2.172 2.907 0 5.212-1.591 5.212-4.365 0 0 .043-.773-.862-.773-.733 0-.927.516-.905.773.108 2.172-1.185 3.913-3.49 3.913-2.584 0-3.662-2.193-3.662-4.536 0-4.794 3.62-7.975 7.389-9.352 1.767-.666 3.62-.989 5.514-.967 4.266 0 7.755 1.634 7.755 6.02 0 3.655-3.08 6.772-6.765 7.051l.151-.494c.754-2.687 1.68-5.632 3.188-7.803.086-.13.237-.345.41-.56l-.216-.258a9 9 0 0 0-.926.644c-7.065 5.503-7.28 20.983-16.694 20.983q-.484 0-.97-.065c-1.96-.323-2.994-1.634-2.994-3.46 0-.366.129-.86.129-1.14a.94.94 0 0 0-.927-.967h-.107c-.84 0-1.185.665-1.207 1.612-.064 2.73 1.961 4.32 5.084 4.622.345.021.69.042 1.056.042 7.346 0 11.847-5.546 13.765-12.275a16 16 0 0 0 2.865-.6c3.408-.948 7.241-3.227 7.241-7.247M99.981 8.488h-2.584l-.583 1.355-1.012 2.28h-1.206l-.366.774h1.249l-1.508 3.332c-1.077 2.342-2.758 4.643-3.727 4.643-.215 0-.344-.086-.344-.3 0-.217.064-.41.302-1.012.301-.709.798-1.741 1.164-2.494.538-1.096 1.4-2.794 1.4-3.633s-.54-1.505-1.595-1.505c-1.185 0-2.262.71-3.252 1.74l.647-1.547H86.13l-1.981 4.514c-.797 1.591-2.413 4.235-3.425 4.235-.215 0-.302-.129-.302-.344.022-.193.065-.365.151-.56.086-.194 1.271-2.966 1.271-2.966l2.154-4.923H81.37l-2.09 4.795c-.646 1.483-2.284 4-3.34 4a.335.335 0 0 1-.366-.302v-.086c0-.257.194-.73.344-1.076L77.018 17l2.262-4.923h-2.606l-.517 1.118c-.388.753-1.034 1.634-2.068 1.634-.496 0-.732-.193-.84-.387-.151-1.656-1.207-2.537-2.758-2.537-2.154 0-3.684 1.268-4.697 2.817a14.4 14.4 0 0 0-1.55 3.418c-.927 1.527-1.895 2.71-2.671 2.71-.195 0-.324-.109-.324-.366s.26-.838.346-1.054l1.701-3.61c.474-1.117.797-1.85.797-2.58 0-.774-.54-1.332-1.422-1.332-1.228 0-2.564.71-3.62 1.87.044-.194.044-.365.044-.56 0-.859-.43-1.31-1.315-1.31-1.12 0-2.282.667-3.338 1.87l.69-1.678H52.76l-2.003 4.516c-.948 2.129-2.478 4.236-3.34 4.236-.193 0-.322-.108-.322-.366 0-.407.452-1.418.625-1.826l2.65-5.997c.194-.452-1.077-.732-2.693-.732-1.658 0-3.36.817-4.61 1.87-.882.73-1.53 1.096-1.853 1.096-.171 0-.237-.086-.237-.193 0-.365.883-1.398.883-2.193 0-.365-.193-.602-.69-.602-.947 0-2.067.903-2.886 1.848l.69-1.655h-2.327l-2.003 4.515c-.947 2.129-2.521 4.343-3.382 4.343-.195 0-.324-.107-.324-.366 0-.407.43-1.396.668-1.914l2.65-6.019c.194-.451-1.077-.732-2.692-.732-2.392 0-4.718 1.614-5.947 3.268-1.357 1.784-2.283 3.675-2.304 5.224-.022 1.246.625 2.02 1.916 2.02 1.444 0 2.607-1.139 3.274-1.998a5 5 0 0 0-.086.515c0 .86.344 1.484 1.4 1.484.925 0 2.154-.775 3.145-2l-.797 1.829h2.52l2.478-5.61c.819-1.828 1.745-2.774 2.003-2.774.087 0 .13.044.13.107 0 .194-.388.71-.388 1.182 0 .474.258.839.948.839.538 0 1.14-.259 1.68-.602-1.272 1.72-2.134 3.526-2.134 5.01-.022 1.247.625 2.021 1.918 2.021 1.357 0 2.628-1.29 3.317-2.15a5 5 0 0 0-.043.603c0 .838.474 1.547 1.444 1.547 1.076 0 1.938-.666 3.016-1.977l-.797 1.806h2.585l2.37-5.352c1.033-2.322 2.433-3.569 3.122-3.569a.313.313 0 0 1 .345.28v.065a2.3 2.3 0 0 1-.216.752l-3.403 7.847h2.65l2.412-5.46c1.034-2.344 2.176-3.484 3.037-3.484.26 0 .366.13.366.408a2.3 2.3 0 0 1-.237.86l-2.327 4.944a4.6 4.6 0 0 0-.388 1.505c0 .753.41 1.42 1.573 1.42 1.508 0 2.649-1.14 3.942-2.839v.366c.108 1.354.86 2.536 2.865 2.536 2.37 0 4.288-1.633 5.45-4.234.432-.925.732-1.893.84-2.904.26.13.56.194.841.173.388 0 .775-.087 1.12-.28l-.41.882c-.474.989-.99 2.085-1.4 3.01a4.9 4.9 0 0 0-.452 1.74c0 .925.517 1.592 1.573 1.592 1.055 0 2.5-.99 3.533-2.387h.022a4 4 0 0 0-.108.881c0 .775.237 1.506 1.314 1.506 1.25 0 2.219-.903 3.166-2.043l-.796 1.806h2.606l2.09-4.73c1.184-2.666 2.369-4.279 3.468-4.279.195 0 .344.129.366.323v.064c0 .452-.647 1.678-1.227 2.903-.539 1.117-.949 1.977-1.228 2.644-.26.559-.41 1.16-.453 1.785 0 .816.453 1.44 1.466 1.44 1.508 0 3.037-1.461 3.855-2.558a5.4 5.4 0 0 0-.301 1.633c0 1.506.904 2.258 2.175 2.258.84 0 1.66-.28 2.349-.774.991-.689 1.788-1.72 2.456-2.666l-.453-.43c-.625.88-1.313 1.72-2.025 2.235a2.2 2.2 0 0 1-1.335.516c-.54 0-.883-.28-.883-.968s.323-1.613.818-2.86c.022-.02.732-1.611 1.4-3.138.56-1.29 1.12-2.537 1.227-2.795h1.702l.345-.775h-1.68zm-73.48 12.405c-.366 0-.625-.129-.625-.602.022-1.268 1.076-3.526 2.391-5.332.926-1.247 2.132-2.172 3.425-2.172l-1.637 3.655c-1.227 2.753-2.562 4.45-3.554 4.45m16.114 0c-.366 0-.624-.129-.646-.602.021-1.268 1.077-3.526 2.392-5.332.925-1.247 2.132-2.172 3.424-2.172l-1.637 3.655c-1.249 2.817-2.52 4.45-3.533 4.45m28.607-7.115c-.064 1.397-1.293 4.772-2.735 6.793-.581.817-1.078 1.054-1.508 1.054-.603 0-.776-.495-.69-1.226.13-1.268 1.185-4.235 2.65-6.278.667-.925 1.12-1.312 1.638-1.312.516 0 .667.431.645.969M111.428 12.124l2.371-5.467h-2.808l-2.371 5.467h-5.97l-.994 2.294h5.969l-2.372 5.467h2.809l2.371-5.468h5.968l.995-2.293z'/></svg>`;
|
|
12
|
+
exports.svg = `<svg xmlns='http://www.w3.org/2000/svg' width='118' height='27' viewBox='0 0 118 27' fill='#4D4D4D'><path d='M30.012 6.878C30.012 2.234 25.08 0 19.22 0 12.951 0 7.2 2.773 5.088 7.073a8.14 8.14 0 0 0-.883 3.697 5.55 5.55 0 0 0 .883 3.138c.905 1.333 2.52 2.172 4.89 2.172 2.907 0 5.212-1.591 5.212-4.365 0 0 .043-.773-.862-.773-.733 0-.927.516-.905.773.108 2.172-1.185 3.913-3.49 3.913-2.584 0-3.662-2.193-3.662-4.536 0-4.794 3.62-7.975 7.389-9.352 1.767-.666 3.62-.989 5.514-.967 4.266 0 7.755 1.634 7.755 6.02 0 3.655-3.08 6.772-6.765 7.051l.151-.494c.754-2.687 1.68-5.632 3.188-7.803.086-.13.237-.345.41-.56l-.216-.258a9 9 0 0 0-.926.644c-7.065 5.503-7.28 20.983-16.694 20.983q-.484 0-.97-.065c-1.96-.323-2.994-1.634-2.994-3.46 0-.366.129-.86.129-1.14a.94.94 0 0 0-.927-.967h-.107c-.84 0-1.185.665-1.207 1.612-.064 2.73 1.961 4.32 5.084 4.622.345.021.69.042 1.056.042 7.346 0 11.847-5.546 13.765-12.275a16 16 0 0 0 2.865-.6c3.408-.948 7.241-3.227 7.241-7.247M99.981 8.488h-2.584l-.583 1.355-1.012 2.28h-1.206l-.366.774h1.249l-1.508 3.332c-1.077 2.342-2.758 4.643-3.727 4.643-.215 0-.344-.086-.344-.3 0-.217.064-.41.302-1.012.301-.709.798-1.741 1.164-2.494.538-1.096 1.4-2.794 1.4-3.633s-.54-1.505-1.595-1.505c-1.185 0-2.262.71-3.252 1.74l.647-1.547H86.13l-1.981 4.514c-.797 1.591-2.413 4.235-3.425 4.235-.215 0-.302-.129-.302-.344.022-.193.065-.365.151-.56.086-.194 1.271-2.966 1.271-2.966l2.154-4.923H81.37l-2.09 4.795c-.646 1.483-2.284 4-3.34 4a.335.335 0 0 1-.366-.302v-.086c0-.257.194-.73.344-1.076L77.018 17l2.262-4.923h-2.606l-.517 1.118c-.388.753-1.034 1.634-2.068 1.634-.496 0-.732-.193-.84-.387-.151-1.656-1.207-2.537-2.758-2.537-2.154 0-3.684 1.268-4.697 2.817a14.4 14.4 0 0 0-1.55 3.418c-.927 1.527-1.895 2.71-2.671 2.71-.195 0-.324-.109-.324-.366s.26-.838.346-1.054l1.701-3.61c.474-1.117.797-1.85.797-2.58 0-.774-.54-1.332-1.422-1.332-1.228 0-2.564.71-3.62 1.87.044-.194.044-.365.044-.56 0-.859-.43-1.31-1.315-1.31-1.12 0-2.282.667-3.338 1.87l.69-1.678H52.76l-2.003 4.516c-.948 2.129-2.478 4.236-3.34 4.236-.193 0-.322-.108-.322-.366 0-.407.452-1.418.625-1.826l2.65-5.997c.194-.452-1.077-.732-2.693-.732-1.658 0-3.36.817-4.61 1.87-.882.73-1.53 1.096-1.853 1.096-.171 0-.237-.086-.237-.193 0-.365.883-1.398.883-2.193 0-.365-.193-.602-.69-.602-.947 0-2.067.903-2.886 1.848l.69-1.655h-2.327l-2.003 4.515c-.947 2.129-2.521 4.343-3.382 4.343-.195 0-.324-.107-.324-.366 0-.407.43-1.396.668-1.914l2.65-6.019c.194-.451-1.077-.732-2.692-.732-2.392 0-4.718 1.614-5.947 3.268-1.357 1.784-2.283 3.675-2.304 5.224-.022 1.246.625 2.02 1.916 2.02 1.444 0 2.607-1.139 3.274-1.998a5 5 0 0 0-.086.515c0 .86.344 1.484 1.4 1.484.925 0 2.154-.775 3.145-2l-.797 1.829h2.52l2.478-5.61c.819-1.828 1.745-2.774 2.003-2.774.087 0 .13.044.13.107 0 .194-.388.71-.388 1.182 0 .474.258.839.948.839.538 0 1.14-.259 1.68-.602-1.272 1.72-2.134 3.526-2.134 5.01-.022 1.247.625 2.021 1.918 2.021 1.357 0 2.628-1.29 3.317-2.15a5 5 0 0 0-.043.603c0 .838.474 1.547 1.444 1.547 1.076 0 1.938-.666 3.016-1.977l-.797 1.806h2.585l2.37-5.352c1.033-2.322 2.433-3.569 3.122-3.569a.313.313 0 0 1 .345.28v.065a2.3 2.3 0 0 1-.216.752l-3.403 7.847h2.65l2.412-5.46c1.034-2.344 2.176-3.484 3.037-3.484.26 0 .366.13.366.408a2.3 2.3 0 0 1-.237.86l-2.327 4.944a4.6 4.6 0 0 0-.388 1.505c0 .753.41 1.42 1.573 1.42 1.508 0 2.649-1.14 3.942-2.839v.366c.108 1.354.86 2.536 2.865 2.536 2.37 0 4.288-1.633 5.45-4.234.432-.925.732-1.893.84-2.904.26.13.56.194.841.173.388 0 .775-.087 1.12-.28l-.41.882c-.474.989-.99 2.085-1.4 3.01a4.9 4.9 0 0 0-.452 1.74c0 .925.517 1.592 1.573 1.592 1.055 0 2.5-.99 3.533-2.387h.022a4 4 0 0 0-.108.881c0 .775.237 1.506 1.314 1.506 1.25 0 2.219-.903 3.166-2.043l-.796 1.806h2.606l2.09-4.73c1.184-2.666 2.369-4.279 3.468-4.279.195 0 .344.129.366.323v.064c0 .452-.647 1.678-1.227 2.903-.539 1.117-.949 1.977-1.228 2.644-.26.559-.41 1.16-.453 1.785 0 .816.453 1.44 1.466 1.44 1.508 0 3.037-1.461 3.855-2.558a5.4 5.4 0 0 0-.301 1.633c0 1.506.904 2.258 2.175 2.258.84 0 1.66-.28 2.349-.774.991-.689 1.788-1.72 2.456-2.666l-.453-.43c-.625.88-1.313 1.72-2.025 2.235a2.2 2.2 0 0 1-1.335.516c-.54 0-.883-.28-.883-.968s.323-1.613.818-2.86c.022-.02.732-1.611 1.4-3.138.56-1.29 1.12-2.537 1.227-2.795h1.702l.345-.775h-1.68zm-73.48 12.405c-.366 0-.625-.129-.625-.602.022-1.268 1.076-3.526 2.391-5.332.926-1.247 2.132-2.172 3.425-2.172l-1.637 3.655c-1.227 2.753-2.562 4.45-3.554 4.45m16.114 0c-.366 0-.624-.129-.646-.602.021-1.268 1.077-3.526 2.392-5.332.925-1.247 2.132-2.172 3.424-2.172l-1.637 3.655c-1.249 2.817-2.52 4.45-3.533 4.45m28.607-7.115c-.064 1.397-1.293 4.772-2.735 6.793-.581.817-1.078 1.054-1.508 1.054-.603 0-.776-.495-.69-1.226.13-1.268 1.185-4.235 2.65-6.278.667-.925 1.12-1.312 1.638-1.312.516 0 .667.431.645.969M111.428 12.124l2.371-5.467h-2.808l-2.371 5.467h-5.97l-.994 2.294h5.969l-2.372 5.467h2.809l2.371-5.468h5.968l.995-2.293z'/></svg>`;
|
|
13
13
|
exports.variants = {
|
|
14
|
-
"default": `<svg xmlns='http://www.w3.org/2000/svg' width='118' height='27' fill='#4D4D4D'><path d='M30.012 6.878C30.012 2.234 25.08 0 19.22 0 12.951 0 7.2 2.773 5.088 7.073a8.14 8.14 0 0 0-.883 3.697 5.55 5.55 0 0 0 .883 3.138c.905 1.333 2.52 2.172 4.89 2.172 2.907 0 5.212-1.591 5.212-4.365 0 0 .043-.773-.862-.773-.733 0-.927.516-.905.773.108 2.172-1.185 3.913-3.49 3.913-2.584 0-3.662-2.193-3.662-4.536 0-4.794 3.62-7.975 7.389-9.352 1.767-.666 3.62-.989 5.514-.967 4.266 0 7.755 1.634 7.755 6.02 0 3.655-3.08 6.772-6.765 7.051l.151-.494c.754-2.687 1.68-5.632 3.188-7.803.086-.13.237-.345.41-.56l-.216-.258a9 9 0 0 0-.926.644c-7.065 5.503-7.28 20.983-16.694 20.983q-.484 0-.97-.065c-1.96-.323-2.994-1.634-2.994-3.46 0-.366.129-.86.129-1.14a.94.94 0 0 0-.927-.967h-.107c-.84 0-1.185.665-1.207 1.612-.064 2.73 1.961 4.32 5.084 4.622.345.021.69.042 1.056.042 7.346 0 11.847-5.546 13.765-12.275a16 16 0 0 0 2.865-.6c3.408-.948 7.241-3.227 7.241-7.247M99.981 8.488h-2.584l-.583 1.355-1.012 2.28h-1.206l-.366.774h1.249l-1.508 3.332c-1.077 2.342-2.758 4.643-3.727 4.643-.215 0-.344-.086-.344-.3 0-.217.064-.41.302-1.012.301-.709.798-1.741 1.164-2.494.538-1.096 1.4-2.794 1.4-3.633s-.54-1.505-1.595-1.505c-1.185 0-2.262.71-3.252 1.74l.647-1.547H86.13l-1.981 4.514c-.797 1.591-2.413 4.235-3.425 4.235-.215 0-.302-.129-.302-.344.022-.193.065-.365.151-.56.086-.194 1.271-2.966 1.271-2.966l2.154-4.923H81.37l-2.09 4.795c-.646 1.483-2.284 4-3.34 4a.335.335 0 0 1-.366-.302v-.086c0-.257.194-.73.344-1.076L77.018 17l2.262-4.923h-2.606l-.517 1.118c-.388.753-1.034 1.634-2.068 1.634-.496 0-.732-.193-.84-.387-.151-1.656-1.207-2.537-2.758-2.537-2.154 0-3.684 1.268-4.697 2.817a14.4 14.4 0 0 0-1.55 3.418c-.927 1.527-1.895 2.71-2.671 2.71-.195 0-.324-.109-.324-.366s.26-.838.346-1.054l1.701-3.61c.474-1.117.797-1.85.797-2.58 0-.774-.54-1.332-1.422-1.332-1.228 0-2.564.71-3.62 1.87.044-.194.044-.365.044-.56 0-.859-.43-1.31-1.315-1.31-1.12 0-2.282.667-3.338 1.87l.69-1.678H52.76l-2.003 4.516c-.948 2.129-2.478 4.236-3.34 4.236-.193 0-.322-.108-.322-.366 0-.407.452-1.418.625-1.826l2.65-5.997c.194-.452-1.077-.732-2.693-.732-1.658 0-3.36.817-4.61 1.87-.882.73-1.53 1.096-1.853 1.096-.171 0-.237-.086-.237-.193 0-.365.883-1.398.883-2.193 0-.365-.193-.602-.69-.602-.947 0-2.067.903-2.886 1.848l.69-1.655h-2.327l-2.003 4.515c-.947 2.129-2.521 4.343-3.382 4.343-.195 0-.324-.107-.324-.366 0-.407.43-1.396.668-1.914l2.65-6.019c.194-.451-1.077-.732-2.692-.732-2.392 0-4.718 1.614-5.947 3.268-1.357 1.784-2.283 3.675-2.304 5.224-.022 1.246.625 2.02 1.916 2.02 1.444 0 2.607-1.139 3.274-1.998a5 5 0 0 0-.086.515c0 .86.344 1.484 1.4 1.484.925 0 2.154-.775 3.145-2l-.797 1.829h2.52l2.478-5.61c.819-1.828 1.745-2.774 2.003-2.774.087 0 .13.044.13.107 0 .194-.388.71-.388 1.182 0 .474.258.839.948.839.538 0 1.14-.259 1.68-.602-1.272 1.72-2.134 3.526-2.134 5.01-.022 1.247.625 2.021 1.918 2.021 1.357 0 2.628-1.29 3.317-2.15a5 5 0 0 0-.043.603c0 .838.474 1.547 1.444 1.547 1.076 0 1.938-.666 3.016-1.977l-.797 1.806h2.585l2.37-5.352c1.033-2.322 2.433-3.569 3.122-3.569a.313.313 0 0 1 .345.28v.065a2.3 2.3 0 0 1-.216.752l-3.403 7.847h2.65l2.412-5.46c1.034-2.344 2.176-3.484 3.037-3.484.26 0 .366.13.366.408a2.3 2.3 0 0 1-.237.86l-2.327 4.944a4.6 4.6 0 0 0-.388 1.505c0 .753.41 1.42 1.573 1.42 1.508 0 2.649-1.14 3.942-2.839v.366c.108 1.354.86 2.536 2.865 2.536 2.37 0 4.288-1.633 5.45-4.234.432-.925.732-1.893.84-2.904.26.13.56.194.841.173.388 0 .775-.087 1.12-.28l-.41.882c-.474.989-.99 2.085-1.4 3.01a4.9 4.9 0 0 0-.452 1.74c0 .925.517 1.592 1.573 1.592 1.055 0 2.5-.99 3.533-2.387h.022a4 4 0 0 0-.108.881c0 .775.237 1.506 1.314 1.506 1.25 0 2.219-.903 3.166-2.043l-.796 1.806h2.606l2.09-4.73c1.184-2.666 2.369-4.279 3.468-4.279.195 0 .344.129.366.323v.064c0 .452-.647 1.678-1.227 2.903-.539 1.117-.949 1.977-1.228 2.644-.26.559-.41 1.16-.453 1.785 0 .816.453 1.44 1.466 1.44 1.508 0 3.037-1.461 3.855-2.558a5.4 5.4 0 0 0-.301 1.633c0 1.506.904 2.258 2.175 2.258.84 0 1.66-.28 2.349-.774.991-.689 1.788-1.72 2.456-2.666l-.453-.43c-.625.88-1.313 1.72-2.025 2.235a2.2 2.2 0 0 1-1.335.516c-.54 0-.883-.28-.883-.968s.323-1.613.818-2.86c.022-.02.732-1.611 1.4-3.138.56-1.29 1.12-2.537 1.227-2.795h1.702l.345-.775h-1.68zm-73.48 12.405c-.366 0-.625-.129-.625-.602.022-1.268 1.076-3.526 2.391-5.332.926-1.247 2.132-2.172 3.425-2.172l-1.637 3.655c-1.227 2.753-2.562 4.45-3.554 4.45m16.114 0c-.366 0-.624-.129-.646-.602.021-1.268 1.077-3.526 2.392-5.332.925-1.247 2.132-2.172 3.424-2.172l-1.637 3.655c-1.249 2.817-2.52 4.45-3.533 4.45m28.607-7.115c-.064 1.397-1.293 4.772-2.735 6.793-.581.817-1.078 1.054-1.508 1.054-.603 0-.776-.495-.69-1.226.13-1.268 1.185-4.235 2.65-6.278.667-.925 1.12-1.312 1.638-1.312.516 0 .667.431.645.969M111.428 12.124l2.371-5.467h-2.808l-2.371 5.467h-5.97l-.994 2.294h5.969l-2.372 5.467h2.809l2.371-5.468h5.968l.995-2.293z'/></svg>`,
|
|
15
|
-
"light": `<svg xmlns='http://www.w3.org/2000/svg' width='118' height='27' fill='#fff'><path d='M30.012 6.878C30.012 2.234 25.08 0 19.22 0 12.951 0 7.2 2.773 5.088 7.073a8.14 8.14 0 0 0-.883 3.697 5.55 5.55 0 0 0 .883 3.138c.905 1.333 2.52 2.172 4.89 2.172 2.907 0 5.212-1.591 5.212-4.365 0 0 .043-.773-.862-.773-.733 0-.927.516-.905.773.108 2.172-1.185 3.913-3.49 3.913-2.584 0-3.662-2.193-3.662-4.536 0-4.794 3.62-7.975 7.389-9.352 1.767-.666 3.62-.989 5.514-.967 4.266 0 7.755 1.634 7.755 6.02 0 3.655-3.08 6.772-6.765 7.051l.151-.494c.754-2.687 1.68-5.632 3.188-7.803.086-.13.237-.345.41-.56l-.216-.258a9 9 0 0 0-.926.644c-7.065 5.503-7.28 20.983-16.694 20.983q-.484 0-.97-.065c-1.96-.323-2.994-1.634-2.994-3.46 0-.366.129-.86.129-1.14a.94.94 0 0 0-.927-.967h-.107c-.84 0-1.185.665-1.207 1.612-.064 2.73 1.961 4.32 5.084 4.622.345.021.69.042 1.056.042 7.346 0 11.847-5.546 13.765-12.275a16 16 0 0 0 2.865-.6c3.408-.948 7.241-3.227 7.241-7.247M99.981 8.488h-2.584l-.583 1.355-1.012 2.28h-1.206l-.366.774h1.249l-1.508 3.332c-1.077 2.342-2.758 4.643-3.727 4.643-.215 0-.344-.086-.344-.3 0-.217.064-.41.302-1.012.301-.709.798-1.741 1.164-2.494.538-1.096 1.4-2.794 1.4-3.633s-.54-1.505-1.595-1.505c-1.185 0-2.262.71-3.252 1.74l.647-1.547H86.13l-1.981 4.514c-.797 1.591-2.413 4.235-3.425 4.235-.215 0-.302-.129-.302-.344.022-.193.065-.365.151-.56.086-.194 1.271-2.966 1.271-2.966l2.154-4.923H81.37l-2.09 4.795c-.646 1.483-2.284 4-3.34 4a.335.335 0 0 1-.366-.302v-.086c0-.257.194-.73.344-1.076L77.018 17l2.262-4.923h-2.606l-.517 1.118c-.388.753-1.034 1.634-2.068 1.634-.496 0-.732-.193-.84-.387-.151-1.656-1.207-2.537-2.758-2.537-2.154 0-3.684 1.268-4.697 2.817a14.4 14.4 0 0 0-1.55 3.418c-.927 1.527-1.895 2.71-2.671 2.71-.195 0-.324-.109-.324-.366s.26-.838.346-1.054l1.701-3.61c.474-1.117.797-1.85.797-2.58 0-.774-.54-1.332-1.422-1.332-1.228 0-2.564.71-3.62 1.87.044-.194.044-.365.044-.56 0-.859-.43-1.31-1.315-1.31-1.12 0-2.282.667-3.338 1.87l.69-1.678H52.76l-2.003 4.516c-.948 2.129-2.478 4.236-3.34 4.236-.193 0-.322-.108-.322-.366 0-.407.452-1.418.625-1.826l2.65-5.997c.194-.452-1.077-.732-2.693-.732-1.658 0-3.36.817-4.61 1.87-.882.73-1.53 1.096-1.853 1.096-.171 0-.237-.086-.237-.193 0-.365.883-1.398.883-2.193 0-.365-.193-.602-.69-.602-.947 0-2.067.903-2.886 1.848l.69-1.655h-2.327l-2.003 4.515c-.947 2.129-2.521 4.343-3.382 4.343-.195 0-.324-.107-.324-.366 0-.407.43-1.396.668-1.914l2.65-6.019c.194-.451-1.077-.732-2.692-.732-2.392 0-4.718 1.614-5.947 3.268-1.357 1.784-2.283 3.675-2.304 5.224-.022 1.246.625 2.02 1.916 2.02 1.444 0 2.607-1.139 3.274-1.998a5 5 0 0 0-.086.515c0 .86.344 1.484 1.4 1.484.925 0 2.154-.775 3.145-2l-.797 1.829h2.52l2.478-5.61c.819-1.828 1.745-2.774 2.003-2.774.087 0 .13.044.13.107 0 .194-.388.71-.388 1.182 0 .474.258.839.948.839.538 0 1.14-.259 1.68-.602-1.272 1.72-2.134 3.526-2.134 5.01-.022 1.247.625 2.021 1.918 2.021 1.357 0 2.628-1.29 3.317-2.15a5 5 0 0 0-.043.603c0 .838.474 1.547 1.444 1.547 1.076 0 1.938-.666 3.016-1.977l-.797 1.806h2.585l2.37-5.352c1.033-2.322 2.433-3.569 3.122-3.569a.313.313 0 0 1 .345.28v.065a2.3 2.3 0 0 1-.216.752l-3.403 7.847h2.65l2.412-5.46c1.034-2.344 2.176-3.484 3.037-3.484.26 0 .366.13.366.408a2.3 2.3 0 0 1-.237.86l-2.327 4.944a4.6 4.6 0 0 0-.388 1.505c0 .753.41 1.42 1.573 1.42 1.508 0 2.649-1.14 3.942-2.839v.366c.108 1.354.86 2.536 2.865 2.536 2.37 0 4.288-1.633 5.45-4.234.432-.925.732-1.893.84-2.904.26.13.56.194.841.173.388 0 .775-.087 1.12-.28l-.41.882c-.474.989-.99 2.085-1.4 3.01a4.9 4.9 0 0 0-.452 1.74c0 .925.517 1.592 1.573 1.592 1.055 0 2.5-.99 3.533-2.387h.022a4 4 0 0 0-.108.881c0 .775.237 1.506 1.314 1.506 1.25 0 2.219-.903 3.166-2.043l-.796 1.806h2.606l2.09-4.73c1.184-2.666 2.369-4.279 3.468-4.279.195 0 .344.129.366.323v.064c0 .452-.647 1.678-1.227 2.903-.539 1.117-.949 1.977-1.228 2.644-.26.559-.41 1.16-.453 1.785 0 .816.453 1.44 1.466 1.44 1.508 0 3.037-1.461 3.855-2.558a5.4 5.4 0 0 0-.301 1.633c0 1.506.904 2.258 2.175 2.258.84 0 1.66-.28 2.349-.774.991-.689 1.788-1.72 2.456-2.666l-.453-.43c-.625.88-1.313 1.72-2.025 2.235a2.2 2.2 0 0 1-1.335.516c-.54 0-.883-.28-.883-.968s.323-1.613.818-2.86c.022-.02.732-1.611 1.4-3.138.56-1.29 1.12-2.537 1.227-2.795h1.702l.345-.775h-1.68zm-73.48 12.405c-.366 0-.625-.129-.625-.602.022-1.268 1.076-3.526 2.391-5.332.926-1.247 2.132-2.172 3.425-2.172l-1.637 3.655c-1.227 2.753-2.562 4.45-3.554 4.45m16.114 0c-.366 0-.624-.129-.646-.602.021-1.268 1.077-3.526 2.392-5.332.925-1.247 2.132-2.172 3.424-2.172l-1.637 3.655c-1.249 2.817-2.52 4.45-3.533 4.45m28.607-7.115c-.064 1.397-1.293 4.772-2.735 6.793-.581.817-1.078 1.054-1.508 1.054-.603 0-.776-.495-.69-1.226.13-1.268 1.185-4.235 2.65-6.278.667-.925 1.12-1.312 1.638-1.312.516 0 .667.431.645.969M111.428 12.124l2.371-5.467h-2.808l-2.371 5.467h-5.97l-.994 2.294h5.969l-2.372 5.467h2.809l2.371-5.468h5.968l.995-2.293z'/></svg>`
|
|
14
|
+
"default": `<svg xmlns='http://www.w3.org/2000/svg' width='118' height='27' viewBox='0 0 118 27' fill='#4D4D4D'><path d='M30.012 6.878C30.012 2.234 25.08 0 19.22 0 12.951 0 7.2 2.773 5.088 7.073a8.14 8.14 0 0 0-.883 3.697 5.55 5.55 0 0 0 .883 3.138c.905 1.333 2.52 2.172 4.89 2.172 2.907 0 5.212-1.591 5.212-4.365 0 0 .043-.773-.862-.773-.733 0-.927.516-.905.773.108 2.172-1.185 3.913-3.49 3.913-2.584 0-3.662-2.193-3.662-4.536 0-4.794 3.62-7.975 7.389-9.352 1.767-.666 3.62-.989 5.514-.967 4.266 0 7.755 1.634 7.755 6.02 0 3.655-3.08 6.772-6.765 7.051l.151-.494c.754-2.687 1.68-5.632 3.188-7.803.086-.13.237-.345.41-.56l-.216-.258a9 9 0 0 0-.926.644c-7.065 5.503-7.28 20.983-16.694 20.983q-.484 0-.97-.065c-1.96-.323-2.994-1.634-2.994-3.46 0-.366.129-.86.129-1.14a.94.94 0 0 0-.927-.967h-.107c-.84 0-1.185.665-1.207 1.612-.064 2.73 1.961 4.32 5.084 4.622.345.021.69.042 1.056.042 7.346 0 11.847-5.546 13.765-12.275a16 16 0 0 0 2.865-.6c3.408-.948 7.241-3.227 7.241-7.247M99.981 8.488h-2.584l-.583 1.355-1.012 2.28h-1.206l-.366.774h1.249l-1.508 3.332c-1.077 2.342-2.758 4.643-3.727 4.643-.215 0-.344-.086-.344-.3 0-.217.064-.41.302-1.012.301-.709.798-1.741 1.164-2.494.538-1.096 1.4-2.794 1.4-3.633s-.54-1.505-1.595-1.505c-1.185 0-2.262.71-3.252 1.74l.647-1.547H86.13l-1.981 4.514c-.797 1.591-2.413 4.235-3.425 4.235-.215 0-.302-.129-.302-.344.022-.193.065-.365.151-.56.086-.194 1.271-2.966 1.271-2.966l2.154-4.923H81.37l-2.09 4.795c-.646 1.483-2.284 4-3.34 4a.335.335 0 0 1-.366-.302v-.086c0-.257.194-.73.344-1.076L77.018 17l2.262-4.923h-2.606l-.517 1.118c-.388.753-1.034 1.634-2.068 1.634-.496 0-.732-.193-.84-.387-.151-1.656-1.207-2.537-2.758-2.537-2.154 0-3.684 1.268-4.697 2.817a14.4 14.4 0 0 0-1.55 3.418c-.927 1.527-1.895 2.71-2.671 2.71-.195 0-.324-.109-.324-.366s.26-.838.346-1.054l1.701-3.61c.474-1.117.797-1.85.797-2.58 0-.774-.54-1.332-1.422-1.332-1.228 0-2.564.71-3.62 1.87.044-.194.044-.365.044-.56 0-.859-.43-1.31-1.315-1.31-1.12 0-2.282.667-3.338 1.87l.69-1.678H52.76l-2.003 4.516c-.948 2.129-2.478 4.236-3.34 4.236-.193 0-.322-.108-.322-.366 0-.407.452-1.418.625-1.826l2.65-5.997c.194-.452-1.077-.732-2.693-.732-1.658 0-3.36.817-4.61 1.87-.882.73-1.53 1.096-1.853 1.096-.171 0-.237-.086-.237-.193 0-.365.883-1.398.883-2.193 0-.365-.193-.602-.69-.602-.947 0-2.067.903-2.886 1.848l.69-1.655h-2.327l-2.003 4.515c-.947 2.129-2.521 4.343-3.382 4.343-.195 0-.324-.107-.324-.366 0-.407.43-1.396.668-1.914l2.65-6.019c.194-.451-1.077-.732-2.692-.732-2.392 0-4.718 1.614-5.947 3.268-1.357 1.784-2.283 3.675-2.304 5.224-.022 1.246.625 2.02 1.916 2.02 1.444 0 2.607-1.139 3.274-1.998a5 5 0 0 0-.086.515c0 .86.344 1.484 1.4 1.484.925 0 2.154-.775 3.145-2l-.797 1.829h2.52l2.478-5.61c.819-1.828 1.745-2.774 2.003-2.774.087 0 .13.044.13.107 0 .194-.388.71-.388 1.182 0 .474.258.839.948.839.538 0 1.14-.259 1.68-.602-1.272 1.72-2.134 3.526-2.134 5.01-.022 1.247.625 2.021 1.918 2.021 1.357 0 2.628-1.29 3.317-2.15a5 5 0 0 0-.043.603c0 .838.474 1.547 1.444 1.547 1.076 0 1.938-.666 3.016-1.977l-.797 1.806h2.585l2.37-5.352c1.033-2.322 2.433-3.569 3.122-3.569a.313.313 0 0 1 .345.28v.065a2.3 2.3 0 0 1-.216.752l-3.403 7.847h2.65l2.412-5.46c1.034-2.344 2.176-3.484 3.037-3.484.26 0 .366.13.366.408a2.3 2.3 0 0 1-.237.86l-2.327 4.944a4.6 4.6 0 0 0-.388 1.505c0 .753.41 1.42 1.573 1.42 1.508 0 2.649-1.14 3.942-2.839v.366c.108 1.354.86 2.536 2.865 2.536 2.37 0 4.288-1.633 5.45-4.234.432-.925.732-1.893.84-2.904.26.13.56.194.841.173.388 0 .775-.087 1.12-.28l-.41.882c-.474.989-.99 2.085-1.4 3.01a4.9 4.9 0 0 0-.452 1.74c0 .925.517 1.592 1.573 1.592 1.055 0 2.5-.99 3.533-2.387h.022a4 4 0 0 0-.108.881c0 .775.237 1.506 1.314 1.506 1.25 0 2.219-.903 3.166-2.043l-.796 1.806h2.606l2.09-4.73c1.184-2.666 2.369-4.279 3.468-4.279.195 0 .344.129.366.323v.064c0 .452-.647 1.678-1.227 2.903-.539 1.117-.949 1.977-1.228 2.644-.26.559-.41 1.16-.453 1.785 0 .816.453 1.44 1.466 1.44 1.508 0 3.037-1.461 3.855-2.558a5.4 5.4 0 0 0-.301 1.633c0 1.506.904 2.258 2.175 2.258.84 0 1.66-.28 2.349-.774.991-.689 1.788-1.72 2.456-2.666l-.453-.43c-.625.88-1.313 1.72-2.025 2.235a2.2 2.2 0 0 1-1.335.516c-.54 0-.883-.28-.883-.968s.323-1.613.818-2.86c.022-.02.732-1.611 1.4-3.138.56-1.29 1.12-2.537 1.227-2.795h1.702l.345-.775h-1.68zm-73.48 12.405c-.366 0-.625-.129-.625-.602.022-1.268 1.076-3.526 2.391-5.332.926-1.247 2.132-2.172 3.425-2.172l-1.637 3.655c-1.227 2.753-2.562 4.45-3.554 4.45m16.114 0c-.366 0-.624-.129-.646-.602.021-1.268 1.077-3.526 2.392-5.332.925-1.247 2.132-2.172 3.424-2.172l-1.637 3.655c-1.249 2.817-2.52 4.45-3.533 4.45m28.607-7.115c-.064 1.397-1.293 4.772-2.735 6.793-.581.817-1.078 1.054-1.508 1.054-.603 0-.776-.495-.69-1.226.13-1.268 1.185-4.235 2.65-6.278.667-.925 1.12-1.312 1.638-1.312.516 0 .667.431.645.969M111.428 12.124l2.371-5.467h-2.808l-2.371 5.467h-5.97l-.994 2.294h5.969l-2.372 5.467h2.809l2.371-5.468h5.968l.995-2.293z'/></svg>`,
|
|
15
|
+
"light": `<svg xmlns='http://www.w3.org/2000/svg' width='118' height='27' viewBox='0 0 118 27' fill='#fff'><path d='M30.012 6.878C30.012 2.234 25.08 0 19.22 0 12.951 0 7.2 2.773 5.088 7.073a8.14 8.14 0 0 0-.883 3.697 5.55 5.55 0 0 0 .883 3.138c.905 1.333 2.52 2.172 4.89 2.172 2.907 0 5.212-1.591 5.212-4.365 0 0 .043-.773-.862-.773-.733 0-.927.516-.905.773.108 2.172-1.185 3.913-3.49 3.913-2.584 0-3.662-2.193-3.662-4.536 0-4.794 3.62-7.975 7.389-9.352 1.767-.666 3.62-.989 5.514-.967 4.266 0 7.755 1.634 7.755 6.02 0 3.655-3.08 6.772-6.765 7.051l.151-.494c.754-2.687 1.68-5.632 3.188-7.803.086-.13.237-.345.41-.56l-.216-.258a9 9 0 0 0-.926.644c-7.065 5.503-7.28 20.983-16.694 20.983q-.484 0-.97-.065c-1.96-.323-2.994-1.634-2.994-3.46 0-.366.129-.86.129-1.14a.94.94 0 0 0-.927-.967h-.107c-.84 0-1.185.665-1.207 1.612-.064 2.73 1.961 4.32 5.084 4.622.345.021.69.042 1.056.042 7.346 0 11.847-5.546 13.765-12.275a16 16 0 0 0 2.865-.6c3.408-.948 7.241-3.227 7.241-7.247M99.981 8.488h-2.584l-.583 1.355-1.012 2.28h-1.206l-.366.774h1.249l-1.508 3.332c-1.077 2.342-2.758 4.643-3.727 4.643-.215 0-.344-.086-.344-.3 0-.217.064-.41.302-1.012.301-.709.798-1.741 1.164-2.494.538-1.096 1.4-2.794 1.4-3.633s-.54-1.505-1.595-1.505c-1.185 0-2.262.71-3.252 1.74l.647-1.547H86.13l-1.981 4.514c-.797 1.591-2.413 4.235-3.425 4.235-.215 0-.302-.129-.302-.344.022-.193.065-.365.151-.56.086-.194 1.271-2.966 1.271-2.966l2.154-4.923H81.37l-2.09 4.795c-.646 1.483-2.284 4-3.34 4a.335.335 0 0 1-.366-.302v-.086c0-.257.194-.73.344-1.076L77.018 17l2.262-4.923h-2.606l-.517 1.118c-.388.753-1.034 1.634-2.068 1.634-.496 0-.732-.193-.84-.387-.151-1.656-1.207-2.537-2.758-2.537-2.154 0-3.684 1.268-4.697 2.817a14.4 14.4 0 0 0-1.55 3.418c-.927 1.527-1.895 2.71-2.671 2.71-.195 0-.324-.109-.324-.366s.26-.838.346-1.054l1.701-3.61c.474-1.117.797-1.85.797-2.58 0-.774-.54-1.332-1.422-1.332-1.228 0-2.564.71-3.62 1.87.044-.194.044-.365.044-.56 0-.859-.43-1.31-1.315-1.31-1.12 0-2.282.667-3.338 1.87l.69-1.678H52.76l-2.003 4.516c-.948 2.129-2.478 4.236-3.34 4.236-.193 0-.322-.108-.322-.366 0-.407.452-1.418.625-1.826l2.65-5.997c.194-.452-1.077-.732-2.693-.732-1.658 0-3.36.817-4.61 1.87-.882.73-1.53 1.096-1.853 1.096-.171 0-.237-.086-.237-.193 0-.365.883-1.398.883-2.193 0-.365-.193-.602-.69-.602-.947 0-2.067.903-2.886 1.848l.69-1.655h-2.327l-2.003 4.515c-.947 2.129-2.521 4.343-3.382 4.343-.195 0-.324-.107-.324-.366 0-.407.43-1.396.668-1.914l2.65-6.019c.194-.451-1.077-.732-2.692-.732-2.392 0-4.718 1.614-5.947 3.268-1.357 1.784-2.283 3.675-2.304 5.224-.022 1.246.625 2.02 1.916 2.02 1.444 0 2.607-1.139 3.274-1.998a5 5 0 0 0-.086.515c0 .86.344 1.484 1.4 1.484.925 0 2.154-.775 3.145-2l-.797 1.829h2.52l2.478-5.61c.819-1.828 1.745-2.774 2.003-2.774.087 0 .13.044.13.107 0 .194-.388.71-.388 1.182 0 .474.258.839.948.839.538 0 1.14-.259 1.68-.602-1.272 1.72-2.134 3.526-2.134 5.01-.022 1.247.625 2.021 1.918 2.021 1.357 0 2.628-1.29 3.317-2.15a5 5 0 0 0-.043.603c0 .838.474 1.547 1.444 1.547 1.076 0 1.938-.666 3.016-1.977l-.797 1.806h2.585l2.37-5.352c1.033-2.322 2.433-3.569 3.122-3.569a.313.313 0 0 1 .345.28v.065a2.3 2.3 0 0 1-.216.752l-3.403 7.847h2.65l2.412-5.46c1.034-2.344 2.176-3.484 3.037-3.484.26 0 .366.13.366.408a2.3 2.3 0 0 1-.237.86l-2.327 4.944a4.6 4.6 0 0 0-.388 1.505c0 .753.41 1.42 1.573 1.42 1.508 0 2.649-1.14 3.942-2.839v.366c.108 1.354.86 2.536 2.865 2.536 2.37 0 4.288-1.633 5.45-4.234.432-.925.732-1.893.84-2.904.26.13.56.194.841.173.388 0 .775-.087 1.12-.28l-.41.882c-.474.989-.99 2.085-1.4 3.01a4.9 4.9 0 0 0-.452 1.74c0 .925.517 1.592 1.573 1.592 1.055 0 2.5-.99 3.533-2.387h.022a4 4 0 0 0-.108.881c0 .775.237 1.506 1.314 1.506 1.25 0 2.219-.903 3.166-2.043l-.796 1.806h2.606l2.09-4.73c1.184-2.666 2.369-4.279 3.468-4.279.195 0 .344.129.366.323v.064c0 .452-.647 1.678-1.227 2.903-.539 1.117-.949 1.977-1.228 2.644-.26.559-.41 1.16-.453 1.785 0 .816.453 1.44 1.466 1.44 1.508 0 3.037-1.461 3.855-2.558a5.4 5.4 0 0 0-.301 1.633c0 1.506.904 2.258 2.175 2.258.84 0 1.66-.28 2.349-.774.991-.689 1.788-1.72 2.456-2.666l-.453-.43c-.625.88-1.313 1.72-2.025 2.235a2.2 2.2 0 0 1-1.335.516c-.54 0-.883-.28-.883-.968s.323-1.613.818-2.86c.022-.02.732-1.611 1.4-3.138.56-1.29 1.12-2.537 1.227-2.795h1.702l.345-.775h-1.68zm-73.48 12.405c-.366 0-.625-.129-.625-.602.022-1.268 1.076-3.526 2.391-5.332.926-1.247 2.132-2.172 3.425-2.172l-1.637 3.655c-1.227 2.753-2.562 4.45-3.554 4.45m16.114 0c-.366 0-.624-.129-.646-.602.021-1.268 1.077-3.526 2.392-5.332.925-1.247 2.132-2.172 3.424-2.172l-1.637 3.655c-1.249 2.817-2.52 4.45-3.533 4.45m28.607-7.115c-.064 1.397-1.293 4.772-2.735 6.793-.581.817-1.078 1.054-1.508 1.054-.603 0-.776-.495-.69-1.226.13-1.268 1.185-4.235 2.65-6.278.667-.925 1.12-1.312 1.638-1.312.516 0 .667.431.645.969M111.428 12.124l2.371-5.467h-2.808l-2.371 5.467h-5.97l-.994 2.294h5.969l-2.372 5.467h2.809l2.371-5.468h5.968l.995-2.293z'/></svg>`
|
|
16
16
|
};
|
|
17
17
|
exports.license = "Fair Use";
|
|
18
18
|
exports.url = "https://www.paramountplus.com";
|
package/dist/paramount.js
CHANGED
|
@@ -6,10 +6,10 @@ export const title = "Paramount+";
|
|
|
6
6
|
export const hex = "0064FF";
|
|
7
7
|
export const categories = ["Entertainment"];
|
|
8
8
|
export const aliases = ["Paramount Plus", "Paramount"];
|
|
9
|
-
export const svg = `<svg xmlns='http://www.w3.org/2000/svg' width='118' height='27' fill='#4D4D4D'><path d='M30.012 6.878C30.012 2.234 25.08 0 19.22 0 12.951 0 7.2 2.773 5.088 7.073a8.14 8.14 0 0 0-.883 3.697 5.55 5.55 0 0 0 .883 3.138c.905 1.333 2.52 2.172 4.89 2.172 2.907 0 5.212-1.591 5.212-4.365 0 0 .043-.773-.862-.773-.733 0-.927.516-.905.773.108 2.172-1.185 3.913-3.49 3.913-2.584 0-3.662-2.193-3.662-4.536 0-4.794 3.62-7.975 7.389-9.352 1.767-.666 3.62-.989 5.514-.967 4.266 0 7.755 1.634 7.755 6.02 0 3.655-3.08 6.772-6.765 7.051l.151-.494c.754-2.687 1.68-5.632 3.188-7.803.086-.13.237-.345.41-.56l-.216-.258a9 9 0 0 0-.926.644c-7.065 5.503-7.28 20.983-16.694 20.983q-.484 0-.97-.065c-1.96-.323-2.994-1.634-2.994-3.46 0-.366.129-.86.129-1.14a.94.94 0 0 0-.927-.967h-.107c-.84 0-1.185.665-1.207 1.612-.064 2.73 1.961 4.32 5.084 4.622.345.021.69.042 1.056.042 7.346 0 11.847-5.546 13.765-12.275a16 16 0 0 0 2.865-.6c3.408-.948 7.241-3.227 7.241-7.247M99.981 8.488h-2.584l-.583 1.355-1.012 2.28h-1.206l-.366.774h1.249l-1.508 3.332c-1.077 2.342-2.758 4.643-3.727 4.643-.215 0-.344-.086-.344-.3 0-.217.064-.41.302-1.012.301-.709.798-1.741 1.164-2.494.538-1.096 1.4-2.794 1.4-3.633s-.54-1.505-1.595-1.505c-1.185 0-2.262.71-3.252 1.74l.647-1.547H86.13l-1.981 4.514c-.797 1.591-2.413 4.235-3.425 4.235-.215 0-.302-.129-.302-.344.022-.193.065-.365.151-.56.086-.194 1.271-2.966 1.271-2.966l2.154-4.923H81.37l-2.09 4.795c-.646 1.483-2.284 4-3.34 4a.335.335 0 0 1-.366-.302v-.086c0-.257.194-.73.344-1.076L77.018 17l2.262-4.923h-2.606l-.517 1.118c-.388.753-1.034 1.634-2.068 1.634-.496 0-.732-.193-.84-.387-.151-1.656-1.207-2.537-2.758-2.537-2.154 0-3.684 1.268-4.697 2.817a14.4 14.4 0 0 0-1.55 3.418c-.927 1.527-1.895 2.71-2.671 2.71-.195 0-.324-.109-.324-.366s.26-.838.346-1.054l1.701-3.61c.474-1.117.797-1.85.797-2.58 0-.774-.54-1.332-1.422-1.332-1.228 0-2.564.71-3.62 1.87.044-.194.044-.365.044-.56 0-.859-.43-1.31-1.315-1.31-1.12 0-2.282.667-3.338 1.87l.69-1.678H52.76l-2.003 4.516c-.948 2.129-2.478 4.236-3.34 4.236-.193 0-.322-.108-.322-.366 0-.407.452-1.418.625-1.826l2.65-5.997c.194-.452-1.077-.732-2.693-.732-1.658 0-3.36.817-4.61 1.87-.882.73-1.53 1.096-1.853 1.096-.171 0-.237-.086-.237-.193 0-.365.883-1.398.883-2.193 0-.365-.193-.602-.69-.602-.947 0-2.067.903-2.886 1.848l.69-1.655h-2.327l-2.003 4.515c-.947 2.129-2.521 4.343-3.382 4.343-.195 0-.324-.107-.324-.366 0-.407.43-1.396.668-1.914l2.65-6.019c.194-.451-1.077-.732-2.692-.732-2.392 0-4.718 1.614-5.947 3.268-1.357 1.784-2.283 3.675-2.304 5.224-.022 1.246.625 2.02 1.916 2.02 1.444 0 2.607-1.139 3.274-1.998a5 5 0 0 0-.086.515c0 .86.344 1.484 1.4 1.484.925 0 2.154-.775 3.145-2l-.797 1.829h2.52l2.478-5.61c.819-1.828 1.745-2.774 2.003-2.774.087 0 .13.044.13.107 0 .194-.388.71-.388 1.182 0 .474.258.839.948.839.538 0 1.14-.259 1.68-.602-1.272 1.72-2.134 3.526-2.134 5.01-.022 1.247.625 2.021 1.918 2.021 1.357 0 2.628-1.29 3.317-2.15a5 5 0 0 0-.043.603c0 .838.474 1.547 1.444 1.547 1.076 0 1.938-.666 3.016-1.977l-.797 1.806h2.585l2.37-5.352c1.033-2.322 2.433-3.569 3.122-3.569a.313.313 0 0 1 .345.28v.065a2.3 2.3 0 0 1-.216.752l-3.403 7.847h2.65l2.412-5.46c1.034-2.344 2.176-3.484 3.037-3.484.26 0 .366.13.366.408a2.3 2.3 0 0 1-.237.86l-2.327 4.944a4.6 4.6 0 0 0-.388 1.505c0 .753.41 1.42 1.573 1.42 1.508 0 2.649-1.14 3.942-2.839v.366c.108 1.354.86 2.536 2.865 2.536 2.37 0 4.288-1.633 5.45-4.234.432-.925.732-1.893.84-2.904.26.13.56.194.841.173.388 0 .775-.087 1.12-.28l-.41.882c-.474.989-.99 2.085-1.4 3.01a4.9 4.9 0 0 0-.452 1.74c0 .925.517 1.592 1.573 1.592 1.055 0 2.5-.99 3.533-2.387h.022a4 4 0 0 0-.108.881c0 .775.237 1.506 1.314 1.506 1.25 0 2.219-.903 3.166-2.043l-.796 1.806h2.606l2.09-4.73c1.184-2.666 2.369-4.279 3.468-4.279.195 0 .344.129.366.323v.064c0 .452-.647 1.678-1.227 2.903-.539 1.117-.949 1.977-1.228 2.644-.26.559-.41 1.16-.453 1.785 0 .816.453 1.44 1.466 1.44 1.508 0 3.037-1.461 3.855-2.558a5.4 5.4 0 0 0-.301 1.633c0 1.506.904 2.258 2.175 2.258.84 0 1.66-.28 2.349-.774.991-.689 1.788-1.72 2.456-2.666l-.453-.43c-.625.88-1.313 1.72-2.025 2.235a2.2 2.2 0 0 1-1.335.516c-.54 0-.883-.28-.883-.968s.323-1.613.818-2.86c.022-.02.732-1.611 1.4-3.138.56-1.29 1.12-2.537 1.227-2.795h1.702l.345-.775h-1.68zm-73.48 12.405c-.366 0-.625-.129-.625-.602.022-1.268 1.076-3.526 2.391-5.332.926-1.247 2.132-2.172 3.425-2.172l-1.637 3.655c-1.227 2.753-2.562 4.45-3.554 4.45m16.114 0c-.366 0-.624-.129-.646-.602.021-1.268 1.077-3.526 2.392-5.332.925-1.247 2.132-2.172 3.424-2.172l-1.637 3.655c-1.249 2.817-2.52 4.45-3.533 4.45m28.607-7.115c-.064 1.397-1.293 4.772-2.735 6.793-.581.817-1.078 1.054-1.508 1.054-.603 0-.776-.495-.69-1.226.13-1.268 1.185-4.235 2.65-6.278.667-.925 1.12-1.312 1.638-1.312.516 0 .667.431.645.969M111.428 12.124l2.371-5.467h-2.808l-2.371 5.467h-5.97l-.994 2.294h5.969l-2.372 5.467h2.809l2.371-5.468h5.968l.995-2.293z'/></svg>`;
|
|
9
|
+
export const svg = `<svg xmlns='http://www.w3.org/2000/svg' width='118' height='27' viewBox='0 0 118 27' fill='#4D4D4D'><path d='M30.012 6.878C30.012 2.234 25.08 0 19.22 0 12.951 0 7.2 2.773 5.088 7.073a8.14 8.14 0 0 0-.883 3.697 5.55 5.55 0 0 0 .883 3.138c.905 1.333 2.52 2.172 4.89 2.172 2.907 0 5.212-1.591 5.212-4.365 0 0 .043-.773-.862-.773-.733 0-.927.516-.905.773.108 2.172-1.185 3.913-3.49 3.913-2.584 0-3.662-2.193-3.662-4.536 0-4.794 3.62-7.975 7.389-9.352 1.767-.666 3.62-.989 5.514-.967 4.266 0 7.755 1.634 7.755 6.02 0 3.655-3.08 6.772-6.765 7.051l.151-.494c.754-2.687 1.68-5.632 3.188-7.803.086-.13.237-.345.41-.56l-.216-.258a9 9 0 0 0-.926.644c-7.065 5.503-7.28 20.983-16.694 20.983q-.484 0-.97-.065c-1.96-.323-2.994-1.634-2.994-3.46 0-.366.129-.86.129-1.14a.94.94 0 0 0-.927-.967h-.107c-.84 0-1.185.665-1.207 1.612-.064 2.73 1.961 4.32 5.084 4.622.345.021.69.042 1.056.042 7.346 0 11.847-5.546 13.765-12.275a16 16 0 0 0 2.865-.6c3.408-.948 7.241-3.227 7.241-7.247M99.981 8.488h-2.584l-.583 1.355-1.012 2.28h-1.206l-.366.774h1.249l-1.508 3.332c-1.077 2.342-2.758 4.643-3.727 4.643-.215 0-.344-.086-.344-.3 0-.217.064-.41.302-1.012.301-.709.798-1.741 1.164-2.494.538-1.096 1.4-2.794 1.4-3.633s-.54-1.505-1.595-1.505c-1.185 0-2.262.71-3.252 1.74l.647-1.547H86.13l-1.981 4.514c-.797 1.591-2.413 4.235-3.425 4.235-.215 0-.302-.129-.302-.344.022-.193.065-.365.151-.56.086-.194 1.271-2.966 1.271-2.966l2.154-4.923H81.37l-2.09 4.795c-.646 1.483-2.284 4-3.34 4a.335.335 0 0 1-.366-.302v-.086c0-.257.194-.73.344-1.076L77.018 17l2.262-4.923h-2.606l-.517 1.118c-.388.753-1.034 1.634-2.068 1.634-.496 0-.732-.193-.84-.387-.151-1.656-1.207-2.537-2.758-2.537-2.154 0-3.684 1.268-4.697 2.817a14.4 14.4 0 0 0-1.55 3.418c-.927 1.527-1.895 2.71-2.671 2.71-.195 0-.324-.109-.324-.366s.26-.838.346-1.054l1.701-3.61c.474-1.117.797-1.85.797-2.58 0-.774-.54-1.332-1.422-1.332-1.228 0-2.564.71-3.62 1.87.044-.194.044-.365.044-.56 0-.859-.43-1.31-1.315-1.31-1.12 0-2.282.667-3.338 1.87l.69-1.678H52.76l-2.003 4.516c-.948 2.129-2.478 4.236-3.34 4.236-.193 0-.322-.108-.322-.366 0-.407.452-1.418.625-1.826l2.65-5.997c.194-.452-1.077-.732-2.693-.732-1.658 0-3.36.817-4.61 1.87-.882.73-1.53 1.096-1.853 1.096-.171 0-.237-.086-.237-.193 0-.365.883-1.398.883-2.193 0-.365-.193-.602-.69-.602-.947 0-2.067.903-2.886 1.848l.69-1.655h-2.327l-2.003 4.515c-.947 2.129-2.521 4.343-3.382 4.343-.195 0-.324-.107-.324-.366 0-.407.43-1.396.668-1.914l2.65-6.019c.194-.451-1.077-.732-2.692-.732-2.392 0-4.718 1.614-5.947 3.268-1.357 1.784-2.283 3.675-2.304 5.224-.022 1.246.625 2.02 1.916 2.02 1.444 0 2.607-1.139 3.274-1.998a5 5 0 0 0-.086.515c0 .86.344 1.484 1.4 1.484.925 0 2.154-.775 3.145-2l-.797 1.829h2.52l2.478-5.61c.819-1.828 1.745-2.774 2.003-2.774.087 0 .13.044.13.107 0 .194-.388.71-.388 1.182 0 .474.258.839.948.839.538 0 1.14-.259 1.68-.602-1.272 1.72-2.134 3.526-2.134 5.01-.022 1.247.625 2.021 1.918 2.021 1.357 0 2.628-1.29 3.317-2.15a5 5 0 0 0-.043.603c0 .838.474 1.547 1.444 1.547 1.076 0 1.938-.666 3.016-1.977l-.797 1.806h2.585l2.37-5.352c1.033-2.322 2.433-3.569 3.122-3.569a.313.313 0 0 1 .345.28v.065a2.3 2.3 0 0 1-.216.752l-3.403 7.847h2.65l2.412-5.46c1.034-2.344 2.176-3.484 3.037-3.484.26 0 .366.13.366.408a2.3 2.3 0 0 1-.237.86l-2.327 4.944a4.6 4.6 0 0 0-.388 1.505c0 .753.41 1.42 1.573 1.42 1.508 0 2.649-1.14 3.942-2.839v.366c.108 1.354.86 2.536 2.865 2.536 2.37 0 4.288-1.633 5.45-4.234.432-.925.732-1.893.84-2.904.26.13.56.194.841.173.388 0 .775-.087 1.12-.28l-.41.882c-.474.989-.99 2.085-1.4 3.01a4.9 4.9 0 0 0-.452 1.74c0 .925.517 1.592 1.573 1.592 1.055 0 2.5-.99 3.533-2.387h.022a4 4 0 0 0-.108.881c0 .775.237 1.506 1.314 1.506 1.25 0 2.219-.903 3.166-2.043l-.796 1.806h2.606l2.09-4.73c1.184-2.666 2.369-4.279 3.468-4.279.195 0 .344.129.366.323v.064c0 .452-.647 1.678-1.227 2.903-.539 1.117-.949 1.977-1.228 2.644-.26.559-.41 1.16-.453 1.785 0 .816.453 1.44 1.466 1.44 1.508 0 3.037-1.461 3.855-2.558a5.4 5.4 0 0 0-.301 1.633c0 1.506.904 2.258 2.175 2.258.84 0 1.66-.28 2.349-.774.991-.689 1.788-1.72 2.456-2.666l-.453-.43c-.625.88-1.313 1.72-2.025 2.235a2.2 2.2 0 0 1-1.335.516c-.54 0-.883-.28-.883-.968s.323-1.613.818-2.86c.022-.02.732-1.611 1.4-3.138.56-1.29 1.12-2.537 1.227-2.795h1.702l.345-.775h-1.68zm-73.48 12.405c-.366 0-.625-.129-.625-.602.022-1.268 1.076-3.526 2.391-5.332.926-1.247 2.132-2.172 3.425-2.172l-1.637 3.655c-1.227 2.753-2.562 4.45-3.554 4.45m16.114 0c-.366 0-.624-.129-.646-.602.021-1.268 1.077-3.526 2.392-5.332.925-1.247 2.132-2.172 3.424-2.172l-1.637 3.655c-1.249 2.817-2.52 4.45-3.533 4.45m28.607-7.115c-.064 1.397-1.293 4.772-2.735 6.793-.581.817-1.078 1.054-1.508 1.054-.603 0-.776-.495-.69-1.226.13-1.268 1.185-4.235 2.65-6.278.667-.925 1.12-1.312 1.638-1.312.516 0 .667.431.645.969M111.428 12.124l2.371-5.467h-2.808l-2.371 5.467h-5.97l-.994 2.294h5.969l-2.372 5.467h2.809l2.371-5.468h5.968l.995-2.293z'/></svg>`;
|
|
10
10
|
export const variants = {
|
|
11
|
-
"default": `<svg xmlns='http://www.w3.org/2000/svg' width='118' height='27' fill='#4D4D4D'><path d='M30.012 6.878C30.012 2.234 25.08 0 19.22 0 12.951 0 7.2 2.773 5.088 7.073a8.14 8.14 0 0 0-.883 3.697 5.55 5.55 0 0 0 .883 3.138c.905 1.333 2.52 2.172 4.89 2.172 2.907 0 5.212-1.591 5.212-4.365 0 0 .043-.773-.862-.773-.733 0-.927.516-.905.773.108 2.172-1.185 3.913-3.49 3.913-2.584 0-3.662-2.193-3.662-4.536 0-4.794 3.62-7.975 7.389-9.352 1.767-.666 3.62-.989 5.514-.967 4.266 0 7.755 1.634 7.755 6.02 0 3.655-3.08 6.772-6.765 7.051l.151-.494c.754-2.687 1.68-5.632 3.188-7.803.086-.13.237-.345.41-.56l-.216-.258a9 9 0 0 0-.926.644c-7.065 5.503-7.28 20.983-16.694 20.983q-.484 0-.97-.065c-1.96-.323-2.994-1.634-2.994-3.46 0-.366.129-.86.129-1.14a.94.94 0 0 0-.927-.967h-.107c-.84 0-1.185.665-1.207 1.612-.064 2.73 1.961 4.32 5.084 4.622.345.021.69.042 1.056.042 7.346 0 11.847-5.546 13.765-12.275a16 16 0 0 0 2.865-.6c3.408-.948 7.241-3.227 7.241-7.247M99.981 8.488h-2.584l-.583 1.355-1.012 2.28h-1.206l-.366.774h1.249l-1.508 3.332c-1.077 2.342-2.758 4.643-3.727 4.643-.215 0-.344-.086-.344-.3 0-.217.064-.41.302-1.012.301-.709.798-1.741 1.164-2.494.538-1.096 1.4-2.794 1.4-3.633s-.54-1.505-1.595-1.505c-1.185 0-2.262.71-3.252 1.74l.647-1.547H86.13l-1.981 4.514c-.797 1.591-2.413 4.235-3.425 4.235-.215 0-.302-.129-.302-.344.022-.193.065-.365.151-.56.086-.194 1.271-2.966 1.271-2.966l2.154-4.923H81.37l-2.09 4.795c-.646 1.483-2.284 4-3.34 4a.335.335 0 0 1-.366-.302v-.086c0-.257.194-.73.344-1.076L77.018 17l2.262-4.923h-2.606l-.517 1.118c-.388.753-1.034 1.634-2.068 1.634-.496 0-.732-.193-.84-.387-.151-1.656-1.207-2.537-2.758-2.537-2.154 0-3.684 1.268-4.697 2.817a14.4 14.4 0 0 0-1.55 3.418c-.927 1.527-1.895 2.71-2.671 2.71-.195 0-.324-.109-.324-.366s.26-.838.346-1.054l1.701-3.61c.474-1.117.797-1.85.797-2.58 0-.774-.54-1.332-1.422-1.332-1.228 0-2.564.71-3.62 1.87.044-.194.044-.365.044-.56 0-.859-.43-1.31-1.315-1.31-1.12 0-2.282.667-3.338 1.87l.69-1.678H52.76l-2.003 4.516c-.948 2.129-2.478 4.236-3.34 4.236-.193 0-.322-.108-.322-.366 0-.407.452-1.418.625-1.826l2.65-5.997c.194-.452-1.077-.732-2.693-.732-1.658 0-3.36.817-4.61 1.87-.882.73-1.53 1.096-1.853 1.096-.171 0-.237-.086-.237-.193 0-.365.883-1.398.883-2.193 0-.365-.193-.602-.69-.602-.947 0-2.067.903-2.886 1.848l.69-1.655h-2.327l-2.003 4.515c-.947 2.129-2.521 4.343-3.382 4.343-.195 0-.324-.107-.324-.366 0-.407.43-1.396.668-1.914l2.65-6.019c.194-.451-1.077-.732-2.692-.732-2.392 0-4.718 1.614-5.947 3.268-1.357 1.784-2.283 3.675-2.304 5.224-.022 1.246.625 2.02 1.916 2.02 1.444 0 2.607-1.139 3.274-1.998a5 5 0 0 0-.086.515c0 .86.344 1.484 1.4 1.484.925 0 2.154-.775 3.145-2l-.797 1.829h2.52l2.478-5.61c.819-1.828 1.745-2.774 2.003-2.774.087 0 .13.044.13.107 0 .194-.388.71-.388 1.182 0 .474.258.839.948.839.538 0 1.14-.259 1.68-.602-1.272 1.72-2.134 3.526-2.134 5.01-.022 1.247.625 2.021 1.918 2.021 1.357 0 2.628-1.29 3.317-2.15a5 5 0 0 0-.043.603c0 .838.474 1.547 1.444 1.547 1.076 0 1.938-.666 3.016-1.977l-.797 1.806h2.585l2.37-5.352c1.033-2.322 2.433-3.569 3.122-3.569a.313.313 0 0 1 .345.28v.065a2.3 2.3 0 0 1-.216.752l-3.403 7.847h2.65l2.412-5.46c1.034-2.344 2.176-3.484 3.037-3.484.26 0 .366.13.366.408a2.3 2.3 0 0 1-.237.86l-2.327 4.944a4.6 4.6 0 0 0-.388 1.505c0 .753.41 1.42 1.573 1.42 1.508 0 2.649-1.14 3.942-2.839v.366c.108 1.354.86 2.536 2.865 2.536 2.37 0 4.288-1.633 5.45-4.234.432-.925.732-1.893.84-2.904.26.13.56.194.841.173.388 0 .775-.087 1.12-.28l-.41.882c-.474.989-.99 2.085-1.4 3.01a4.9 4.9 0 0 0-.452 1.74c0 .925.517 1.592 1.573 1.592 1.055 0 2.5-.99 3.533-2.387h.022a4 4 0 0 0-.108.881c0 .775.237 1.506 1.314 1.506 1.25 0 2.219-.903 3.166-2.043l-.796 1.806h2.606l2.09-4.73c1.184-2.666 2.369-4.279 3.468-4.279.195 0 .344.129.366.323v.064c0 .452-.647 1.678-1.227 2.903-.539 1.117-.949 1.977-1.228 2.644-.26.559-.41 1.16-.453 1.785 0 .816.453 1.44 1.466 1.44 1.508 0 3.037-1.461 3.855-2.558a5.4 5.4 0 0 0-.301 1.633c0 1.506.904 2.258 2.175 2.258.84 0 1.66-.28 2.349-.774.991-.689 1.788-1.72 2.456-2.666l-.453-.43c-.625.88-1.313 1.72-2.025 2.235a2.2 2.2 0 0 1-1.335.516c-.54 0-.883-.28-.883-.968s.323-1.613.818-2.86c.022-.02.732-1.611 1.4-3.138.56-1.29 1.12-2.537 1.227-2.795h1.702l.345-.775h-1.68zm-73.48 12.405c-.366 0-.625-.129-.625-.602.022-1.268 1.076-3.526 2.391-5.332.926-1.247 2.132-2.172 3.425-2.172l-1.637 3.655c-1.227 2.753-2.562 4.45-3.554 4.45m16.114 0c-.366 0-.624-.129-.646-.602.021-1.268 1.077-3.526 2.392-5.332.925-1.247 2.132-2.172 3.424-2.172l-1.637 3.655c-1.249 2.817-2.52 4.45-3.533 4.45m28.607-7.115c-.064 1.397-1.293 4.772-2.735 6.793-.581.817-1.078 1.054-1.508 1.054-.603 0-.776-.495-.69-1.226.13-1.268 1.185-4.235 2.65-6.278.667-.925 1.12-1.312 1.638-1.312.516 0 .667.431.645.969M111.428 12.124l2.371-5.467h-2.808l-2.371 5.467h-5.97l-.994 2.294h5.969l-2.372 5.467h2.809l2.371-5.468h5.968l.995-2.293z'/></svg>`,
|
|
12
|
-
"light": `<svg xmlns='http://www.w3.org/2000/svg' width='118' height='27' fill='#fff'><path d='M30.012 6.878C30.012 2.234 25.08 0 19.22 0 12.951 0 7.2 2.773 5.088 7.073a8.14 8.14 0 0 0-.883 3.697 5.55 5.55 0 0 0 .883 3.138c.905 1.333 2.52 2.172 4.89 2.172 2.907 0 5.212-1.591 5.212-4.365 0 0 .043-.773-.862-.773-.733 0-.927.516-.905.773.108 2.172-1.185 3.913-3.49 3.913-2.584 0-3.662-2.193-3.662-4.536 0-4.794 3.62-7.975 7.389-9.352 1.767-.666 3.62-.989 5.514-.967 4.266 0 7.755 1.634 7.755 6.02 0 3.655-3.08 6.772-6.765 7.051l.151-.494c.754-2.687 1.68-5.632 3.188-7.803.086-.13.237-.345.41-.56l-.216-.258a9 9 0 0 0-.926.644c-7.065 5.503-7.28 20.983-16.694 20.983q-.484 0-.97-.065c-1.96-.323-2.994-1.634-2.994-3.46 0-.366.129-.86.129-1.14a.94.94 0 0 0-.927-.967h-.107c-.84 0-1.185.665-1.207 1.612-.064 2.73 1.961 4.32 5.084 4.622.345.021.69.042 1.056.042 7.346 0 11.847-5.546 13.765-12.275a16 16 0 0 0 2.865-.6c3.408-.948 7.241-3.227 7.241-7.247M99.981 8.488h-2.584l-.583 1.355-1.012 2.28h-1.206l-.366.774h1.249l-1.508 3.332c-1.077 2.342-2.758 4.643-3.727 4.643-.215 0-.344-.086-.344-.3 0-.217.064-.41.302-1.012.301-.709.798-1.741 1.164-2.494.538-1.096 1.4-2.794 1.4-3.633s-.54-1.505-1.595-1.505c-1.185 0-2.262.71-3.252 1.74l.647-1.547H86.13l-1.981 4.514c-.797 1.591-2.413 4.235-3.425 4.235-.215 0-.302-.129-.302-.344.022-.193.065-.365.151-.56.086-.194 1.271-2.966 1.271-2.966l2.154-4.923H81.37l-2.09 4.795c-.646 1.483-2.284 4-3.34 4a.335.335 0 0 1-.366-.302v-.086c0-.257.194-.73.344-1.076L77.018 17l2.262-4.923h-2.606l-.517 1.118c-.388.753-1.034 1.634-2.068 1.634-.496 0-.732-.193-.84-.387-.151-1.656-1.207-2.537-2.758-2.537-2.154 0-3.684 1.268-4.697 2.817a14.4 14.4 0 0 0-1.55 3.418c-.927 1.527-1.895 2.71-2.671 2.71-.195 0-.324-.109-.324-.366s.26-.838.346-1.054l1.701-3.61c.474-1.117.797-1.85.797-2.58 0-.774-.54-1.332-1.422-1.332-1.228 0-2.564.71-3.62 1.87.044-.194.044-.365.044-.56 0-.859-.43-1.31-1.315-1.31-1.12 0-2.282.667-3.338 1.87l.69-1.678H52.76l-2.003 4.516c-.948 2.129-2.478 4.236-3.34 4.236-.193 0-.322-.108-.322-.366 0-.407.452-1.418.625-1.826l2.65-5.997c.194-.452-1.077-.732-2.693-.732-1.658 0-3.36.817-4.61 1.87-.882.73-1.53 1.096-1.853 1.096-.171 0-.237-.086-.237-.193 0-.365.883-1.398.883-2.193 0-.365-.193-.602-.69-.602-.947 0-2.067.903-2.886 1.848l.69-1.655h-2.327l-2.003 4.515c-.947 2.129-2.521 4.343-3.382 4.343-.195 0-.324-.107-.324-.366 0-.407.43-1.396.668-1.914l2.65-6.019c.194-.451-1.077-.732-2.692-.732-2.392 0-4.718 1.614-5.947 3.268-1.357 1.784-2.283 3.675-2.304 5.224-.022 1.246.625 2.02 1.916 2.02 1.444 0 2.607-1.139 3.274-1.998a5 5 0 0 0-.086.515c0 .86.344 1.484 1.4 1.484.925 0 2.154-.775 3.145-2l-.797 1.829h2.52l2.478-5.61c.819-1.828 1.745-2.774 2.003-2.774.087 0 .13.044.13.107 0 .194-.388.71-.388 1.182 0 .474.258.839.948.839.538 0 1.14-.259 1.68-.602-1.272 1.72-2.134 3.526-2.134 5.01-.022 1.247.625 2.021 1.918 2.021 1.357 0 2.628-1.29 3.317-2.15a5 5 0 0 0-.043.603c0 .838.474 1.547 1.444 1.547 1.076 0 1.938-.666 3.016-1.977l-.797 1.806h2.585l2.37-5.352c1.033-2.322 2.433-3.569 3.122-3.569a.313.313 0 0 1 .345.28v.065a2.3 2.3 0 0 1-.216.752l-3.403 7.847h2.65l2.412-5.46c1.034-2.344 2.176-3.484 3.037-3.484.26 0 .366.13.366.408a2.3 2.3 0 0 1-.237.86l-2.327 4.944a4.6 4.6 0 0 0-.388 1.505c0 .753.41 1.42 1.573 1.42 1.508 0 2.649-1.14 3.942-2.839v.366c.108 1.354.86 2.536 2.865 2.536 2.37 0 4.288-1.633 5.45-4.234.432-.925.732-1.893.84-2.904.26.13.56.194.841.173.388 0 .775-.087 1.12-.28l-.41.882c-.474.989-.99 2.085-1.4 3.01a4.9 4.9 0 0 0-.452 1.74c0 .925.517 1.592 1.573 1.592 1.055 0 2.5-.99 3.533-2.387h.022a4 4 0 0 0-.108.881c0 .775.237 1.506 1.314 1.506 1.25 0 2.219-.903 3.166-2.043l-.796 1.806h2.606l2.09-4.73c1.184-2.666 2.369-4.279 3.468-4.279.195 0 .344.129.366.323v.064c0 .452-.647 1.678-1.227 2.903-.539 1.117-.949 1.977-1.228 2.644-.26.559-.41 1.16-.453 1.785 0 .816.453 1.44 1.466 1.44 1.508 0 3.037-1.461 3.855-2.558a5.4 5.4 0 0 0-.301 1.633c0 1.506.904 2.258 2.175 2.258.84 0 1.66-.28 2.349-.774.991-.689 1.788-1.72 2.456-2.666l-.453-.43c-.625.88-1.313 1.72-2.025 2.235a2.2 2.2 0 0 1-1.335.516c-.54 0-.883-.28-.883-.968s.323-1.613.818-2.86c.022-.02.732-1.611 1.4-3.138.56-1.29 1.12-2.537 1.227-2.795h1.702l.345-.775h-1.68zm-73.48 12.405c-.366 0-.625-.129-.625-.602.022-1.268 1.076-3.526 2.391-5.332.926-1.247 2.132-2.172 3.425-2.172l-1.637 3.655c-1.227 2.753-2.562 4.45-3.554 4.45m16.114 0c-.366 0-.624-.129-.646-.602.021-1.268 1.077-3.526 2.392-5.332.925-1.247 2.132-2.172 3.424-2.172l-1.637 3.655c-1.249 2.817-2.52 4.45-3.533 4.45m28.607-7.115c-.064 1.397-1.293 4.772-2.735 6.793-.581.817-1.078 1.054-1.508 1.054-.603 0-.776-.495-.69-1.226.13-1.268 1.185-4.235 2.65-6.278.667-.925 1.12-1.312 1.638-1.312.516 0 .667.431.645.969M111.428 12.124l2.371-5.467h-2.808l-2.371 5.467h-5.97l-.994 2.294h5.969l-2.372 5.467h2.809l2.371-5.468h5.968l.995-2.293z'/></svg>`
|
|
11
|
+
"default": `<svg xmlns='http://www.w3.org/2000/svg' width='118' height='27' viewBox='0 0 118 27' fill='#4D4D4D'><path d='M30.012 6.878C30.012 2.234 25.08 0 19.22 0 12.951 0 7.2 2.773 5.088 7.073a8.14 8.14 0 0 0-.883 3.697 5.55 5.55 0 0 0 .883 3.138c.905 1.333 2.52 2.172 4.89 2.172 2.907 0 5.212-1.591 5.212-4.365 0 0 .043-.773-.862-.773-.733 0-.927.516-.905.773.108 2.172-1.185 3.913-3.49 3.913-2.584 0-3.662-2.193-3.662-4.536 0-4.794 3.62-7.975 7.389-9.352 1.767-.666 3.62-.989 5.514-.967 4.266 0 7.755 1.634 7.755 6.02 0 3.655-3.08 6.772-6.765 7.051l.151-.494c.754-2.687 1.68-5.632 3.188-7.803.086-.13.237-.345.41-.56l-.216-.258a9 9 0 0 0-.926.644c-7.065 5.503-7.28 20.983-16.694 20.983q-.484 0-.97-.065c-1.96-.323-2.994-1.634-2.994-3.46 0-.366.129-.86.129-1.14a.94.94 0 0 0-.927-.967h-.107c-.84 0-1.185.665-1.207 1.612-.064 2.73 1.961 4.32 5.084 4.622.345.021.69.042 1.056.042 7.346 0 11.847-5.546 13.765-12.275a16 16 0 0 0 2.865-.6c3.408-.948 7.241-3.227 7.241-7.247M99.981 8.488h-2.584l-.583 1.355-1.012 2.28h-1.206l-.366.774h1.249l-1.508 3.332c-1.077 2.342-2.758 4.643-3.727 4.643-.215 0-.344-.086-.344-.3 0-.217.064-.41.302-1.012.301-.709.798-1.741 1.164-2.494.538-1.096 1.4-2.794 1.4-3.633s-.54-1.505-1.595-1.505c-1.185 0-2.262.71-3.252 1.74l.647-1.547H86.13l-1.981 4.514c-.797 1.591-2.413 4.235-3.425 4.235-.215 0-.302-.129-.302-.344.022-.193.065-.365.151-.56.086-.194 1.271-2.966 1.271-2.966l2.154-4.923H81.37l-2.09 4.795c-.646 1.483-2.284 4-3.34 4a.335.335 0 0 1-.366-.302v-.086c0-.257.194-.73.344-1.076L77.018 17l2.262-4.923h-2.606l-.517 1.118c-.388.753-1.034 1.634-2.068 1.634-.496 0-.732-.193-.84-.387-.151-1.656-1.207-2.537-2.758-2.537-2.154 0-3.684 1.268-4.697 2.817a14.4 14.4 0 0 0-1.55 3.418c-.927 1.527-1.895 2.71-2.671 2.71-.195 0-.324-.109-.324-.366s.26-.838.346-1.054l1.701-3.61c.474-1.117.797-1.85.797-2.58 0-.774-.54-1.332-1.422-1.332-1.228 0-2.564.71-3.62 1.87.044-.194.044-.365.044-.56 0-.859-.43-1.31-1.315-1.31-1.12 0-2.282.667-3.338 1.87l.69-1.678H52.76l-2.003 4.516c-.948 2.129-2.478 4.236-3.34 4.236-.193 0-.322-.108-.322-.366 0-.407.452-1.418.625-1.826l2.65-5.997c.194-.452-1.077-.732-2.693-.732-1.658 0-3.36.817-4.61 1.87-.882.73-1.53 1.096-1.853 1.096-.171 0-.237-.086-.237-.193 0-.365.883-1.398.883-2.193 0-.365-.193-.602-.69-.602-.947 0-2.067.903-2.886 1.848l.69-1.655h-2.327l-2.003 4.515c-.947 2.129-2.521 4.343-3.382 4.343-.195 0-.324-.107-.324-.366 0-.407.43-1.396.668-1.914l2.65-6.019c.194-.451-1.077-.732-2.692-.732-2.392 0-4.718 1.614-5.947 3.268-1.357 1.784-2.283 3.675-2.304 5.224-.022 1.246.625 2.02 1.916 2.02 1.444 0 2.607-1.139 3.274-1.998a5 5 0 0 0-.086.515c0 .86.344 1.484 1.4 1.484.925 0 2.154-.775 3.145-2l-.797 1.829h2.52l2.478-5.61c.819-1.828 1.745-2.774 2.003-2.774.087 0 .13.044.13.107 0 .194-.388.71-.388 1.182 0 .474.258.839.948.839.538 0 1.14-.259 1.68-.602-1.272 1.72-2.134 3.526-2.134 5.01-.022 1.247.625 2.021 1.918 2.021 1.357 0 2.628-1.29 3.317-2.15a5 5 0 0 0-.043.603c0 .838.474 1.547 1.444 1.547 1.076 0 1.938-.666 3.016-1.977l-.797 1.806h2.585l2.37-5.352c1.033-2.322 2.433-3.569 3.122-3.569a.313.313 0 0 1 .345.28v.065a2.3 2.3 0 0 1-.216.752l-3.403 7.847h2.65l2.412-5.46c1.034-2.344 2.176-3.484 3.037-3.484.26 0 .366.13.366.408a2.3 2.3 0 0 1-.237.86l-2.327 4.944a4.6 4.6 0 0 0-.388 1.505c0 .753.41 1.42 1.573 1.42 1.508 0 2.649-1.14 3.942-2.839v.366c.108 1.354.86 2.536 2.865 2.536 2.37 0 4.288-1.633 5.45-4.234.432-.925.732-1.893.84-2.904.26.13.56.194.841.173.388 0 .775-.087 1.12-.28l-.41.882c-.474.989-.99 2.085-1.4 3.01a4.9 4.9 0 0 0-.452 1.74c0 .925.517 1.592 1.573 1.592 1.055 0 2.5-.99 3.533-2.387h.022a4 4 0 0 0-.108.881c0 .775.237 1.506 1.314 1.506 1.25 0 2.219-.903 3.166-2.043l-.796 1.806h2.606l2.09-4.73c1.184-2.666 2.369-4.279 3.468-4.279.195 0 .344.129.366.323v.064c0 .452-.647 1.678-1.227 2.903-.539 1.117-.949 1.977-1.228 2.644-.26.559-.41 1.16-.453 1.785 0 .816.453 1.44 1.466 1.44 1.508 0 3.037-1.461 3.855-2.558a5.4 5.4 0 0 0-.301 1.633c0 1.506.904 2.258 2.175 2.258.84 0 1.66-.28 2.349-.774.991-.689 1.788-1.72 2.456-2.666l-.453-.43c-.625.88-1.313 1.72-2.025 2.235a2.2 2.2 0 0 1-1.335.516c-.54 0-.883-.28-.883-.968s.323-1.613.818-2.86c.022-.02.732-1.611 1.4-3.138.56-1.29 1.12-2.537 1.227-2.795h1.702l.345-.775h-1.68zm-73.48 12.405c-.366 0-.625-.129-.625-.602.022-1.268 1.076-3.526 2.391-5.332.926-1.247 2.132-2.172 3.425-2.172l-1.637 3.655c-1.227 2.753-2.562 4.45-3.554 4.45m16.114 0c-.366 0-.624-.129-.646-.602.021-1.268 1.077-3.526 2.392-5.332.925-1.247 2.132-2.172 3.424-2.172l-1.637 3.655c-1.249 2.817-2.52 4.45-3.533 4.45m28.607-7.115c-.064 1.397-1.293 4.772-2.735 6.793-.581.817-1.078 1.054-1.508 1.054-.603 0-.776-.495-.69-1.226.13-1.268 1.185-4.235 2.65-6.278.667-.925 1.12-1.312 1.638-1.312.516 0 .667.431.645.969M111.428 12.124l2.371-5.467h-2.808l-2.371 5.467h-5.97l-.994 2.294h5.969l-2.372 5.467h2.809l2.371-5.468h5.968l.995-2.293z'/></svg>`,
|
|
12
|
+
"light": `<svg xmlns='http://www.w3.org/2000/svg' width='118' height='27' viewBox='0 0 118 27' fill='#fff'><path d='M30.012 6.878C30.012 2.234 25.08 0 19.22 0 12.951 0 7.2 2.773 5.088 7.073a8.14 8.14 0 0 0-.883 3.697 5.55 5.55 0 0 0 .883 3.138c.905 1.333 2.52 2.172 4.89 2.172 2.907 0 5.212-1.591 5.212-4.365 0 0 .043-.773-.862-.773-.733 0-.927.516-.905.773.108 2.172-1.185 3.913-3.49 3.913-2.584 0-3.662-2.193-3.662-4.536 0-4.794 3.62-7.975 7.389-9.352 1.767-.666 3.62-.989 5.514-.967 4.266 0 7.755 1.634 7.755 6.02 0 3.655-3.08 6.772-6.765 7.051l.151-.494c.754-2.687 1.68-5.632 3.188-7.803.086-.13.237-.345.41-.56l-.216-.258a9 9 0 0 0-.926.644c-7.065 5.503-7.28 20.983-16.694 20.983q-.484 0-.97-.065c-1.96-.323-2.994-1.634-2.994-3.46 0-.366.129-.86.129-1.14a.94.94 0 0 0-.927-.967h-.107c-.84 0-1.185.665-1.207 1.612-.064 2.73 1.961 4.32 5.084 4.622.345.021.69.042 1.056.042 7.346 0 11.847-5.546 13.765-12.275a16 16 0 0 0 2.865-.6c3.408-.948 7.241-3.227 7.241-7.247M99.981 8.488h-2.584l-.583 1.355-1.012 2.28h-1.206l-.366.774h1.249l-1.508 3.332c-1.077 2.342-2.758 4.643-3.727 4.643-.215 0-.344-.086-.344-.3 0-.217.064-.41.302-1.012.301-.709.798-1.741 1.164-2.494.538-1.096 1.4-2.794 1.4-3.633s-.54-1.505-1.595-1.505c-1.185 0-2.262.71-3.252 1.74l.647-1.547H86.13l-1.981 4.514c-.797 1.591-2.413 4.235-3.425 4.235-.215 0-.302-.129-.302-.344.022-.193.065-.365.151-.56.086-.194 1.271-2.966 1.271-2.966l2.154-4.923H81.37l-2.09 4.795c-.646 1.483-2.284 4-3.34 4a.335.335 0 0 1-.366-.302v-.086c0-.257.194-.73.344-1.076L77.018 17l2.262-4.923h-2.606l-.517 1.118c-.388.753-1.034 1.634-2.068 1.634-.496 0-.732-.193-.84-.387-.151-1.656-1.207-2.537-2.758-2.537-2.154 0-3.684 1.268-4.697 2.817a14.4 14.4 0 0 0-1.55 3.418c-.927 1.527-1.895 2.71-2.671 2.71-.195 0-.324-.109-.324-.366s.26-.838.346-1.054l1.701-3.61c.474-1.117.797-1.85.797-2.58 0-.774-.54-1.332-1.422-1.332-1.228 0-2.564.71-3.62 1.87.044-.194.044-.365.044-.56 0-.859-.43-1.31-1.315-1.31-1.12 0-2.282.667-3.338 1.87l.69-1.678H52.76l-2.003 4.516c-.948 2.129-2.478 4.236-3.34 4.236-.193 0-.322-.108-.322-.366 0-.407.452-1.418.625-1.826l2.65-5.997c.194-.452-1.077-.732-2.693-.732-1.658 0-3.36.817-4.61 1.87-.882.73-1.53 1.096-1.853 1.096-.171 0-.237-.086-.237-.193 0-.365.883-1.398.883-2.193 0-.365-.193-.602-.69-.602-.947 0-2.067.903-2.886 1.848l.69-1.655h-2.327l-2.003 4.515c-.947 2.129-2.521 4.343-3.382 4.343-.195 0-.324-.107-.324-.366 0-.407.43-1.396.668-1.914l2.65-6.019c.194-.451-1.077-.732-2.692-.732-2.392 0-4.718 1.614-5.947 3.268-1.357 1.784-2.283 3.675-2.304 5.224-.022 1.246.625 2.02 1.916 2.02 1.444 0 2.607-1.139 3.274-1.998a5 5 0 0 0-.086.515c0 .86.344 1.484 1.4 1.484.925 0 2.154-.775 3.145-2l-.797 1.829h2.52l2.478-5.61c.819-1.828 1.745-2.774 2.003-2.774.087 0 .13.044.13.107 0 .194-.388.71-.388 1.182 0 .474.258.839.948.839.538 0 1.14-.259 1.68-.602-1.272 1.72-2.134 3.526-2.134 5.01-.022 1.247.625 2.021 1.918 2.021 1.357 0 2.628-1.29 3.317-2.15a5 5 0 0 0-.043.603c0 .838.474 1.547 1.444 1.547 1.076 0 1.938-.666 3.016-1.977l-.797 1.806h2.585l2.37-5.352c1.033-2.322 2.433-3.569 3.122-3.569a.313.313 0 0 1 .345.28v.065a2.3 2.3 0 0 1-.216.752l-3.403 7.847h2.65l2.412-5.46c1.034-2.344 2.176-3.484 3.037-3.484.26 0 .366.13.366.408a2.3 2.3 0 0 1-.237.86l-2.327 4.944a4.6 4.6 0 0 0-.388 1.505c0 .753.41 1.42 1.573 1.42 1.508 0 2.649-1.14 3.942-2.839v.366c.108 1.354.86 2.536 2.865 2.536 2.37 0 4.288-1.633 5.45-4.234.432-.925.732-1.893.84-2.904.26.13.56.194.841.173.388 0 .775-.087 1.12-.28l-.41.882c-.474.989-.99 2.085-1.4 3.01a4.9 4.9 0 0 0-.452 1.74c0 .925.517 1.592 1.573 1.592 1.055 0 2.5-.99 3.533-2.387h.022a4 4 0 0 0-.108.881c0 .775.237 1.506 1.314 1.506 1.25 0 2.219-.903 3.166-2.043l-.796 1.806h2.606l2.09-4.73c1.184-2.666 2.369-4.279 3.468-4.279.195 0 .344.129.366.323v.064c0 .452-.647 1.678-1.227 2.903-.539 1.117-.949 1.977-1.228 2.644-.26.559-.41 1.16-.453 1.785 0 .816.453 1.44 1.466 1.44 1.508 0 3.037-1.461 3.855-2.558a5.4 5.4 0 0 0-.301 1.633c0 1.506.904 2.258 2.175 2.258.84 0 1.66-.28 2.349-.774.991-.689 1.788-1.72 2.456-2.666l-.453-.43c-.625.88-1.313 1.72-2.025 2.235a2.2 2.2 0 0 1-1.335.516c-.54 0-.883-.28-.883-.968s.323-1.613.818-2.86c.022-.02.732-1.611 1.4-3.138.56-1.29 1.12-2.537 1.227-2.795h1.702l.345-.775h-1.68zm-73.48 12.405c-.366 0-.625-.129-.625-.602.022-1.268 1.076-3.526 2.391-5.332.926-1.247 2.132-2.172 3.425-2.172l-1.637 3.655c-1.227 2.753-2.562 4.45-3.554 4.45m16.114 0c-.366 0-.624-.129-.646-.602.021-1.268 1.077-3.526 2.392-5.332.925-1.247 2.132-2.172 3.424-2.172l-1.637 3.655c-1.249 2.817-2.52 4.45-3.533 4.45m28.607-7.115c-.064 1.397-1.293 4.772-2.735 6.793-.581.817-1.078 1.054-1.508 1.054-.603 0-.776-.495-.69-1.226.13-1.268 1.185-4.235 2.65-6.278.667-.925 1.12-1.312 1.638-1.312.516 0 .667.431.645.969M111.428 12.124l2.371-5.467h-2.808l-2.371 5.467h-5.97l-.994 2.294h5.969l-2.372 5.467h2.809l2.371-5.468h5.968l.995-2.293z'/></svg>`
|
|
13
13
|
};
|
|
14
14
|
export const license = "Fair Use";
|
|
15
15
|
export const url = "https://www.paramountplus.com";
|
package/dist/paypal.cjs
CHANGED
|
@@ -9,9 +9,9 @@ exports.title = "PayPal";
|
|
|
9
9
|
exports.hex = "002991";
|
|
10
10
|
exports.categories = ["Payment", "Finance"];
|
|
11
11
|
exports.aliases = [];
|
|
12
|
-
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="7.056000232696533 3 37.35095977783203 45"><g xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="7.056000232696533 3 37.35095977783203 45"><g xmlns="http://www.w3.org/2000/svg"><path fill="#002991" d="M38.914 13.35c0 5.574-5.144 12.15-12.927 12.15H18.49l-.368 2.322L16.373 39H7.056l5.605-36h15.095c5.083 0 9.082 2.833 10.555 6.77a9.687 9.687 0 0 1 .603 3.58z"></path><path fill="#60CDFF" d="M44.284 23.7A12.894 12.894 0 0 1 31.53 34.5h-5.206L24.157 48H14.89l1.483-9 1.75-11.178.367-2.322h7.497c7.773 0 12.927-6.576 12.927-12.15 3.825 1.974 6.055 5.963 5.37 10.35z"></path><path fill="#008CFF" d="M38.914 13.35C37.31 12.511 35.365 12 33.248 12h-12.64L18.49 25.5h7.497c7.773 0 12.927-6.576 12.927-12.15z"></path></g></svg>`;
|
|
13
13
|
exports.variants = {
|
|
14
|
-
"default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="7.056000232696533 3 37.35095977783203 45"><g xmlns="http://www.w3.org/2000/svg"
|
|
14
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="7.056000232696533 3 37.35095977783203 45"><g xmlns="http://www.w3.org/2000/svg"><path fill="#002991" d="M38.914 13.35c0 5.574-5.144 12.15-12.927 12.15H18.49l-.368 2.322L16.373 39H7.056l5.605-36h15.095c5.083 0 9.082 2.833 10.555 6.77a9.687 9.687 0 0 1 .603 3.58z"></path><path fill="#60CDFF" d="M44.284 23.7A12.894 12.894 0 0 1 31.53 34.5h-5.206L24.157 48H14.89l1.483-9 1.75-11.178.367-2.322h7.497c7.773 0 12.927-6.576 12.927-12.15 3.825 1.974 6.055 5.963 5.37 10.35z"></path><path fill="#008CFF" d="M38.914 13.35C37.31 12.511 35.365 12 33.248 12h-12.64L18.49 25.5h7.497c7.773 0 12.927-6.576 12.927-12.15z"></path></g></svg>`,
|
|
15
15
|
"mono": `<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>PayPal</title><path d="M15.607 4.653H8.941L6.645 19.251H1.82L4.862 0h7.995c3.754 0 6.375 2.294 6.473 5.513-.648-.478-2.105-.86-3.722-.86m6.57 5.546c0 3.41-3.01 6.853-6.958 6.853h-2.493L11.595 24H6.74l1.845-11.538h3.592c4.208 0 7.346-3.634 7.153-6.949a5.24 5.24 0 0 1 2.848 4.686M9.653 5.546h6.408c.907 0 1.942.222 2.363.541-.195 2.741-2.655 5.483-6.441 5.483H8.714Z"/></svg>`,
|
|
16
16
|
"wordmark": `<?xml version="1.0" encoding="UTF-8"?>
|
|
17
17
|
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 404.65 98.18">
|
package/dist/paypal.js
CHANGED
|
@@ -6,9 +6,9 @@ export const title = "PayPal";
|
|
|
6
6
|
export const hex = "002991";
|
|
7
7
|
export const categories = ["Payment", "Finance"];
|
|
8
8
|
export const aliases = [];
|
|
9
|
-
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="7.056000232696533 3 37.35095977783203 45"><g xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="7.056000232696533 3 37.35095977783203 45"><g xmlns="http://www.w3.org/2000/svg"><path fill="#002991" d="M38.914 13.35c0 5.574-5.144 12.15-12.927 12.15H18.49l-.368 2.322L16.373 39H7.056l5.605-36h15.095c5.083 0 9.082 2.833 10.555 6.77a9.687 9.687 0 0 1 .603 3.58z"></path><path fill="#60CDFF" d="M44.284 23.7A12.894 12.894 0 0 1 31.53 34.5h-5.206L24.157 48H14.89l1.483-9 1.75-11.178.367-2.322h7.497c7.773 0 12.927-6.576 12.927-12.15 3.825 1.974 6.055 5.963 5.37 10.35z"></path><path fill="#008CFF" d="M38.914 13.35C37.31 12.511 35.365 12 33.248 12h-12.64L18.49 25.5h7.497c7.773 0 12.927-6.576 12.927-12.15z"></path></g></svg>`;
|
|
10
10
|
export const variants = {
|
|
11
|
-
"default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="7.056000232696533 3 37.35095977783203 45"><g xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="7.056000232696533 3 37.35095977783203 45"><g xmlns="http://www.w3.org/2000/svg"><path fill="#002991" d="M38.914 13.35c0 5.574-5.144 12.15-12.927 12.15H18.49l-.368 2.322L16.373 39H7.056l5.605-36h15.095c5.083 0 9.082 2.833 10.555 6.77a9.687 9.687 0 0 1 .603 3.58z"></path><path fill="#60CDFF" d="M44.284 23.7A12.894 12.894 0 0 1 31.53 34.5h-5.206L24.157 48H14.89l1.483-9 1.75-11.178.367-2.322h7.497c7.773 0 12.927-6.576 12.927-12.15 3.825 1.974 6.055 5.963 5.37 10.35z"></path><path fill="#008CFF" d="M38.914 13.35C37.31 12.511 35.365 12 33.248 12h-12.64L18.49 25.5h7.497c7.773 0 12.927-6.576 12.927-12.15z"></path></g></svg>`,
|
|
12
12
|
"mono": `<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>PayPal</title><path d="M15.607 4.653H8.941L6.645 19.251H1.82L4.862 0h7.995c3.754 0 6.375 2.294 6.473 5.513-.648-.478-2.105-.86-3.722-.86m6.57 5.546c0 3.41-3.01 6.853-6.958 6.853h-2.493L11.595 24H6.74l1.845-11.538h3.592c4.208 0 7.346-3.634 7.153-6.949a5.24 5.24 0 0 1 2.848 4.686M9.653 5.546h6.408c.907 0 1.942.222 2.363.541-.195 2.741-2.655 5.483-6.441 5.483H8.714Z"/></svg>`,
|
|
13
13
|
"wordmark": `<?xml version="1.0" encoding="UTF-8"?>
|
|
14
14
|
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 404.65 98.18">
|
package/dist/powertoys.cjs
CHANGED
|
@@ -9,9 +9,9 @@ exports.title = "PowerToys";
|
|
|
9
9
|
exports.hex = "000000";
|
|
10
10
|
exports.categories = ["Software", "Microsoft"];
|
|
11
11
|
exports.aliases = [];
|
|
12
|
-
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 256 256"><defs><linearGradient id="New_Gradient_Swatch" x1="202.55" x2="53.45" y1="257.12" y2="-1.12" data-name="New Gradient Swatch" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d7ccb3"/><stop offset="1" stop-color="#f2e6ca"/></linearGradient><linearGradient id="linear-gradient" x1="134.91" x2="84.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#ffb900"/><stop offset="1" stop-color="#fef000"/></linearGradient><linearGradient id="linear-gradient-2" x1="98.76" x2="48.91" y1="144.52" y2="58.19" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#d83b01"/><stop offset="1" stop-color="#ec6725"/></linearGradient><linearGradient id="linear-gradient-3" x1="171.91" x2="121.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#56b60e"/><stop offset="1" stop-color="#66eb6e"/></linearGradient><linearGradient id="linear-gradient-4" x1="207.09" x2="157.24" y1="143.81" y2="57.48" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#0078d4"/><stop offset="1" stop-color="#28afea"/></linearGradient><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-2" x1="80.07" x2="59.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-3" x1="138.07" x2="117.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-4" x1="196.07" x2="175.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><style>.cls-2{fill:#fff}.cls-5{mix-blend-mode:multiply}</style></defs><g style="isolation:isolate"><g id="Layer_2" data-name="Layer 2"><g id="Ramp_Work" data-name="Ramp Work"><rect width="224" height="224" x="16" y="16" rx="10.67" ry="10.67" style="fill:url(#New_Gradient_Swatch)"/><path d="M32 32h192v192H32z" style="fill:#666"/><g style="mix-blend-mode:multiply;opacity:.32"><
|
|
12
|
+
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 256 256"><defs><linearGradient id="New_Gradient_Swatch" x1="202.55" x2="53.45" y1="257.12" y2="-1.12" data-name="New Gradient Swatch" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d7ccb3"/><stop offset="1" stop-color="#f2e6ca"/></linearGradient><linearGradient id="linear-gradient" x1="134.91" x2="84.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#ffb900"/><stop offset="1" stop-color="#fef000"/></linearGradient><linearGradient id="linear-gradient-2" x1="98.76" x2="48.91" y1="144.52" y2="58.19" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#d83b01"/><stop offset="1" stop-color="#ec6725"/></linearGradient><linearGradient id="linear-gradient-3" x1="171.91" x2="121.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#56b60e"/><stop offset="1" stop-color="#66eb6e"/></linearGradient><linearGradient id="linear-gradient-4" x1="207.09" x2="157.24" y1="143.81" y2="57.48" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#0078d4"/><stop offset="1" stop-color="#28afea"/></linearGradient><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-2" x1="80.07" x2="59.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-3" x1="138.07" x2="117.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-4" x1="196.07" x2="175.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><style>.cls-2{fill:#fff}.cls-5{mix-blend-mode:multiply}</style></defs><g style="isolation:isolate"><g id="Layer_2" data-name="Layer 2"><g id="Ramp_Work" data-name="Ramp Work"><rect width="224" height="224" x="16" y="16" rx="10.67" ry="10.67" style="fill:url(#New_Gradient_Swatch)"/><path d="M32 32h192v192H32z" style="fill:#666"/><g style="mix-blend-mode:multiply;opacity:.32"><rect width="148" height="96" x="54" y="53" class="cls-2" rx="5.31" ry="5.31"/></g><g style="opacity:.24;mix-blend-mode:multiply"><rect width="148" height="96" x="54" y="53" class="cls-2" rx="5.31" ry="5.31"/></g><path d="M91 53h37v96H91z" style="fill:url(#linear-gradient)"/><path d="M91 149H59.35a5.35 5.35 0 0 1-5.35-5.35v-85.3A5.35 5.35 0 0 1 59.35 53H91z" style="fill:url(#linear-gradient-2)"/><path d="M128 53h37v96h-37z" style="fill:url(#linear-gradient-3)"/><path d="M165 53h31.65c2.95 0 5.35 2.4 5.35 5.35v85.31c0 2.95-2.4 5.35-5.35 5.35H165z" style="fill:url(#linear-gradient-4)"/><path d="M0 0h256v256H0z" style="fill:none"/><rect width="32" height="32" x="54" y="170" rx="4.67" ry="4.67" style="fill:url(#New_Gradient_Swatch-2)"/><rect width="32" height="32" x="112" y="170" rx="4.67" ry="4.67" style="fill:url(#New_Gradient_Swatch-3)"/><rect width="32" height="32" x="170" y="170" rx="4.67" ry="4.67" style="fill:url(#New_Gradient_Swatch-4)"/></g></g></g></svg>`;
|
|
13
13
|
exports.variants = {
|
|
14
|
-
"default": `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 256 256"><defs><linearGradient id="New_Gradient_Swatch" x1="202.55" x2="53.45" y1="257.12" y2="-1.12" data-name="New Gradient Swatch" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d7ccb3"/><stop offset="1" stop-color="#f2e6ca"/></linearGradient><linearGradient id="linear-gradient" x1="134.91" x2="84.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#ffb900"/><stop offset="1" stop-color="#fef000"/></linearGradient><linearGradient id="linear-gradient-2" x1="98.76" x2="48.91" y1="144.52" y2="58.19" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#d83b01"/><stop offset="1" stop-color="#ec6725"/></linearGradient><linearGradient id="linear-gradient-3" x1="171.91" x2="121.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#56b60e"/><stop offset="1" stop-color="#66eb6e"/></linearGradient><linearGradient id="linear-gradient-4" x1="207.09" x2="157.24" y1="143.81" y2="57.48" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#0078d4"/><stop offset="1" stop-color="#28afea"/></linearGradient><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-2" x1="80.07" x2="59.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-3" x1="138.07" x2="117.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-4" x1="196.07" x2="175.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><style>.cls-2{fill:#fff}.cls-5{mix-blend-mode:multiply}</style></defs><g style="isolation:isolate"><g id="Layer_2" data-name="Layer 2"><g id="Ramp_Work" data-name="Ramp Work"><rect width="224" height="224" x="16" y="16" rx="10.67" ry="10.67" style="fill:url(#New_Gradient_Swatch)"/><path d="M32 32h192v192H32z" style="fill:#666"/><g style="mix-blend-mode:multiply;opacity:.32"><
|
|
14
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 256 256"><defs><linearGradient id="New_Gradient_Swatch" x1="202.55" x2="53.45" y1="257.12" y2="-1.12" data-name="New Gradient Swatch" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d7ccb3"/><stop offset="1" stop-color="#f2e6ca"/></linearGradient><linearGradient id="linear-gradient" x1="134.91" x2="84.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#ffb900"/><stop offset="1" stop-color="#fef000"/></linearGradient><linearGradient id="linear-gradient-2" x1="98.76" x2="48.91" y1="144.52" y2="58.19" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#d83b01"/><stop offset="1" stop-color="#ec6725"/></linearGradient><linearGradient id="linear-gradient-3" x1="171.91" x2="121.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#56b60e"/><stop offset="1" stop-color="#66eb6e"/></linearGradient><linearGradient id="linear-gradient-4" x1="207.09" x2="157.24" y1="143.81" y2="57.48" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#0078d4"/><stop offset="1" stop-color="#28afea"/></linearGradient><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-2" x1="80.07" x2="59.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-3" x1="138.07" x2="117.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-4" x1="196.07" x2="175.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><style>.cls-2{fill:#fff}.cls-5{mix-blend-mode:multiply}</style></defs><g style="isolation:isolate"><g id="Layer_2" data-name="Layer 2"><g id="Ramp_Work" data-name="Ramp Work"><rect width="224" height="224" x="16" y="16" rx="10.67" ry="10.67" style="fill:url(#New_Gradient_Swatch)"/><path d="M32 32h192v192H32z" style="fill:#666"/><g style="mix-blend-mode:multiply;opacity:.32"><rect width="148" height="96" x="54" y="53" class="cls-2" rx="5.31" ry="5.31"/></g><g style="opacity:.24;mix-blend-mode:multiply"><rect width="148" height="96" x="54" y="53" class="cls-2" rx="5.31" ry="5.31"/></g><path d="M91 53h37v96H91z" style="fill:url(#linear-gradient)"/><path d="M91 149H59.35a5.35 5.35 0 0 1-5.35-5.35v-85.3A5.35 5.35 0 0 1 59.35 53H91z" style="fill:url(#linear-gradient-2)"/><path d="M128 53h37v96h-37z" style="fill:url(#linear-gradient-3)"/><path d="M165 53h31.65c2.95 0 5.35 2.4 5.35 5.35v85.31c0 2.95-2.4 5.35-5.35 5.35H165z" style="fill:url(#linear-gradient-4)"/><path d="M0 0h256v256H0z" style="fill:none"/><rect width="32" height="32" x="54" y="170" rx="4.67" ry="4.67" style="fill:url(#New_Gradient_Swatch-2)"/><rect width="32" height="32" x="112" y="170" rx="4.67" ry="4.67" style="fill:url(#New_Gradient_Swatch-3)"/><rect width="32" height="32" x="170" y="170" rx="4.67" ry="4.67" style="fill:url(#New_Gradient_Swatch-4)"/></g></g></g></svg>`
|
|
15
15
|
};
|
|
16
16
|
exports.license = "MIT";
|
|
17
17
|
exports.url = "https://learn.microsoft.com/en-us/windows/powertoys/";
|
package/dist/powertoys.js
CHANGED
|
@@ -6,9 +6,9 @@ export const title = "PowerToys";
|
|
|
6
6
|
export const hex = "000000";
|
|
7
7
|
export const categories = ["Software", "Microsoft"];
|
|
8
8
|
export const aliases = [];
|
|
9
|
-
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 256 256"><defs><linearGradient id="New_Gradient_Swatch" x1="202.55" x2="53.45" y1="257.12" y2="-1.12" data-name="New Gradient Swatch" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d7ccb3"/><stop offset="1" stop-color="#f2e6ca"/></linearGradient><linearGradient id="linear-gradient" x1="134.91" x2="84.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#ffb900"/><stop offset="1" stop-color="#fef000"/></linearGradient><linearGradient id="linear-gradient-2" x1="98.76" x2="48.91" y1="144.52" y2="58.19" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#d83b01"/><stop offset="1" stop-color="#ec6725"/></linearGradient><linearGradient id="linear-gradient-3" x1="171.91" x2="121.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#56b60e"/><stop offset="1" stop-color="#66eb6e"/></linearGradient><linearGradient id="linear-gradient-4" x1="207.09" x2="157.24" y1="143.81" y2="57.48" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#0078d4"/><stop offset="1" stop-color="#28afea"/></linearGradient><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-2" x1="80.07" x2="59.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-3" x1="138.07" x2="117.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-4" x1="196.07" x2="175.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><style>.cls-2{fill:#fff}.cls-5{mix-blend-mode:multiply}</style></defs><g style="isolation:isolate"><g id="Layer_2" data-name="Layer 2"><g id="Ramp_Work" data-name="Ramp Work"><rect width="224" height="224" x="16" y="16" rx="10.67" ry="10.67" style="fill:url(#New_Gradient_Swatch)"/><path d="M32 32h192v192H32z" style="fill:#666"/><g style="mix-blend-mode:multiply;opacity:.32"><
|
|
9
|
+
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 256 256"><defs><linearGradient id="New_Gradient_Swatch" x1="202.55" x2="53.45" y1="257.12" y2="-1.12" data-name="New Gradient Swatch" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d7ccb3"/><stop offset="1" stop-color="#f2e6ca"/></linearGradient><linearGradient id="linear-gradient" x1="134.91" x2="84.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#ffb900"/><stop offset="1" stop-color="#fef000"/></linearGradient><linearGradient id="linear-gradient-2" x1="98.76" x2="48.91" y1="144.52" y2="58.19" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#d83b01"/><stop offset="1" stop-color="#ec6725"/></linearGradient><linearGradient id="linear-gradient-3" x1="171.91" x2="121.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#56b60e"/><stop offset="1" stop-color="#66eb6e"/></linearGradient><linearGradient id="linear-gradient-4" x1="207.09" x2="157.24" y1="143.81" y2="57.48" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#0078d4"/><stop offset="1" stop-color="#28afea"/></linearGradient><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-2" x1="80.07" x2="59.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-3" x1="138.07" x2="117.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-4" x1="196.07" x2="175.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><style>.cls-2{fill:#fff}.cls-5{mix-blend-mode:multiply}</style></defs><g style="isolation:isolate"><g id="Layer_2" data-name="Layer 2"><g id="Ramp_Work" data-name="Ramp Work"><rect width="224" height="224" x="16" y="16" rx="10.67" ry="10.67" style="fill:url(#New_Gradient_Swatch)"/><path d="M32 32h192v192H32z" style="fill:#666"/><g style="mix-blend-mode:multiply;opacity:.32"><rect width="148" height="96" x="54" y="53" class="cls-2" rx="5.31" ry="5.31"/></g><g style="opacity:.24;mix-blend-mode:multiply"><rect width="148" height="96" x="54" y="53" class="cls-2" rx="5.31" ry="5.31"/></g><path d="M91 53h37v96H91z" style="fill:url(#linear-gradient)"/><path d="M91 149H59.35a5.35 5.35 0 0 1-5.35-5.35v-85.3A5.35 5.35 0 0 1 59.35 53H91z" style="fill:url(#linear-gradient-2)"/><path d="M128 53h37v96h-37z" style="fill:url(#linear-gradient-3)"/><path d="M165 53h31.65c2.95 0 5.35 2.4 5.35 5.35v85.31c0 2.95-2.4 5.35-5.35 5.35H165z" style="fill:url(#linear-gradient-4)"/><path d="M0 0h256v256H0z" style="fill:none"/><rect width="32" height="32" x="54" y="170" rx="4.67" ry="4.67" style="fill:url(#New_Gradient_Swatch-2)"/><rect width="32" height="32" x="112" y="170" rx="4.67" ry="4.67" style="fill:url(#New_Gradient_Swatch-3)"/><rect width="32" height="32" x="170" y="170" rx="4.67" ry="4.67" style="fill:url(#New_Gradient_Swatch-4)"/></g></g></g></svg>`;
|
|
10
10
|
export const variants = {
|
|
11
|
-
"default": `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 256 256"><defs><linearGradient id="New_Gradient_Swatch" x1="202.55" x2="53.45" y1="257.12" y2="-1.12" data-name="New Gradient Swatch" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d7ccb3"/><stop offset="1" stop-color="#f2e6ca"/></linearGradient><linearGradient id="linear-gradient" x1="134.91" x2="84.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#ffb900"/><stop offset="1" stop-color="#fef000"/></linearGradient><linearGradient id="linear-gradient-2" x1="98.76" x2="48.91" y1="144.52" y2="58.19" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#d83b01"/><stop offset="1" stop-color="#ec6725"/></linearGradient><linearGradient id="linear-gradient-3" x1="171.91" x2="121.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#56b60e"/><stop offset="1" stop-color="#66eb6e"/></linearGradient><linearGradient id="linear-gradient-4" x1="207.09" x2="157.24" y1="143.81" y2="57.48" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#0078d4"/><stop offset="1" stop-color="#28afea"/></linearGradient><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-2" x1="80.07" x2="59.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-3" x1="138.07" x2="117.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-4" x1="196.07" x2="175.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><style>.cls-2{fill:#fff}.cls-5{mix-blend-mode:multiply}</style></defs><g style="isolation:isolate"><g id="Layer_2" data-name="Layer 2"><g id="Ramp_Work" data-name="Ramp Work"><rect width="224" height="224" x="16" y="16" rx="10.67" ry="10.67" style="fill:url(#New_Gradient_Swatch)"/><path d="M32 32h192v192H32z" style="fill:#666"/><g style="mix-blend-mode:multiply;opacity:.32"><
|
|
11
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 256 256"><defs><linearGradient id="New_Gradient_Swatch" x1="202.55" x2="53.45" y1="257.12" y2="-1.12" data-name="New Gradient Swatch" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d7ccb3"/><stop offset="1" stop-color="#f2e6ca"/></linearGradient><linearGradient id="linear-gradient" x1="134.91" x2="84.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#ffb900"/><stop offset="1" stop-color="#fef000"/></linearGradient><linearGradient id="linear-gradient-2" x1="98.76" x2="48.91" y1="144.52" y2="58.19" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#d83b01"/><stop offset="1" stop-color="#ec6725"/></linearGradient><linearGradient id="linear-gradient-3" x1="171.91" x2="121.09" y1="145.01" y2="56.99" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#56b60e"/><stop offset="1" stop-color="#66eb6e"/></linearGradient><linearGradient id="linear-gradient-4" x1="207.09" x2="157.24" y1="143.81" y2="57.48" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="0" stop-color="#0078d4"/><stop offset="1" stop-color="#28afea"/></linearGradient><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-2" x1="80.07" x2="59.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-3" x1="138.07" x2="117.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><linearGradient xlink:href="#New_Gradient_Swatch" id="New_Gradient_Swatch-4" x1="196.07" x2="175.93" y1="203.45" y2="168.55" data-name="New Gradient Swatch"/><style>.cls-2{fill:#fff}.cls-5{mix-blend-mode:multiply}</style></defs><g style="isolation:isolate"><g id="Layer_2" data-name="Layer 2"><g id="Ramp_Work" data-name="Ramp Work"><rect width="224" height="224" x="16" y="16" rx="10.67" ry="10.67" style="fill:url(#New_Gradient_Swatch)"/><path d="M32 32h192v192H32z" style="fill:#666"/><g style="mix-blend-mode:multiply;opacity:.32"><rect width="148" height="96" x="54" y="53" class="cls-2" rx="5.31" ry="5.31"/></g><g style="opacity:.24;mix-blend-mode:multiply"><rect width="148" height="96" x="54" y="53" class="cls-2" rx="5.31" ry="5.31"/></g><path d="M91 53h37v96H91z" style="fill:url(#linear-gradient)"/><path d="M91 149H59.35a5.35 5.35 0 0 1-5.35-5.35v-85.3A5.35 5.35 0 0 1 59.35 53H91z" style="fill:url(#linear-gradient-2)"/><path d="M128 53h37v96h-37z" style="fill:url(#linear-gradient-3)"/><path d="M165 53h31.65c2.95 0 5.35 2.4 5.35 5.35v85.31c0 2.95-2.4 5.35-5.35 5.35H165z" style="fill:url(#linear-gradient-4)"/><path d="M0 0h256v256H0z" style="fill:none"/><rect width="32" height="32" x="54" y="170" rx="4.67" ry="4.67" style="fill:url(#New_Gradient_Swatch-2)"/><rect width="32" height="32" x="112" y="170" rx="4.67" ry="4.67" style="fill:url(#New_Gradient_Swatch-3)"/><rect width="32" height="32" x="170" y="170" rx="4.67" ry="4.67" style="fill:url(#New_Gradient_Swatch-4)"/></g></g></g></svg>`
|
|
12
12
|
};
|
|
13
13
|
export const license = "MIT";
|
|
14
14
|
export const url = "https://learn.microsoft.com/en-us/windows/powertoys/";
|
package/dist/qt.cjs
CHANGED
|
@@ -14,13 +14,7 @@ exports.svg = `<svg
|
|
|
14
14
|
width="54"
|
|
15
15
|
height="43"
|
|
16
16
|
viewBox="0 0 54 43"
|
|
17
|
-
><path fill="#0c0" d="M1 42V10l9-9h43v33l-9 9z"></path
|
|
18
|
-
x="9"
|
|
19
|
-
y="32"
|
|
20
|
-
fill="#FFF"
|
|
21
|
-
font-family="Arial"
|
|
22
|
-
font-size="32">Qt</text
|
|
23
|
-
></svg
|
|
17
|
+
><path fill="#0c0" d="M1 42V10l9-9h43v33l-9 9z"></path></svg
|
|
24
18
|
>`;
|
|
25
19
|
exports.variants = {
|
|
26
20
|
"default": `<svg
|
|
@@ -28,13 +22,7 @@ exports.variants = {
|
|
|
28
22
|
width="54"
|
|
29
23
|
height="43"
|
|
30
24
|
viewBox="0 0 54 43"
|
|
31
|
-
><path fill="#0c0" d="M1 42V10l9-9h43v33l-9 9z"></path
|
|
32
|
-
x="9"
|
|
33
|
-
y="32"
|
|
34
|
-
fill="#FFF"
|
|
35
|
-
font-family="Arial"
|
|
36
|
-
font-size="32">Qt</text
|
|
37
|
-
></svg
|
|
25
|
+
><path fill="#0c0" d="M1 42V10l9-9h43v33l-9 9z"></path></svg
|
|
38
26
|
>`,
|
|
39
27
|
"mono": `<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Qt</title><path 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"/></svg>`
|
|
40
28
|
};
|
package/dist/qt.js
CHANGED
|
@@ -11,13 +11,7 @@ export const svg = `<svg
|
|
|
11
11
|
width="54"
|
|
12
12
|
height="43"
|
|
13
13
|
viewBox="0 0 54 43"
|
|
14
|
-
><path fill="#0c0" d="M1 42V10l9-9h43v33l-9 9z"></path
|
|
15
|
-
x="9"
|
|
16
|
-
y="32"
|
|
17
|
-
fill="#FFF"
|
|
18
|
-
font-family="Arial"
|
|
19
|
-
font-size="32">Qt</text
|
|
20
|
-
></svg
|
|
14
|
+
><path fill="#0c0" d="M1 42V10l9-9h43v33l-9 9z"></path></svg
|
|
21
15
|
>`;
|
|
22
16
|
export const variants = {
|
|
23
17
|
"default": `<svg
|
|
@@ -25,13 +19,7 @@ export const variants = {
|
|
|
25
19
|
width="54"
|
|
26
20
|
height="43"
|
|
27
21
|
viewBox="0 0 54 43"
|
|
28
|
-
><path fill="#0c0" d="M1 42V10l9-9h43v33l-9 9z"></path
|
|
29
|
-
x="9"
|
|
30
|
-
y="32"
|
|
31
|
-
fill="#FFF"
|
|
32
|
-
font-family="Arial"
|
|
33
|
-
font-size="32">Qt</text
|
|
34
|
-
></svg
|
|
22
|
+
><path fill="#0c0" d="M1 42V10l9-9h43v33l-9 9z"></path></svg
|
|
35
23
|
>`,
|
|
36
24
|
"mono": `<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Qt</title><path 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"/></svg>`
|
|
37
25
|
};
|
|
@@ -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;
|