-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: check
lib
into source control
- Loading branch information
Showing
2,273 changed files
with
55,618 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
.DS_Store | ||
lib | ||
node_modules | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<script> | ||
/** | ||
* Specify the pictogram title. | ||
* @type {string} | ||
*/ | ||
export let title = undefined; | ||
$: labelled = $$props["aria-label"] || $$props["aria-labelledby"] || $$props["title"]; | ||
$: attributes = { | ||
"aria-hidden": labelled ? undefined : true, | ||
role: labelled ? "img" : undefined, | ||
focusable: Number($$props["tabindex"]) === 0 ? true : undefined, | ||
}; | ||
</script> | ||
|
||
<svg | ||
preserveAspectRatio="xMidYMid meet" | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 32 32" | ||
width="64" | ||
height="64" | ||
fill="currentColor" | ||
{title} | ||
{...attributes} | ||
{...$$restProps}> | ||
<path d="M19,29.36c-3.401,0-6.596-1.506-8.764-4.131l0.556-0.459c2.03,2.459,5.022,3.869,8.208,3.869 c5.867,0,10.64-4.772,10.64-10.64c0-5.867-4.772-10.64-10.64-10.64c-3.186,0-6.177,1.411-8.208,3.87l-0.555-0.459 c2.091-2.532,5.137-4.022,8.403-4.125V5.36H16c-0.199,0-0.36-0.161-0.36-0.36V3c0-0.199,0.161-0.36,0.36-0.36h6 c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-2.64v1.286c6.098,0.191,11,5.211,11,11.354 C30.36,24.264,25.264,29.36,19,29.36z M16.36,4.64h5.28V3.36h-5.28V4.64z M14,23.36H4v-0.72h10V23.36z M12,18.36H2v-0.72h10V18.36z M19.179,18.312l-0.357-0.625l7-4l0.357,0.625L19.179,18.312z M14,13.36H4v-0.72h10V13.36z"></path> | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import type { SvelteComponentTyped } from "svelte"; | ||
import type { SvelteHTMLElements } from "svelte/elements"; | ||
|
||
type RestProps = SvelteHTMLElements["svg"]; | ||
|
||
export interface AcceleratedComputingProps extends RestProps { | ||
/** | ||
* Specify the pictogram title. | ||
* @default undefined | ||
*/ | ||
title?: string; | ||
|
||
[key: `data-${string}`]: any; | ||
} | ||
|
||
export default class AcceleratedComputing extends SvelteComponentTyped< | ||
AcceleratedComputingProps, | ||
Record<string, any>, | ||
{} | ||
> {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<script> | ||
/** | ||
* Specify the pictogram title. | ||
* @type {string} | ||
*/ | ||
export let title = undefined; | ||
$: labelled = $$props["aria-label"] || $$props["aria-labelledby"] || $$props["title"]; | ||
$: attributes = { | ||
"aria-hidden": labelled ? undefined : true, | ||
role: labelled ? "img" : undefined, | ||
focusable: Number($$props["tabindex"]) === 0 ? true : undefined, | ||
}; | ||
</script> | ||
|
||
<svg | ||
preserveAspectRatio="xMidYMid meet" | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 32 32" | ||
width="64" | ||
height="64" | ||
fill="currentColor" | ||
{title} | ||
{...attributes} | ||
{...$$restProps}> | ||
<path d="M18.36,11 c0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36S18.36,10.801,18.36,11z M16,10.64 c-0.199,0-0.36,0.161-0.36,0.36s0.161,0.36,0.36,0.36s0.36-0.161,0.36-0.36S16.199,10.64,16,10.64z M14,10.64 c-0.199,0-0.36,0.161-0.36,0.36s0.161,0.36,0.36,0.36s0.36-0.161,0.36-0.36S14.199,10.64,14,10.64z M12,10.64 c-0.199,0-0.36,0.161-0.36,0.36s0.161,0.36,0.36,0.36s0.36-0.161,0.36-0.36S12.199,10.64,12,10.64z M9.866,10.806 c-0.199,0-0.36,0.161-0.36,0.36s0.161,0.36,0.36,0.36s0.36-0.161,0.36-0.36S10.065,10.806,9.866,10.806z M8.15,11.817 c-0.199,0-0.36,0.161-0.36,0.36c0,0.199,0.161,0.36,0.36,0.36s0.36-0.161,0.36-0.36C8.51,11.978,8.349,11.817,8.15,11.817z M7.142,13.555c-0.199,0-0.36,0.161-0.36,0.36c0,0.199,0.161,0.36,0.36,0.36s0.36-0.161,0.36-0.36 C7.502,13.716,7.341,13.555,7.142,13.555z M7,15.64c-0.199,0-0.36,0.161-0.36,0.36S6.801,16.36,7,16.36S7.36,16.199,7.36,16 C7.36,15.801,7.199,15.64,7,15.64z M7,17.64c-0.199,0-0.36,0.161-0.36,0.36S6.801,18.36,7,18.36S7.36,18.199,7.36,18 S7.199,17.64,7,17.64z M21,13.64c-0.199,0-0.36,0.161-0.36,0.36s0.161,0.36,0.36,0.36s0.36-0.161,0.36-0.36S21.199,13.64,21,13.64z M21,15.64c-0.199,0-0.36,0.161-0.36,0.36s0.161,0.36,0.36,0.36s0.36-0.161,0.36-0.36C21.36,15.801,21.199,15.64,21,15.64z M21,17.64c-0.199,0-0.36,0.161-0.36,0.36s0.161,0.36,0.36,0.36s0.36-0.161,0.36-0.36S21.199,17.64,21,17.64z M21,19.64 c-0.199,0-0.36,0.161-0.36,0.36s0.161,0.36,0.36,0.36s0.36-0.161,0.36-0.36S21.199,19.64,21,19.64z M20.84,21.714 c-0.199,0-0.36,0.161-0.36,0.36s0.161,0.36,0.36,0.36c0.199,0,0.36-0.161,0.36-0.36S21.038,21.714,20.84,21.714z M19.806,23.493 c-0.199,0-0.36,0.161-0.36,0.36s0.161,0.36,0.36,0.36c0.199,0,0.36-0.161,0.36-0.36S20.005,23.493,19.806,23.493z M18.059,24.508 c-0.199,0-0.36,0.161-0.36,0.36s0.161,0.36,0.36,0.36c0.199,0,0.36-0.161,0.36-0.36S18.258,24.508,18.059,24.508z M16,24.64 c-0.199,0-0.36,0.161-0.36,0.36s0.161,0.36,0.36,0.36s0.36-0.161,0.36-0.36S16.199,24.64,16,24.64z M14,24.64 c-0.199,0-0.36,0.161-0.36,0.36s0.161,0.36,0.36,0.36s0.36-0.161,0.36-0.36S14.199,24.64,14,24.64z M27,0.64v0.72h3.131L1.36,30.131 V20.36H9v-0.72H1c-0.199,0-0.36,0.161-0.36,0.36v11c0,0.199,0.161,0.36,0.36,0.36h11c0.199,0,0.36-0.161,0.36-0.36v-8h-0.72v7.64 H1.869L30.64,1.87V5h0.721V0.64H27z M20,3.36c1.663,0,3.276,0.473,4.667,1.368l0.389-0.605C23.55,3.152,21.801,2.64,20,2.64 c-3.961,0-7.508,2.507-8.827,6.24l0.679,0.24C13.069,5.675,16.344,3.36,20,3.36z M27.276,7.338C28.168,8.728,28.64,10.34,28.64,12 c0,3.656-2.314,6.93-5.76,8.147l0.24,0.68c3.732-1.319,6.24-4.867,6.24-8.827c0-1.798-0.512-3.544-1.479-5.051L27.276,7.338z"></path> | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import type { SvelteComponentTyped } from "svelte"; | ||
import type { SvelteHTMLElements } from "svelte/elements"; | ||
|
||
type RestProps = SvelteHTMLElements["svg"]; | ||
|
||
export interface AcceleratingTransformationProps extends RestProps { | ||
/** | ||
* Specify the pictogram title. | ||
* @default undefined | ||
*/ | ||
title?: string; | ||
|
||
[key: `data-${string}`]: any; | ||
} | ||
|
||
export default class AcceleratingTransformation extends SvelteComponentTyped< | ||
AcceleratingTransformationProps, | ||
Record<string, any>, | ||
{} | ||
> {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<script> | ||
/** | ||
* Specify the pictogram title. | ||
* @type {string} | ||
*/ | ||
export let title = undefined; | ||
$: labelled = $$props["aria-label"] || $$props["aria-labelledby"] || $$props["title"]; | ||
$: attributes = { | ||
"aria-hidden": labelled ? undefined : true, | ||
role: labelled ? "img" : undefined, | ||
focusable: Number($$props["tabindex"]) === 0 ? true : undefined, | ||
}; | ||
</script> | ||
|
||
<svg | ||
preserveAspectRatio="xMidYMid meet" | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 32 32" | ||
width="64" | ||
height="64" | ||
fill="currentColor" | ||
{title} | ||
{...attributes} | ||
{...$$restProps}> | ||
<path d="M16,31.36C7.53,31.36,0.64,24.47,0.64,16 S7.53,0.64,16,0.64S31.36,7.53,31.36,16S24.47,31.36,16,31.36z M16,1.36C7.927,1.36,1.36,7.927,1.36,16 c0,8.072,6.567,14.64,14.64,14.64c8.072,0,14.64-6.567,14.64-14.64S24.072,1.36,16,1.36z M28,19.36h-2 c-0.199,0-0.36-0.161-0.36-0.36c0-0.353-0.287-0.64-0.64-0.64s-0.64,0.287-0.64,0.64c0,0.199-0.161,0.36-0.36,0.36h-2 c-0.199,0-0.36-0.161-0.36-0.36v-2.64H11.143c-0.573,1.741-2.214,3-4.143,3c-2.404,0-4.36-1.956-4.36-4.36S4.596,10.64,7,10.64 c1.929,0,3.57,1.26,4.143,3H28c0.199,0,0.36,0.161,0.36,0.36v5C28.36,19.199,28.199,19.36,28,19.36z M26.312,18.64h1.328v-4.28 H11.313c0.031,0.209,0.047,0.423,0.047,0.64s-0.016,0.431-0.047,0.64H22c0.199,0,0.36,0.161,0.36,0.36v2.64h1.328 c0.158-0.575,0.687-1,1.312-1S26.153,18.064,26.312,18.64z M7,11.36c-2.007,0-3.64,1.633-3.64,3.64S4.993,18.64,7,18.64 s3.64-1.633,3.64-3.64S9.007,11.36,7,11.36z"></path> | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import type { SvelteComponentTyped } from "svelte"; | ||
import type { SvelteHTMLElements } from "svelte/elements"; | ||
|
||
type RestProps = SvelteHTMLElements["svg"]; | ||
|
||
export interface AccessManagementProps extends RestProps { | ||
/** | ||
* Specify the pictogram title. | ||
* @default undefined | ||
*/ | ||
title?: string; | ||
|
||
[key: `data-${string}`]: any; | ||
} | ||
|
||
export default class AccessManagement extends SvelteComponentTyped< | ||
AccessManagementProps, | ||
Record<string, any>, | ||
{} | ||
> {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<script> | ||
/** | ||
* Specify the pictogram title. | ||
* @type {string} | ||
*/ | ||
export let title = undefined; | ||
$: labelled = $$props["aria-label"] || $$props["aria-labelledby"] || $$props["title"]; | ||
$: attributes = { | ||
"aria-hidden": labelled ? undefined : true, | ||
role: labelled ? "img" : undefined, | ||
focusable: Number($$props["tabindex"]) === 0 ? true : undefined, | ||
}; | ||
</script> | ||
|
||
<svg | ||
preserveAspectRatio="xMidYMid meet" | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 32 32" | ||
width="64" | ||
height="64" | ||
fill="currentColor" | ||
{title} | ||
{...attributes} | ||
{...$$restProps}> | ||
<path d="M30.396,20.229l-1.933-0.518l0.186-0.695l1.933,0.518L30.396,20.229z M1.604,20.229l-0.187-0.695 l1.932-0.518l0.187,0.695L1.604,20.229z M31,16.36h-2v-0.72h2V16.36z M3,16.36H1v-0.72h2V16.36z M28.649,12.983l-0.186-0.695 l1.933-0.518l0.186,0.695L28.649,12.983z M3.35,12.983l-1.932-0.518l0.187-0.695l1.932,0.518L3.35,12.983z M24,31.36H8 c-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h16c0.199,0,0.36,0.161,0.36,0.36v30 C24.36,31.199,24.199,31.36,24,31.36z M8.36,30.64h15.28V1.36H8.36V30.64z M20,11.36h-8v-0.72h8V11.36z M20,8.36h-8V7.64h8V8.36z M20,5.36h-8V4.64h8V5.36z"></path> | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import type { SvelteComponentTyped } from "svelte"; | ||
import type { SvelteHTMLElements } from "svelte/elements"; | ||
|
||
type RestProps = SvelteHTMLElements["svg"]; | ||
|
||
export interface ActiveServerProps extends RestProps { | ||
/** | ||
* Specify the pictogram title. | ||
* @default undefined | ||
*/ | ||
title?: string; | ||
|
||
[key: `data-${string}`]: any; | ||
} | ||
|
||
export default class ActiveServer extends SvelteComponentTyped< | ||
ActiveServerProps, | ||
Record<string, any>, | ||
{} | ||
> {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<script> | ||
/** | ||
* Specify the pictogram title. | ||
* @type {string} | ||
*/ | ||
export let title = undefined; | ||
$: labelled = $$props["aria-label"] || $$props["aria-labelledby"] || $$props["title"]; | ||
$: attributes = { | ||
"aria-hidden": labelled ? undefined : true, | ||
role: labelled ? "img" : undefined, | ||
focusable: Number($$props["tabindex"]) === 0 ? true : undefined, | ||
}; | ||
</script> | ||
|
||
<svg | ||
preserveAspectRatio="xMidYMid meet" | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 32 32" | ||
width="64" | ||
height="64" | ||
fill="currentColor" | ||
{title} | ||
{...attributes} | ||
{...$$restProps}> | ||
<path d="M16,31.36C7.53,31.36,0.64,24.47,0.64,16 S7.53,0.64,16,0.64S31.36,7.53,31.36,16S24.47,31.36,16,31.36z M16.36,27.354v3.281c4.043-0.098,7.686-1.844,10.28-4.59v-6.047 C25.068,24.242,21.077,27.211,16.36,27.354z M10.36,29.51c1.632,0.685,3.413,1.081,5.28,1.126v-3.281 c-1.918-0.059-3.716-0.584-5.28-1.473C10.36,25.882,10.36,29.51,10.36,29.51z M5.36,26.046c1.218,1.289,2.667,2.358,4.28,3.14 v-3.749c-1.938-1.303-3.448-3.191-4.28-5.438V26.046z M16.36,22.35v4.284c5.272-0.172,9.572-4.11,10.198-9.348 C26.024,17.102,25.64,16.595,25.64,16s0.385-1.102,0.918-1.286C25.917,9.358,21.435,5.36,16,5.36c-1.647,0-3.279,0.385-4.745,1.116 C11.323,6.637,11.36,6.814,11.36,7c0,0.625-0.424,1.153-1,1.312v4.751C11.423,11.03,13.552,9.64,16,9.64 c3.507,0,6.36,2.853,6.36,6.36C22.36,19.386,19.7,22.163,16.36,22.35z M10.36,25.043c1.54,0.957,3.344,1.528,5.28,1.591V22.35 c-2.295-0.128-4.27-1.48-5.28-3.412C10.36,18.938,10.36,25.043,10.36,25.043z M27.36,17.312v7.913c2.05-2.52,3.279-5.73,3.279-9.225 c0-8.073-6.567-14.64-14.64-14.64C7.927,1.36,1.36,7.927,1.36,16c0,3.494,1.23,6.705,3.28,9.225v-7.913 c-0.576-0.158-1-0.686-1-1.312c0-0.655,0.465-1.204,1.083-1.332c0.335-2.843,1.761-5.493,3.955-7.347C8.653,7.218,8.64,7.111,8.64,7 c0-0.75,0.61-1.36,1.36-1.36c0.298,0,0.574,0.096,0.798,0.259C12.398,5.075,14.191,4.64,16,4.64c5.816,0,10.611,4.289,11.277,10.028 c0.617,0.128,1.083,0.677,1.083,1.332C28.36,16.625,27.936,17.153,27.36,17.312z M5.443,17.286c0.359,3.006,1.929,5.583,4.197,7.268 V8.312C9.409,8.248,9.203,8.125,9.039,7.961c-1.987,1.724-3.279,4.151-3.596,6.753C5.976,14.898,6.36,15.405,6.36,16 C6.36,16.595,5.976,17.102,5.443,17.286z M16.36,17.312v4.317c2.943-0.187,5.28-2.64,5.28-5.629c0-3.11-2.529-5.64-5.64-5.64 c-3.11,0-5.64,2.53-5.64,5.64c0,2.989,2.337,5.442,5.28,5.629v-4.317c-0.576-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36 c0.75,0,1.36,0.61,1.36,1.36C17.36,16.625,16.936,17.153,16.36,17.312z M27,15.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S27.353,15.36,27,15.36z M16,15.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64 s0.64-0.287,0.64-0.64S16.353,15.36,16,15.36z M5,15.36c-0.353,0-0.64,0.287-0.64,0.64S4.647,16.64,5,16.64S5.64,16.353,5.64,16 S5.353,15.36,5,15.36z M10,6.36C9.647,6.36,9.36,6.647,9.36,7S9.647,7.64,10,7.64S10.64,7.353,10.64,7S10.353,6.36,10,6.36z"></path> | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import type { SvelteComponentTyped } from "svelte"; | ||
import type { SvelteHTMLElements } from "svelte/elements"; | ||
|
||
type RestProps = SvelteHTMLElements["svg"]; | ||
|
||
export interface AdTechProps extends RestProps { | ||
/** | ||
* Specify the pictogram title. | ||
* @default undefined | ||
*/ | ||
title?: string; | ||
|
||
[key: `data-${string}`]: any; | ||
} | ||
|
||
export default class AdTech extends SvelteComponentTyped< | ||
AdTechProps, | ||
Record<string, any>, | ||
{} | ||
> {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<script> | ||
/** | ||
* Specify the pictogram title. | ||
* @type {string} | ||
*/ | ||
export let title = undefined; | ||
$: labelled = $$props["aria-label"] || $$props["aria-labelledby"] || $$props["title"]; | ||
$: attributes = { | ||
"aria-hidden": labelled ? undefined : true, | ||
role: labelled ? "img" : undefined, | ||
focusable: Number($$props["tabindex"]) === 0 ? true : undefined, | ||
}; | ||
</script> | ||
|
||
<svg | ||
preserveAspectRatio="xMidYMid meet" | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 32 32" | ||
width="64" | ||
height="64" | ||
fill="currentColor" | ||
{title} | ||
{...attributes} | ||
{...$$restProps}> | ||
<path d="M31,30.36h-8c-0.199,0-0.36-0.161-0.36-0.36v-2.64H2v-0.72h20.64v-1.28H5c-0.75,0-1.36-0.61-1.36-1.36 V13.926c-1.819-1.341-3-3.499-3-5.926c0-4.058,3.302-7.36,7.36-7.36c3.938,0,7.163,3.108,7.351,7H27c0.75,0,1.36,0.61,1.36,1.36 v6.64H31c0.199,0,0.36,0.161,0.36,0.36v14C31.36,30.199,31.199,30.36,31,30.36z M23.36,29.64h7.279v-2.28H23.36V29.64z M23.36,26.64 h7.279V16.36H23.36V26.64z M4.36,14.396V24c0,0.353,0.287,0.64,0.64,0.64h17.64V16c0-0.199,0.161-0.36,0.36-0.36h4.64V9 c0-0.353-0.287-0.64-0.64-0.64H15.351c-0.188,3.892-3.414,7-7.351,7C6.677,15.36,5.434,15.009,4.36,14.396z M8,1.36 C4.339,1.36,1.36,4.339,1.36,8S4.339,14.64,8,14.64s6.64-2.979,6.64-6.64S11.661,1.36,8,1.36z M8.36,12H7.64V8.36H4V7.64h3.64V4 h0.72v3.64H12v0.72H8.36V12z"></path> | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import type { SvelteComponentTyped } from "svelte"; | ||
import type { SvelteHTMLElements } from "svelte/elements"; | ||
|
||
type RestProps = SvelteHTMLElements["svg"]; | ||
|
||
export interface AddDeviceProps extends RestProps { | ||
/** | ||
* Specify the pictogram title. | ||
* @default undefined | ||
*/ | ||
title?: string; | ||
|
||
[key: `data-${string}`]: any; | ||
} | ||
|
||
export default class AddDevice extends SvelteComponentTyped< | ||
AddDeviceProps, | ||
Record<string, any>, | ||
{} | ||
> {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<script> | ||
/** | ||
* Specify the pictogram title. | ||
* @type {string} | ||
*/ | ||
export let title = undefined; | ||
$: labelled = $$props["aria-label"] || $$props["aria-labelledby"] || $$props["title"]; | ||
$: attributes = { | ||
"aria-hidden": labelled ? undefined : true, | ||
role: labelled ? "img" : undefined, | ||
focusable: Number($$props["tabindex"]) === 0 ? true : undefined, | ||
}; | ||
</script> | ||
|
||
<svg | ||
preserveAspectRatio="xMidYMid meet" | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 32 32" | ||
width="64" | ||
height="64" | ||
fill="currentColor" | ||
{title} | ||
{...attributes} | ||
{...$$restProps}> | ||
<path d="M31,31.36H7c-0.199,0-0.36-0.161-0.36-0.36v-6.979c-3.464-1.021-6-4.23-6-8.021s2.536-7,6-8.021V1 c0-0.199,0.161-0.36,0.36-0.36h18c0.096,0,0.188,0.038,0.255,0.105l6,6C31.322,6.813,31.36,6.904,31.36,7v24 C31.36,31.199,31.199,31.36,31,31.36z M7.36,30.64h23.28V7.36H25c-0.199,0-0.36-0.161-0.36-0.36V1.36H7.36v6.441 C7.89,7.696,8.439,7.64,9,7.64c4.61,0,8.36,3.75,8.36,8.36c0,4.609-3.75,8.36-8.36,8.36c-0.561,0-1.11-0.056-1.64-0.162 C7.36,24.198,7.36,30.64,7.36,30.64z M9,8.36c-4.213,0-7.64,3.427-7.64,7.64S4.787,23.64,9,23.64s7.64-3.427,7.64-7.64 S13.213,8.36,9,8.36z M25.36,6.64h4.771L25.36,1.869V6.64z M9.36,20H8.64v-3.64H5v-0.72h3.64V12h0.72v3.64H13v0.72H9.36V20z"></path> | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import type { SvelteComponentTyped } from "svelte"; | ||
import type { SvelteHTMLElements } from "svelte/elements"; | ||
|
||
type RestProps = SvelteHTMLElements["svg"]; | ||
|
||
export interface AddDocumentProps extends RestProps { | ||
/** | ||
* Specify the pictogram title. | ||
* @default undefined | ||
*/ | ||
title?: string; | ||
|
||
[key: `data-${string}`]: any; | ||
} | ||
|
||
export default class AddDocument extends SvelteComponentTyped< | ||
AddDocumentProps, | ||
Record<string, any>, | ||
{} | ||
> {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<script> | ||
/** | ||
* Specify the pictogram title. | ||
* @type {string} | ||
*/ | ||
export let title = undefined; | ||
$: labelled = $$props["aria-label"] || $$props["aria-labelledby"] || $$props["title"]; | ||
$: attributes = { | ||
"aria-hidden": labelled ? undefined : true, | ||
role: labelled ? "img" : undefined, | ||
focusable: Number($$props["tabindex"]) === 0 ? true : undefined, | ||
}; | ||
</script> | ||
|
||
<svg | ||
preserveAspectRatio="xMidYMid meet" | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 32 32" | ||
width="64" | ||
height="64" | ||
fill="currentColor" | ||
{title} | ||
{...attributes} | ||
{...$$restProps}> | ||
<path d="M17,21.36H2.5 c-1.061,0-1.86-0.8-1.86-1.86v-17c0-1.061,0.799-1.86,1.86-1.86h27c1.061,0,1.86,0.799,1.86,1.86V15h-0.72V2.5 c0-0.661-0.479-1.14-1.14-1.14h-27c-0.661,0-1.14,0.479-1.14,1.14v17c0,0.66,0.479,1.14,1.14,1.14H17V21.36z M13,17.36H4v-0.72h9 V17.36z M10,9.36H4C3.801,9.36,3.64,9.199,3.64,9V4c0-0.199,0.161-0.36,0.36-0.36h6c0.199,0,0.36,0.161,0.36,0.36v5 C10.36,9.199,10.199,9.36,10,9.36z M8.36,8.64h1.28V6.36H8.36V8.64z M6.36,8.64h1.281V6c0-0.199,0.161-0.36,0.36-0.36h1.64V4.36 H6.36V8.64z M4.36,8.64h1.28V7.36H4.36V8.64z M4.36,6.64h1.28V4.36H4.36V6.64z M25,31.36c-3.507,0-6.36-2.854-6.36-6.36v-7.223 l6.36-3.18l6.36,3.18V25C31.36,28.507,28.507,31.36,25,31.36z M19.36,18.223V25c0,3.11,2.529,5.64,5.64,5.64s5.64-2.529,5.64-5.64 v-6.777L25,15.402L19.36,18.223z"></path> | ||
</svg> |
Oops, something went wrong.