@thesvg/icons 2.0.1 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eshopos-logo.cjs +75 -0
- package/dist/eshopos-logo.d.ts +17 -0
- package/dist/eshopos-logo.js +63 -0
- package/dist/gemini-cli.cjs +69 -0
- package/dist/gemini-cli.d.ts +17 -0
- package/dist/gemini-cli.js +57 -0
- package/dist/iflow.cjs +81 -0
- package/dist/iflow.d.ts +17 -0
- package/dist/iflow.js +69 -0
- package/dist/index.cjs +90 -0
- package/dist/index.d.ts +45 -0
- package/dist/index.js +45 -0
- package/dist/k8s-api-server.cjs +221 -0
- package/dist/k8s-api-server.d.ts +17 -0
- package/dist/k8s-api-server.js +209 -0
- package/dist/k8s-cloud-controller-manager.cjs +221 -0
- package/dist/k8s-cloud-controller-manager.d.ts +17 -0
- package/dist/k8s-cloud-controller-manager.js +209 -0
- package/dist/k8s-clusterrole.cjs +231 -0
- package/dist/k8s-clusterrole.d.ts +17 -0
- package/dist/k8s-clusterrole.js +219 -0
- package/dist/k8s-clusterrolebinding.cjs +193 -0
- package/dist/k8s-clusterrolebinding.d.ts +17 -0
- package/dist/k8s-clusterrolebinding.js +181 -0
- package/dist/k8s-configmap.cjs +309 -0
- package/dist/k8s-configmap.d.ts +17 -0
- package/dist/k8s-configmap.js +297 -0
- package/dist/k8s-controller-manager.cjs +221 -0
- package/dist/k8s-controller-manager.d.ts +17 -0
- package/dist/k8s-controller-manager.js +209 -0
- package/dist/k8s-cronjob.cjs +213 -0
- package/dist/k8s-cronjob.d.ts +17 -0
- package/dist/k8s-cronjob.js +201 -0
- package/dist/k8s-customresourcedefinition.cjs +193 -0
- package/dist/k8s-customresourcedefinition.d.ts +17 -0
- package/dist/k8s-customresourcedefinition.js +181 -0
- package/dist/k8s-daemonset.cjs +241 -0
- package/dist/k8s-daemonset.d.ts +17 -0
- package/dist/k8s-daemonset.js +229 -0
- package/dist/k8s-deployment.cjs +211 -0
- package/dist/k8s-deployment.d.ts +17 -0
- package/dist/k8s-deployment.js +199 -0
- package/dist/k8s-endpoints.cjs +405 -0
- package/dist/k8s-endpoints.d.ts +17 -0
- package/dist/k8s-endpoints.js +393 -0
- package/dist/k8s-etcd-cluster.cjs +205 -0
- package/dist/k8s-etcd-cluster.d.ts +17 -0
- package/dist/k8s-etcd-cluster.js +193 -0
- package/dist/k8s-group.cjs +193 -0
- package/dist/k8s-group.d.ts +17 -0
- package/dist/k8s-group.js +181 -0
- package/dist/k8s-horizontalpodautoscaler.cjs +233 -0
- package/dist/k8s-horizontalpodautoscaler.d.ts +17 -0
- package/dist/k8s-horizontalpodautoscaler.js +221 -0
- package/dist/k8s-ingress.cjs +195 -0
- package/dist/k8s-ingress.d.ts +17 -0
- package/dist/k8s-ingress.js +183 -0
- package/dist/k8s-job.cjs +289 -0
- package/dist/k8s-job.d.ts +17 -0
- package/dist/k8s-job.js +277 -0
- package/dist/k8s-kube-proxy.cjs +221 -0
- package/dist/k8s-kube-proxy.d.ts +17 -0
- package/dist/k8s-kube-proxy.js +209 -0
- package/dist/k8s-kubelet.cjs +221 -0
- package/dist/k8s-kubelet.d.ts +17 -0
- package/dist/k8s-kubelet.js +209 -0
- package/dist/k8s-limitrange.cjs +219 -0
- package/dist/k8s-limitrange.d.ts +17 -0
- package/dist/k8s-limitrange.js +207 -0
- package/dist/k8s-namespace.cjs +197 -0
- package/dist/k8s-namespace.d.ts +17 -0
- package/dist/k8s-namespace.js +185 -0
- package/dist/k8s-networkpolicy.cjs +195 -0
- package/dist/k8s-networkpolicy.d.ts +17 -0
- package/dist/k8s-networkpolicy.js +183 -0
- package/dist/k8s-persistentvolume.cjs +221 -0
- package/dist/k8s-persistentvolume.d.ts +17 -0
- package/dist/k8s-persistentvolume.js +209 -0
- package/dist/k8s-persistentvolumeclaim.cjs +193 -0
- package/dist/k8s-persistentvolumeclaim.d.ts +17 -0
- package/dist/k8s-persistentvolumeclaim.js +181 -0
- package/dist/k8s-pod.cjs +233 -0
- package/dist/k8s-pod.d.ts +17 -0
- package/dist/k8s-pod.js +221 -0
- package/dist/k8s-podsecuritypolicy.cjs +243 -0
- package/dist/k8s-podsecuritypolicy.d.ts +17 -0
- package/dist/k8s-podsecuritypolicy.js +231 -0
- package/dist/k8s-replicaset.cjs +231 -0
- package/dist/k8s-replicaset.d.ts +17 -0
- package/dist/k8s-replicaset.js +219 -0
- package/dist/k8s-resourcequota.cjs +215 -0
- package/dist/k8s-resourcequota.d.ts +17 -0
- package/dist/k8s-resourcequota.js +203 -0
- package/dist/k8s-role.cjs +245 -0
- package/dist/k8s-role.d.ts +17 -0
- package/dist/k8s-role.js +233 -0
- package/dist/k8s-rolebinding.cjs +215 -0
- package/dist/k8s-rolebinding.d.ts +17 -0
- package/dist/k8s-rolebinding.js +203 -0
- package/dist/k8s-scheduler.cjs +221 -0
- package/dist/k8s-scheduler.d.ts +17 -0
- package/dist/k8s-scheduler.js +209 -0
- package/dist/k8s-secret.cjs +283 -0
- package/dist/k8s-secret.d.ts +17 -0
- package/dist/k8s-secret.js +271 -0
- package/dist/k8s-service.cjs +261 -0
- package/dist/k8s-service.d.ts +17 -0
- package/dist/k8s-service.js +249 -0
- package/dist/k8s-serviceaccount.cjs +195 -0
- package/dist/k8s-serviceaccount.d.ts +17 -0
- package/dist/k8s-serviceaccount.js +183 -0
- package/dist/k8s-statefulset.cjs +267 -0
- package/dist/k8s-statefulset.d.ts +17 -0
- package/dist/k8s-statefulset.js +255 -0
- package/dist/k8s-storageclass.cjs +287 -0
- package/dist/k8s-storageclass.d.ts +17 -0
- package/dist/k8s-storageclass.js +275 -0
- package/dist/k8s-user.cjs +193 -0
- package/dist/k8s-user.d.ts +17 -0
- package/dist/k8s-user.js +181 -0
- package/dist/k8s-volume.cjs +221 -0
- package/dist/k8s-volume.d.ts +17 -0
- package/dist/k8s-volume.js +209 -0
- package/dist/k8s-worker-node.cjs +195 -0
- package/dist/k8s-worker-node.d.ts +17 -0
- package/dist/k8s-worker-node.js +183 -0
- package/dist/kiro.cjs +41 -0
- package/dist/kiro.d.ts +17 -0
- package/dist/kiro.js +29 -0
- package/dist/monistic-logo.cjs +37 -0
- package/dist/monistic-logo.d.ts +17 -0
- package/dist/monistic-logo.js +25 -0
- package/dist/nimoxis.cjs +39 -0
- package/dist/nimoxis.d.ts +17 -0
- package/dist/nimoxis.js +27 -0
- package/dist/shopline.cjs +29 -0
- package/dist/shopline.d.ts +17 -0
- package/dist/shopline.js +17 -0
- package/package.json +1 -1
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
// @thesvg/icons - ResourceQuota
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "k8s-resourcequota";
|
|
5
|
+
export const title = "ResourceQuota";
|
|
6
|
+
export const hex = "326CE5";
|
|
7
|
+
export const categories = ["Kubernetes", "Config"];
|
|
8
|
+
export const aliases = ["quota"];
|
|
9
|
+
export const svg = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
10
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
11
|
+
|
|
12
|
+
<svg
|
|
13
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
14
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
15
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
16
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
19
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
20
|
+
width="18.035334mm"
|
|
21
|
+
height="17.500378mm"
|
|
22
|
+
viewBox="0 0 18.035334 17.500378"
|
|
23
|
+
version="1.1"
|
|
24
|
+
id="svg13826"
|
|
25
|
+
inkscape:version="0.91 r13725"
|
|
26
|
+
sodipodi:docname="quota.svg">
|
|
27
|
+
<defs
|
|
28
|
+
id="defs13820" />
|
|
29
|
+
<sodipodi:namedview
|
|
30
|
+
id="base"
|
|
31
|
+
pagecolor="#ffffff"
|
|
32
|
+
bordercolor="#666666"
|
|
33
|
+
borderopacity="1.0"
|
|
34
|
+
inkscape:pageopacity="0.0"
|
|
35
|
+
inkscape:pageshadow="2"
|
|
36
|
+
inkscape:zoom="8"
|
|
37
|
+
inkscape:cx="-2.090004"
|
|
38
|
+
inkscape:cy="23.752239"
|
|
39
|
+
inkscape:document-units="mm"
|
|
40
|
+
inkscape:current-layer="layer1"
|
|
41
|
+
showgrid="false"
|
|
42
|
+
inkscape:window-width="1440"
|
|
43
|
+
inkscape:window-height="775"
|
|
44
|
+
inkscape:window-x="0"
|
|
45
|
+
inkscape:window-y="1"
|
|
46
|
+
inkscape:window-maximized="1"
|
|
47
|
+
fit-margin-top="0"
|
|
48
|
+
fit-margin-left="0"
|
|
49
|
+
fit-margin-right="0"
|
|
50
|
+
fit-margin-bottom="0" />
|
|
51
|
+
<metadata
|
|
52
|
+
id="metadata13823">
|
|
53
|
+
<rdf:RDF>
|
|
54
|
+
<cc:Work
|
|
55
|
+
rdf:about="">
|
|
56
|
+
<dc:format>image/svg+xml</dc:format>
|
|
57
|
+
<dc:type
|
|
58
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
59
|
+
<dc:title />
|
|
60
|
+
</cc:Work>
|
|
61
|
+
</rdf:RDF>
|
|
62
|
+
</metadata>
|
|
63
|
+
<g
|
|
64
|
+
inkscape:label="Calque 1"
|
|
65
|
+
inkscape:groupmode="layer"
|
|
66
|
+
id="layer1"
|
|
67
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
68
|
+
<g
|
|
69
|
+
id="g70"
|
|
70
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
71
|
+
<path
|
|
72
|
+
inkscape:export-ydpi="250.55"
|
|
73
|
+
inkscape:export-xdpi="250.55"
|
|
74
|
+
inkscape:export-filename="new.png"
|
|
75
|
+
inkscape:connector-curvature="0"
|
|
76
|
+
id="path3055"
|
|
77
|
+
d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"
|
|
78
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
79
|
+
<path
|
|
80
|
+
id="path3054-2-9"
|
|
81
|
+
d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"
|
|
82
|
+
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
|
|
83
|
+
inkscape:connector-curvature="0" />
|
|
84
|
+
</g>
|
|
85
|
+
<g
|
|
86
|
+
id="g3340"
|
|
87
|
+
transform="translate(0.19821438,1.0923103)">
|
|
88
|
+
<path
|
|
89
|
+
sodipodi:nodetypes="cccsscccccsccccccsscssccccssscscccccccscccccsccccccccccccccsccccccscccsccccccsccccccccccsccccccccccccccccccc"
|
|
90
|
+
inkscape:connector-curvature="0"
|
|
91
|
+
id="path6933"
|
|
92
|
+
d="m 7.6643247,3.2185244 c -0.00874,0 -0.3153973,0.114869 -0.6814892,0.255202 -0.3660922,0.140326 -0.6799322,0.260197 -0.697384,0.266452 -0.017452,0.0063 -0.031787,0.01797 -0.031787,0.02588 0,0.0079 0.073047,0.204806 0.1623361,0.437539 0.089289,0.232732 0.1607937,0.431393 0.158764,0.441647 -0.00249,0.01261 -0.08309,0.04904 -0.248772,0.11233 -0.1348269,0.0515 -0.2436373,0.09885 -0.2416288,0.10519 0.00535,0.01693 1.6596799,0.755489 1.685687,0.752565 0.017467,-0.002 0.099812,-0.176733 0.3952135,-0.838824 0.2052227,-0.459967 0.3730696,-0.843272 0.3730696,-0.85186 0,-0.0086 -0.00438,-0.01389 -0.00965,-0.01178 -0.2018484,0.08106 -0.4893423,0.183997 -0.5011163,0.17948 -0.00867,-0.0035 -0.090417,-0.201228 -0.1816239,-0.43986 C 7.7387952,3.3721444 7.6745823,3.2185164 7.6643202,3.2185164 Z m 2.1501928,2.215556 c -2.2081446,0 -4.1566855,1.408429 -4.852756,3.5076367 -0.2548091,0.7684534 -0.3197364,1.6315619 -0.183945,2.4461109 0.1905627,1.143092 0.7745362,2.193072 1.6547911,2.975625 0.05075,0.04512 0.094827,0.08215 0.098045,0.08215 0.00321,0 0.2379835,-0.232485 0.5216545,-0.516475 0.2894218,-0.289748 0.5211646,-0.530909 0.5280827,-0.549513 0.030336,-0.08159 -0.037243,-0.22968 -0.1610858,-0.353247 -0.12775,-0.127463 -0.2642395,-0.190528 -0.350746,-0.161978 -0.022843,0.0075 -0.1247838,0.100542 -0.2782393,0.25413 -0.133175,0.133287 -0.2508183,0.242343 -0.2614521,0.242343 -0.022481,0 -0.150351,-0.156221 -0.2832395,-0.346103 -0.3045811,-0.43521 -0.5262815,-0.927757 -0.6557732,-1.457274 -0.04227,-0.172849 -0.097759,-0.500071 -0.088936,-0.524511 0.00401,-0.01113 0.089381,-0.01447 0.373605,-0.01447 0.3994528,0 0.4219443,-0.0028 0.4691492,-0.06286 0.048952,-0.06223 0.074544,-0.154369 0.080364,-0.289134 0.0062,-0.143589 -0.012352,-0.241332 -0.061613,-0.325385 -0.049366,-0.08424 -0.047912,-0.0841 -0.4745069,-0.08429 -0.2081513,-9.3e-5 -0.3858913,-0.0049 -0.3950355,-0.01071 -0.014428,-0.0091 -0.013972,-0.03442 0.00321,-0.191981 0.073354,-0.6721305 0.3217755,-1.3595193 0.6920264,-1.9144581 0.085696,-0.1284438 0.2399143,-0.328781 0.2530583,-0.328781 0.00718,0 0.1494039,0.135719 0.3160995,0.301636 l 0.3030636,0.3016318 0.062327,-0.0064 c 0.175522,-0.01811 0.405418,-0.228523 0.4543266,-0.4159287 0.00858,-0.03286 0.012325,-0.07526 0.00839,-0.0943 C 7.580153,7.872215 7.4977136,7.7818494 7.2774985,7.5605513 7.0047833,7.2864986 6.9783406,7.2564354 6.9931864,7.2383825 7.0452244,7.1750925 7.363229,6.9432393 7.5718103,6.8165574 8.0910404,6.5012025 8.7938212,6.2638034 9.3301825,6.2225744 l 0.09554,-0.0073 0.0034,0.4468281 0.0034,0.4466449 0.04786,0.04465 c 0.137582,0.128299 0.5118594,0.1324638 0.6566665,0.0073 l 0.04554,-0.03947 0.0057,-0.4484323 0.0059,-0.4484339 0.09233,0.00169 c 0.113385,0.0024 0.385702,0.04885 0.59416,0.1016169 0.59871,0.1515299 1.162725,0.432814 1.64354,0.8195369 0.06063,0.04876 0.110367,0.09734 0.110367,0.1078651 0,0.010541 -0.133756,0.1529399 -0.297169,0.316458 l -0.29717,0.2971679 7.34e-4,0.06626 c 0.002,0.1984881 0.271845,0.4686097 0.468971,0.4696847 l 0.06661,6.78e-4 0.297347,-0.2971685 c 0.163519,-0.163414 0.302952,-0.297171 0.309851,-0.297171 0.0069,0 0.05508,0.05696 0.107152,0.126621 0.400383,0.5356355 0.682455,1.1854219 0.7965,1.8349843 0.03927,0.2237034 0.0615,0.4498535 0.04607,0.4684345 -0.01095,0.0132 -0.08367,0.01607 -0.40325,0.01607 l -0.390036,0 -0.03376,0.02841 c -0.07416,0.0624 -0.128331,0.259391 -0.112331,0.408786 0.01297,0.121129 0.04778,0.217001 0.09822,0.271096 l 0.04429,0.04751 0.393249,0.0034 c 0.389665,0.0033 0.393071,0.0035 0.393071,0.02732 0,0.0534 -0.03806,0.279765 -0.07536,0.448255 -0.120507,0.544293 -0.367004,1.099957 -0.685954,1.546031 -0.135113,0.188966 -0.245486,0.323055 -0.265738,0.323065 -0.0096,5e-6 -0.126275,-0.10909 -0.259487,-0.242522 -0.273172,-0.273622 -0.283188,-0.280029 -0.38825,-0.249486 -0.187587,0.05453 -0.39264,0.280888 -0.410394,0.452897 l -0.0064,0.06126 0.455933,0.464864 c 0.583107,0.594534 0.590812,0.601878 0.617913,0.587374 0.04346,-0.02326 0.329631,-0.295499 0.453791,-0.431646 0.34547,-0.378825 0.603375,-0.753134 0.82418,-1.196535 0.544189,-1.092788 0.676134,-2.342889 0.373425,-3.5387069 C 14.508414,8.2880907 13.948493,7.3777365 13.176801,6.7000256 12.246604,5.8831144 11.053992,5.4341994 9.8145355,5.4341994 Z m -0.9645507,2.107152 c -0.2027993,0.00141 -0.4310042,0.1178071 -0.4966513,0.253416 -0.022318,0.0461 -0.023952,0.05857 -0.0125,0.09679 0.00723,0.024119 0.2156465,0.5646523 0.4632565,1.2011807 l 0.4502189,1.1572459 -0.040897,0.08304 c -0.1311303,0.265387 -0.082398,0.564087 0.1262616,0.772747 0.183795,0.183794 0.447462,0.245967 0.6884555,0.162158 0.04655,-0.01619 0.120048,-0.05372 0.163229,-0.08322 0.321157,-0.219438 0.385522,-0.672838 0.138406,-0.974553 C 10.248206,10.110487 10.161162,10.0521 9.9916789,9.9832309 9.9655789,9.9726209 9.9124589,9.8426555 9.5084195,8.8016961 9.2587326,8.1584083 9.0472723,7.6205566 9.0385567,7.6064116 c -0.029409,-0.04773 -0.081966,-0.06592 -0.1885888,-0.06518 z"
|
|
93
|
+
style="fill:#ffffff;fill-opacity:1;stroke-width:0.01153845" />
|
|
94
|
+
<path
|
|
95
|
+
transform="matrix(0.28222222,0,0,0.28222222,0.99262638,1.174181)"
|
|
96
|
+
inkscape:connector-curvature="0"
|
|
97
|
+
id="path3344"
|
|
98
|
+
d="m 19.062498,46.468956 c -0.703011,-0.598733 -2.115758,-2.256368 -2.831392,-3.322192 -1.230282,-1.832311 -2.255707,-4.365136 -2.725409,-6.731826 -0.33362,-1.681014 -0.304034,-5.066952 0.05915,-6.769016 1.469224,-6.885567 6.496712,-12.185832 13.193976,-13.909841 5.012271,-1.290258 10.216806,-0.392403 14.59711,2.518207 1.329816,0.883632 3.615416,3.09608 4.496602,4.352685 3.421514,4.879218 4.316279,10.776288 2.473492,16.301891 -0.852857,2.557293 -2.196327,4.749308 -4.160978,6.789078 l -1.250362,1.29817 -1.852344,-1.849256 c -1.083861,-1.082054 -1.852345,-1.947502 -1.852345,-2.086065 0,-0.587565 0.984329,-1.578818 1.56779,-1.578818 0.12418,0 0.639404,0.401066 1.14494,0.891258 1.07232,1.039771 0.984824,1.058722 2.015352,-0.436517 1.319733,-1.914856 2.228877,-4.21594 2.587267,-6.548491 l 0.08163,-0.53125 -1.445278,0 -1.445277,0 -0.204284,-0.395042 c -0.238895,-0.461972 -0.199362,-1.714445 0.06414,-2.03194 0.132339,-0.159458 0.441283,-0.198018 1.586534,-0.198018 l 1.422195,0 0,-0.486191 c 0,-1.26262 -0.72098,-3.834803 -1.527994,-5.451309 -0.424907,-0.851118 -1.69499,-2.8125 -1.82122,-2.8125 -0.04584,0 -0.571191,0.485591 -1.167454,1.079091 -0.95412,0.949698 -1.123415,1.069226 -1.411873,0.996827 -0.505292,-0.12682 -1.303697,-0.914951 -1.386362,-1.36852 -0.06585,-0.361326 0.01813,-0.49051 0.987863,-1.519562 1.226634,-1.301667 1.243107,-1.157571 -0.250375,-2.190015 -1.872745,-1.294628 -4.64284,-2.371899 -6.621618,-2.575102 l -0.761533,-0.0782 -0.07549,1.597806 c -0.05499,1.163875 -0.125709,1.648018 -0.260384,1.782694 -0.277291,0.277291 -1.313511,0.336852 -1.863373,0.107105 l -0.465182,-0.194365 0,-1.631378 0,-1.631379 -0.46875,0.0027 c -1.220066,0.007 -4.130165,0.919278 -5.648283,1.770582 -0.949661,0.532535 -2.632967,1.739506 -2.632967,1.887901 0,0.06655 0.481056,0.612604 1.069013,1.213447 0.962614,0.983713 1.060343,1.126985 0.981908,1.439496 -0.112764,0.449287 -0.915211,1.249706 -1.366401,1.362948 -0.319324,0.08015 -0.451969,-0.01158 -1.44241,-0.997432 -0.632705,-0.629774 -1.149616,-1.049311 -1.230934,-0.999054 -0.220256,0.136126 -1.310186,1.80043 -1.750492,2.672971 -0.802789,1.590861 -1.803334,5.279249 -1.585845,5.846017 0.05211,0.135794 0.376782,0.175419 1.437309,0.175419 1.509377,0 1.675832,0.06924 1.827602,0.760244 0.04685,0.213297 0.04813,0.634885 0.0028,0.93686 -0.12142,0.80969 -0.36447,0.927896 -1.907906,0.927896 -1.492063,0 -1.430506,-0.08454 -1.096066,1.50533 0.488373,2.321644 1.600037,4.641719 3.168516,6.612784 l 0.243193,0.305612 0.997644,-0.899362 c 0.574344,-0.517764 1.1098,-0.899364 1.261975,-0.899364 0.337868,0 1.189289,0.765318 1.389705,1.249165 0.146859,0.354549 0.125161,0.404299 -0.476442,1.092401 -0.34667,0.396514 -1.182775,1.266043 -1.858011,1.932288 l -1.227701,1.211352 -0.584998,-0.498223 z"
|
|
99
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:11.23642349;stroke-opacity:1" />
|
|
100
|
+
</g>
|
|
101
|
+
</g>
|
|
102
|
+
</svg>`;
|
|
103
|
+
export const variants = {
|
|
104
|
+
"default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
105
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
106
|
+
|
|
107
|
+
<svg
|
|
108
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
109
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
110
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
111
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
112
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
113
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
114
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
115
|
+
width="18.035334mm"
|
|
116
|
+
height="17.500378mm"
|
|
117
|
+
viewBox="0 0 18.035334 17.500378"
|
|
118
|
+
version="1.1"
|
|
119
|
+
id="svg13826"
|
|
120
|
+
inkscape:version="0.91 r13725"
|
|
121
|
+
sodipodi:docname="quota.svg">
|
|
122
|
+
<defs
|
|
123
|
+
id="defs13820" />
|
|
124
|
+
<sodipodi:namedview
|
|
125
|
+
id="base"
|
|
126
|
+
pagecolor="#ffffff"
|
|
127
|
+
bordercolor="#666666"
|
|
128
|
+
borderopacity="1.0"
|
|
129
|
+
inkscape:pageopacity="0.0"
|
|
130
|
+
inkscape:pageshadow="2"
|
|
131
|
+
inkscape:zoom="8"
|
|
132
|
+
inkscape:cx="-2.090004"
|
|
133
|
+
inkscape:cy="23.752239"
|
|
134
|
+
inkscape:document-units="mm"
|
|
135
|
+
inkscape:current-layer="layer1"
|
|
136
|
+
showgrid="false"
|
|
137
|
+
inkscape:window-width="1440"
|
|
138
|
+
inkscape:window-height="775"
|
|
139
|
+
inkscape:window-x="0"
|
|
140
|
+
inkscape:window-y="1"
|
|
141
|
+
inkscape:window-maximized="1"
|
|
142
|
+
fit-margin-top="0"
|
|
143
|
+
fit-margin-left="0"
|
|
144
|
+
fit-margin-right="0"
|
|
145
|
+
fit-margin-bottom="0" />
|
|
146
|
+
<metadata
|
|
147
|
+
id="metadata13823">
|
|
148
|
+
<rdf:RDF>
|
|
149
|
+
<cc:Work
|
|
150
|
+
rdf:about="">
|
|
151
|
+
<dc:format>image/svg+xml</dc:format>
|
|
152
|
+
<dc:type
|
|
153
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
154
|
+
<dc:title />
|
|
155
|
+
</cc:Work>
|
|
156
|
+
</rdf:RDF>
|
|
157
|
+
</metadata>
|
|
158
|
+
<g
|
|
159
|
+
inkscape:label="Calque 1"
|
|
160
|
+
inkscape:groupmode="layer"
|
|
161
|
+
id="layer1"
|
|
162
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
163
|
+
<g
|
|
164
|
+
id="g70"
|
|
165
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
166
|
+
<path
|
|
167
|
+
inkscape:export-ydpi="250.55"
|
|
168
|
+
inkscape:export-xdpi="250.55"
|
|
169
|
+
inkscape:export-filename="new.png"
|
|
170
|
+
inkscape:connector-curvature="0"
|
|
171
|
+
id="path3055"
|
|
172
|
+
d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"
|
|
173
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
174
|
+
<path
|
|
175
|
+
id="path3054-2-9"
|
|
176
|
+
d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"
|
|
177
|
+
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
|
|
178
|
+
inkscape:connector-curvature="0" />
|
|
179
|
+
</g>
|
|
180
|
+
<g
|
|
181
|
+
id="g3340"
|
|
182
|
+
transform="translate(0.19821438,1.0923103)">
|
|
183
|
+
<path
|
|
184
|
+
sodipodi:nodetypes="cccsscccccsccccccsscssccccssscscccccccscccccsccccccccccccccsccccccscccsccccccsccccccccccsccccccccccccccccccc"
|
|
185
|
+
inkscape:connector-curvature="0"
|
|
186
|
+
id="path6933"
|
|
187
|
+
d="m 7.6643247,3.2185244 c -0.00874,0 -0.3153973,0.114869 -0.6814892,0.255202 -0.3660922,0.140326 -0.6799322,0.260197 -0.697384,0.266452 -0.017452,0.0063 -0.031787,0.01797 -0.031787,0.02588 0,0.0079 0.073047,0.204806 0.1623361,0.437539 0.089289,0.232732 0.1607937,0.431393 0.158764,0.441647 -0.00249,0.01261 -0.08309,0.04904 -0.248772,0.11233 -0.1348269,0.0515 -0.2436373,0.09885 -0.2416288,0.10519 0.00535,0.01693 1.6596799,0.755489 1.685687,0.752565 0.017467,-0.002 0.099812,-0.176733 0.3952135,-0.838824 0.2052227,-0.459967 0.3730696,-0.843272 0.3730696,-0.85186 0,-0.0086 -0.00438,-0.01389 -0.00965,-0.01178 -0.2018484,0.08106 -0.4893423,0.183997 -0.5011163,0.17948 -0.00867,-0.0035 -0.090417,-0.201228 -0.1816239,-0.43986 C 7.7387952,3.3721444 7.6745823,3.2185164 7.6643202,3.2185164 Z m 2.1501928,2.215556 c -2.2081446,0 -4.1566855,1.408429 -4.852756,3.5076367 -0.2548091,0.7684534 -0.3197364,1.6315619 -0.183945,2.4461109 0.1905627,1.143092 0.7745362,2.193072 1.6547911,2.975625 0.05075,0.04512 0.094827,0.08215 0.098045,0.08215 0.00321,0 0.2379835,-0.232485 0.5216545,-0.516475 0.2894218,-0.289748 0.5211646,-0.530909 0.5280827,-0.549513 0.030336,-0.08159 -0.037243,-0.22968 -0.1610858,-0.353247 -0.12775,-0.127463 -0.2642395,-0.190528 -0.350746,-0.161978 -0.022843,0.0075 -0.1247838,0.100542 -0.2782393,0.25413 -0.133175,0.133287 -0.2508183,0.242343 -0.2614521,0.242343 -0.022481,0 -0.150351,-0.156221 -0.2832395,-0.346103 -0.3045811,-0.43521 -0.5262815,-0.927757 -0.6557732,-1.457274 -0.04227,-0.172849 -0.097759,-0.500071 -0.088936,-0.524511 0.00401,-0.01113 0.089381,-0.01447 0.373605,-0.01447 0.3994528,0 0.4219443,-0.0028 0.4691492,-0.06286 0.048952,-0.06223 0.074544,-0.154369 0.080364,-0.289134 0.0062,-0.143589 -0.012352,-0.241332 -0.061613,-0.325385 -0.049366,-0.08424 -0.047912,-0.0841 -0.4745069,-0.08429 -0.2081513,-9.3e-5 -0.3858913,-0.0049 -0.3950355,-0.01071 -0.014428,-0.0091 -0.013972,-0.03442 0.00321,-0.191981 0.073354,-0.6721305 0.3217755,-1.3595193 0.6920264,-1.9144581 0.085696,-0.1284438 0.2399143,-0.328781 0.2530583,-0.328781 0.00718,0 0.1494039,0.135719 0.3160995,0.301636 l 0.3030636,0.3016318 0.062327,-0.0064 c 0.175522,-0.01811 0.405418,-0.228523 0.4543266,-0.4159287 0.00858,-0.03286 0.012325,-0.07526 0.00839,-0.0943 C 7.580153,7.872215 7.4977136,7.7818494 7.2774985,7.5605513 7.0047833,7.2864986 6.9783406,7.2564354 6.9931864,7.2383825 7.0452244,7.1750925 7.363229,6.9432393 7.5718103,6.8165574 8.0910404,6.5012025 8.7938212,6.2638034 9.3301825,6.2225744 l 0.09554,-0.0073 0.0034,0.4468281 0.0034,0.4466449 0.04786,0.04465 c 0.137582,0.128299 0.5118594,0.1324638 0.6566665,0.0073 l 0.04554,-0.03947 0.0057,-0.4484323 0.0059,-0.4484339 0.09233,0.00169 c 0.113385,0.0024 0.385702,0.04885 0.59416,0.1016169 0.59871,0.1515299 1.162725,0.432814 1.64354,0.8195369 0.06063,0.04876 0.110367,0.09734 0.110367,0.1078651 0,0.010541 -0.133756,0.1529399 -0.297169,0.316458 l -0.29717,0.2971679 7.34e-4,0.06626 c 0.002,0.1984881 0.271845,0.4686097 0.468971,0.4696847 l 0.06661,6.78e-4 0.297347,-0.2971685 c 0.163519,-0.163414 0.302952,-0.297171 0.309851,-0.297171 0.0069,0 0.05508,0.05696 0.107152,0.126621 0.400383,0.5356355 0.682455,1.1854219 0.7965,1.8349843 0.03927,0.2237034 0.0615,0.4498535 0.04607,0.4684345 -0.01095,0.0132 -0.08367,0.01607 -0.40325,0.01607 l -0.390036,0 -0.03376,0.02841 c -0.07416,0.0624 -0.128331,0.259391 -0.112331,0.408786 0.01297,0.121129 0.04778,0.217001 0.09822,0.271096 l 0.04429,0.04751 0.393249,0.0034 c 0.389665,0.0033 0.393071,0.0035 0.393071,0.02732 0,0.0534 -0.03806,0.279765 -0.07536,0.448255 -0.120507,0.544293 -0.367004,1.099957 -0.685954,1.546031 -0.135113,0.188966 -0.245486,0.323055 -0.265738,0.323065 -0.0096,5e-6 -0.126275,-0.10909 -0.259487,-0.242522 -0.273172,-0.273622 -0.283188,-0.280029 -0.38825,-0.249486 -0.187587,0.05453 -0.39264,0.280888 -0.410394,0.452897 l -0.0064,0.06126 0.455933,0.464864 c 0.583107,0.594534 0.590812,0.601878 0.617913,0.587374 0.04346,-0.02326 0.329631,-0.295499 0.453791,-0.431646 0.34547,-0.378825 0.603375,-0.753134 0.82418,-1.196535 0.544189,-1.092788 0.676134,-2.342889 0.373425,-3.5387069 C 14.508414,8.2880907 13.948493,7.3777365 13.176801,6.7000256 12.246604,5.8831144 11.053992,5.4341994 9.8145355,5.4341994 Z m -0.9645507,2.107152 c -0.2027993,0.00141 -0.4310042,0.1178071 -0.4966513,0.253416 -0.022318,0.0461 -0.023952,0.05857 -0.0125,0.09679 0.00723,0.024119 0.2156465,0.5646523 0.4632565,1.2011807 l 0.4502189,1.1572459 -0.040897,0.08304 c -0.1311303,0.265387 -0.082398,0.564087 0.1262616,0.772747 0.183795,0.183794 0.447462,0.245967 0.6884555,0.162158 0.04655,-0.01619 0.120048,-0.05372 0.163229,-0.08322 0.321157,-0.219438 0.385522,-0.672838 0.138406,-0.974553 C 10.248206,10.110487 10.161162,10.0521 9.9916789,9.9832309 9.9655789,9.9726209 9.9124589,9.8426555 9.5084195,8.8016961 9.2587326,8.1584083 9.0472723,7.6205566 9.0385567,7.6064116 c -0.029409,-0.04773 -0.081966,-0.06592 -0.1885888,-0.06518 z"
|
|
188
|
+
style="fill:#ffffff;fill-opacity:1;stroke-width:0.01153845" />
|
|
189
|
+
<path
|
|
190
|
+
transform="matrix(0.28222222,0,0,0.28222222,0.99262638,1.174181)"
|
|
191
|
+
inkscape:connector-curvature="0"
|
|
192
|
+
id="path3344"
|
|
193
|
+
d="m 19.062498,46.468956 c -0.703011,-0.598733 -2.115758,-2.256368 -2.831392,-3.322192 -1.230282,-1.832311 -2.255707,-4.365136 -2.725409,-6.731826 -0.33362,-1.681014 -0.304034,-5.066952 0.05915,-6.769016 1.469224,-6.885567 6.496712,-12.185832 13.193976,-13.909841 5.012271,-1.290258 10.216806,-0.392403 14.59711,2.518207 1.329816,0.883632 3.615416,3.09608 4.496602,4.352685 3.421514,4.879218 4.316279,10.776288 2.473492,16.301891 -0.852857,2.557293 -2.196327,4.749308 -4.160978,6.789078 l -1.250362,1.29817 -1.852344,-1.849256 c -1.083861,-1.082054 -1.852345,-1.947502 -1.852345,-2.086065 0,-0.587565 0.984329,-1.578818 1.56779,-1.578818 0.12418,0 0.639404,0.401066 1.14494,0.891258 1.07232,1.039771 0.984824,1.058722 2.015352,-0.436517 1.319733,-1.914856 2.228877,-4.21594 2.587267,-6.548491 l 0.08163,-0.53125 -1.445278,0 -1.445277,0 -0.204284,-0.395042 c -0.238895,-0.461972 -0.199362,-1.714445 0.06414,-2.03194 0.132339,-0.159458 0.441283,-0.198018 1.586534,-0.198018 l 1.422195,0 0,-0.486191 c 0,-1.26262 -0.72098,-3.834803 -1.527994,-5.451309 -0.424907,-0.851118 -1.69499,-2.8125 -1.82122,-2.8125 -0.04584,0 -0.571191,0.485591 -1.167454,1.079091 -0.95412,0.949698 -1.123415,1.069226 -1.411873,0.996827 -0.505292,-0.12682 -1.303697,-0.914951 -1.386362,-1.36852 -0.06585,-0.361326 0.01813,-0.49051 0.987863,-1.519562 1.226634,-1.301667 1.243107,-1.157571 -0.250375,-2.190015 -1.872745,-1.294628 -4.64284,-2.371899 -6.621618,-2.575102 l -0.761533,-0.0782 -0.07549,1.597806 c -0.05499,1.163875 -0.125709,1.648018 -0.260384,1.782694 -0.277291,0.277291 -1.313511,0.336852 -1.863373,0.107105 l -0.465182,-0.194365 0,-1.631378 0,-1.631379 -0.46875,0.0027 c -1.220066,0.007 -4.130165,0.919278 -5.648283,1.770582 -0.949661,0.532535 -2.632967,1.739506 -2.632967,1.887901 0,0.06655 0.481056,0.612604 1.069013,1.213447 0.962614,0.983713 1.060343,1.126985 0.981908,1.439496 -0.112764,0.449287 -0.915211,1.249706 -1.366401,1.362948 -0.319324,0.08015 -0.451969,-0.01158 -1.44241,-0.997432 -0.632705,-0.629774 -1.149616,-1.049311 -1.230934,-0.999054 -0.220256,0.136126 -1.310186,1.80043 -1.750492,2.672971 -0.802789,1.590861 -1.803334,5.279249 -1.585845,5.846017 0.05211,0.135794 0.376782,0.175419 1.437309,0.175419 1.509377,0 1.675832,0.06924 1.827602,0.760244 0.04685,0.213297 0.04813,0.634885 0.0028,0.93686 -0.12142,0.80969 -0.36447,0.927896 -1.907906,0.927896 -1.492063,0 -1.430506,-0.08454 -1.096066,1.50533 0.488373,2.321644 1.600037,4.641719 3.168516,6.612784 l 0.243193,0.305612 0.997644,-0.899362 c 0.574344,-0.517764 1.1098,-0.899364 1.261975,-0.899364 0.337868,0 1.189289,0.765318 1.389705,1.249165 0.146859,0.354549 0.125161,0.404299 -0.476442,1.092401 -0.34667,0.396514 -1.182775,1.266043 -1.858011,1.932288 l -1.227701,1.211352 -0.584998,-0.498223 z"
|
|
194
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:11.23642349;stroke-opacity:1" />
|
|
195
|
+
</g>
|
|
196
|
+
</g>
|
|
197
|
+
</svg>`
|
|
198
|
+
};
|
|
199
|
+
export const license = "Apache-2.0";
|
|
200
|
+
export const url = "https://kubernetes.io";
|
|
201
|
+
|
|
202
|
+
const k8s_resourcequota = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
203
|
+
export default k8s_resourcequota;
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -Role
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "k8s-role";
|
|
8
|
+
exports.title = "Role";
|
|
9
|
+
exports.hex = "326CE5";
|
|
10
|
+
exports.categories = ["Kubernetes", "Security"];
|
|
11
|
+
exports.aliases = ["role"];
|
|
12
|
+
exports.svg = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
13
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
14
|
+
|
|
15
|
+
<svg
|
|
16
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
17
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
18
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
19
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
20
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
21
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
22
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
23
|
+
width="18.035334mm"
|
|
24
|
+
height="17.500378mm"
|
|
25
|
+
viewBox="0 0 18.035334 17.500378"
|
|
26
|
+
version="1.1"
|
|
27
|
+
id="svg13826"
|
|
28
|
+
inkscape:version="0.91 r13725"
|
|
29
|
+
sodipodi:docname="role.svg">
|
|
30
|
+
<defs
|
|
31
|
+
id="defs13820" />
|
|
32
|
+
<sodipodi:namedview
|
|
33
|
+
id="base"
|
|
34
|
+
pagecolor="#ffffff"
|
|
35
|
+
bordercolor="#666666"
|
|
36
|
+
borderopacity="1.0"
|
|
37
|
+
inkscape:pageopacity="0.0"
|
|
38
|
+
inkscape:pageshadow="2"
|
|
39
|
+
inkscape:zoom="8"
|
|
40
|
+
inkscape:cx="-2.090004"
|
|
41
|
+
inkscape:cy="33.752239"
|
|
42
|
+
inkscape:document-units="mm"
|
|
43
|
+
inkscape:current-layer="layer1"
|
|
44
|
+
showgrid="false"
|
|
45
|
+
inkscape:window-width="1440"
|
|
46
|
+
inkscape:window-height="775"
|
|
47
|
+
inkscape:window-x="0"
|
|
48
|
+
inkscape:window-y="1"
|
|
49
|
+
inkscape:window-maximized="1"
|
|
50
|
+
fit-margin-top="0"
|
|
51
|
+
fit-margin-left="0"
|
|
52
|
+
fit-margin-right="0"
|
|
53
|
+
fit-margin-bottom="0" />
|
|
54
|
+
<metadata
|
|
55
|
+
id="metadata13823">
|
|
56
|
+
<rdf:RDF>
|
|
57
|
+
<cc:Work
|
|
58
|
+
rdf:about="">
|
|
59
|
+
<dc:format>image/svg+xml</dc:format>
|
|
60
|
+
<dc:type
|
|
61
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
62
|
+
<dc:title />
|
|
63
|
+
</cc:Work>
|
|
64
|
+
</rdf:RDF>
|
|
65
|
+
</metadata>
|
|
66
|
+
<g
|
|
67
|
+
inkscape:label="Calque 1"
|
|
68
|
+
inkscape:groupmode="layer"
|
|
69
|
+
id="layer1"
|
|
70
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
71
|
+
<g
|
|
72
|
+
id="g70"
|
|
73
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
74
|
+
<path
|
|
75
|
+
inkscape:export-ydpi="250.55"
|
|
76
|
+
inkscape:export-xdpi="250.55"
|
|
77
|
+
inkscape:export-filename="new.png"
|
|
78
|
+
inkscape:connector-curvature="0"
|
|
79
|
+
id="path3055"
|
|
80
|
+
d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"
|
|
81
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
82
|
+
<path
|
|
83
|
+
id="path3054-2-9"
|
|
84
|
+
d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"
|
|
85
|
+
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
|
|
86
|
+
inkscape:connector-curvature="0" />
|
|
87
|
+
</g>
|
|
88
|
+
<g
|
|
89
|
+
id="g3342"
|
|
90
|
+
transform="translate(0.1276663,0.1398122)">
|
|
91
|
+
<ellipse
|
|
92
|
+
id="ellipse7838-2"
|
|
93
|
+
pointer-events="none"
|
|
94
|
+
ry="0.50229818"
|
|
95
|
+
rx="0.50633514"
|
|
96
|
+
cy="9.9493122"
|
|
97
|
+
cx="9.9282999"
|
|
98
|
+
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.12665248" />
|
|
99
|
+
<path
|
|
100
|
+
id="path7840-40"
|
|
101
|
+
pointer-events="none"
|
|
102
|
+
d="m 9.9890923,5.8761701 -3.1080511,1.374181 0,2.0505009 c 0,1.901056 1.3247841,3.677988 3.1080511,4.109873 1.7807337,-0.431885 3.1067857,-2.208817 3.1067857,-4.109873 l 0,-2.0505009 z m 1.6452157,5.5182459 -3.2916977,0 0,-2.7635579 0.472414,0 0,-0.301428 c 0,-0.650995 0.53194,-1.17914 1.1892657,-1.17914 0.657327,0 1.189267,0.528145 1.189267,1.17914 l 0,0.301428 0.440751,0 z"
|
|
103
|
+
inkscape:connector-curvature="0"
|
|
104
|
+
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.12665248" />
|
|
105
|
+
<path
|
|
106
|
+
id="path7836-7"
|
|
107
|
+
pointer-events="none"
|
|
108
|
+
d="m 9.9878259,7.5890498 c -0.393889,0.0014 -0.713053,0.317896 -0.713053,0.707987 l 0,0.296364 1.4273741,0 0,-0.301428 c -0.0038,-0.388828 -0.321698,-0.701659 -0.7143211,-0.702923 z"
|
|
109
|
+
inkscape:connector-curvature="0"
|
|
110
|
+
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.12665248" />
|
|
111
|
+
<rect
|
|
112
|
+
y="5.4559746"
|
|
113
|
+
x="4.9176979"
|
|
114
|
+
height="8.6571665"
|
|
115
|
+
width="9.9298582"
|
|
116
|
+
id="rect8484"
|
|
117
|
+
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:0.80000001, 0.4;stroke-dashoffset:4;stroke-opacity:1" />
|
|
118
|
+
</g>
|
|
119
|
+
</g>
|
|
120
|
+
</svg>`;
|
|
121
|
+
exports.variants = {
|
|
122
|
+
"default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
123
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
124
|
+
|
|
125
|
+
<svg
|
|
126
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
127
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
128
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
129
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
130
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
131
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
132
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
133
|
+
width="18.035334mm"
|
|
134
|
+
height="17.500378mm"
|
|
135
|
+
viewBox="0 0 18.035334 17.500378"
|
|
136
|
+
version="1.1"
|
|
137
|
+
id="svg13826"
|
|
138
|
+
inkscape:version="0.91 r13725"
|
|
139
|
+
sodipodi:docname="role.svg">
|
|
140
|
+
<defs
|
|
141
|
+
id="defs13820" />
|
|
142
|
+
<sodipodi:namedview
|
|
143
|
+
id="base"
|
|
144
|
+
pagecolor="#ffffff"
|
|
145
|
+
bordercolor="#666666"
|
|
146
|
+
borderopacity="1.0"
|
|
147
|
+
inkscape:pageopacity="0.0"
|
|
148
|
+
inkscape:pageshadow="2"
|
|
149
|
+
inkscape:zoom="8"
|
|
150
|
+
inkscape:cx="-2.090004"
|
|
151
|
+
inkscape:cy="33.752239"
|
|
152
|
+
inkscape:document-units="mm"
|
|
153
|
+
inkscape:current-layer="layer1"
|
|
154
|
+
showgrid="false"
|
|
155
|
+
inkscape:window-width="1440"
|
|
156
|
+
inkscape:window-height="775"
|
|
157
|
+
inkscape:window-x="0"
|
|
158
|
+
inkscape:window-y="1"
|
|
159
|
+
inkscape:window-maximized="1"
|
|
160
|
+
fit-margin-top="0"
|
|
161
|
+
fit-margin-left="0"
|
|
162
|
+
fit-margin-right="0"
|
|
163
|
+
fit-margin-bottom="0" />
|
|
164
|
+
<metadata
|
|
165
|
+
id="metadata13823">
|
|
166
|
+
<rdf:RDF>
|
|
167
|
+
<cc:Work
|
|
168
|
+
rdf:about="">
|
|
169
|
+
<dc:format>image/svg+xml</dc:format>
|
|
170
|
+
<dc:type
|
|
171
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
172
|
+
<dc:title />
|
|
173
|
+
</cc:Work>
|
|
174
|
+
</rdf:RDF>
|
|
175
|
+
</metadata>
|
|
176
|
+
<g
|
|
177
|
+
inkscape:label="Calque 1"
|
|
178
|
+
inkscape:groupmode="layer"
|
|
179
|
+
id="layer1"
|
|
180
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
181
|
+
<g
|
|
182
|
+
id="g70"
|
|
183
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
184
|
+
<path
|
|
185
|
+
inkscape:export-ydpi="250.55"
|
|
186
|
+
inkscape:export-xdpi="250.55"
|
|
187
|
+
inkscape:export-filename="new.png"
|
|
188
|
+
inkscape:connector-curvature="0"
|
|
189
|
+
id="path3055"
|
|
190
|
+
d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"
|
|
191
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
192
|
+
<path
|
|
193
|
+
id="path3054-2-9"
|
|
194
|
+
d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"
|
|
195
|
+
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
|
|
196
|
+
inkscape:connector-curvature="0" />
|
|
197
|
+
</g>
|
|
198
|
+
<g
|
|
199
|
+
id="g3342"
|
|
200
|
+
transform="translate(0.1276663,0.1398122)">
|
|
201
|
+
<ellipse
|
|
202
|
+
id="ellipse7838-2"
|
|
203
|
+
pointer-events="none"
|
|
204
|
+
ry="0.50229818"
|
|
205
|
+
rx="0.50633514"
|
|
206
|
+
cy="9.9493122"
|
|
207
|
+
cx="9.9282999"
|
|
208
|
+
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.12665248" />
|
|
209
|
+
<path
|
|
210
|
+
id="path7840-40"
|
|
211
|
+
pointer-events="none"
|
|
212
|
+
d="m 9.9890923,5.8761701 -3.1080511,1.374181 0,2.0505009 c 0,1.901056 1.3247841,3.677988 3.1080511,4.109873 1.7807337,-0.431885 3.1067857,-2.208817 3.1067857,-4.109873 l 0,-2.0505009 z m 1.6452157,5.5182459 -3.2916977,0 0,-2.7635579 0.472414,0 0,-0.301428 c 0,-0.650995 0.53194,-1.17914 1.1892657,-1.17914 0.657327,0 1.189267,0.528145 1.189267,1.17914 l 0,0.301428 0.440751,0 z"
|
|
213
|
+
inkscape:connector-curvature="0"
|
|
214
|
+
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.12665248" />
|
|
215
|
+
<path
|
|
216
|
+
id="path7836-7"
|
|
217
|
+
pointer-events="none"
|
|
218
|
+
d="m 9.9878259,7.5890498 c -0.393889,0.0014 -0.713053,0.317896 -0.713053,0.707987 l 0,0.296364 1.4273741,0 0,-0.301428 c -0.0038,-0.388828 -0.321698,-0.701659 -0.7143211,-0.702923 z"
|
|
219
|
+
inkscape:connector-curvature="0"
|
|
220
|
+
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.12665248" />
|
|
221
|
+
<rect
|
|
222
|
+
y="5.4559746"
|
|
223
|
+
x="4.9176979"
|
|
224
|
+
height="8.6571665"
|
|
225
|
+
width="9.9298582"
|
|
226
|
+
id="rect8484"
|
|
227
|
+
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:0.80000001, 0.4;stroke-dashoffset:4;stroke-opacity:1" />
|
|
228
|
+
</g>
|
|
229
|
+
</g>
|
|
230
|
+
</svg>`
|
|
231
|
+
};
|
|
232
|
+
exports.license = "Apache-2.0";
|
|
233
|
+
exports.url = "https://kubernetes.io";
|
|
234
|
+
|
|
235
|
+
exports.default = {
|
|
236
|
+
slug: exports.slug,
|
|
237
|
+
title: exports.title,
|
|
238
|
+
hex: exports.hex,
|
|
239
|
+
categories: exports.categories,
|
|
240
|
+
aliases: exports.aliases,
|
|
241
|
+
svg: exports.svg,
|
|
242
|
+
variants: exports.variants,
|
|
243
|
+
license: exports.license,
|
|
244
|
+
url: exports.url,
|
|
245
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Role
|
|
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 k8s_role: IconModule;
|
|
17
|
+
export default k8s_role;
|