@muraldevkit/ds-pictograms 1.2.0 → 1.3.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/cjs/default/framesA4.d.ts +45 -0
- package/dist/cjs/default/framesA4.js +3 -0
- package/dist/cjs/default/framesCustom.d.ts +54 -0
- package/dist/cjs/default/framesCustom.js +3 -0
- package/dist/cjs/default/framesGrid.d.ts +54 -0
- package/dist/cjs/default/framesGrid.js +3 -0
- package/dist/cjs/default/framesLetter.d.ts +45 -0
- package/dist/cjs/default/framesLetter.js +3 -0
- package/dist/cjs/default/framesPhone.d.ts +45 -0
- package/dist/cjs/default/framesPhone.js +3 -0
- package/dist/cjs/default/framesPresentation.d.ts +45 -0
- package/dist/cjs/default/framesPresentation.js +3 -0
- package/dist/cjs/default/framesSquare.d.ts +45 -0
- package/dist/cjs/default/framesSquare.js +3 -0
- package/dist/cjs/default/framesTablet.d.ts +45 -0
- package/dist/cjs/default/framesTablet.js +3 -0
- package/dist/cjs/default/index.d.ts +8 -0
- package/dist/cjs/default/index.js +1 -1
- package/dist/cjs/framesA4.d.ts +47 -0
- package/dist/cjs/framesA4.js +3 -0
- package/dist/cjs/framesCustom.d.ts +56 -0
- package/dist/cjs/framesCustom.js +3 -0
- package/dist/cjs/framesGrid.d.ts +56 -0
- package/dist/cjs/framesGrid.js +3 -0
- package/dist/cjs/framesLetter.d.ts +47 -0
- package/dist/cjs/framesLetter.js +3 -0
- package/dist/cjs/framesPhone.d.ts +47 -0
- package/dist/cjs/framesPhone.js +3 -0
- package/dist/cjs/framesPresentation.d.ts +47 -0
- package/dist/cjs/framesPresentation.js +3 -0
- package/dist/cjs/framesSquare.d.ts +47 -0
- package/dist/cjs/framesSquare.js +3 -0
- package/dist/cjs/framesTablet.d.ts +47 -0
- package/dist/cjs/framesTablet.js +3 -0
- package/dist/cjs/index.d.ts +8 -0
- package/dist/cjs/index.js +1 -1
- package/dist/esm/default/framesA4.d.ts +45 -0
- package/dist/esm/default/framesA4.js +3 -0
- package/dist/esm/default/framesCustom.d.ts +54 -0
- package/dist/esm/default/framesCustom.js +3 -0
- package/dist/esm/default/framesGrid.d.ts +54 -0
- package/dist/esm/default/framesGrid.js +3 -0
- package/dist/esm/default/framesLetter.d.ts +45 -0
- package/dist/esm/default/framesLetter.js +3 -0
- package/dist/esm/default/framesPhone.d.ts +45 -0
- package/dist/esm/default/framesPhone.js +3 -0
- package/dist/esm/default/framesPresentation.d.ts +45 -0
- package/dist/esm/default/framesPresentation.js +3 -0
- package/dist/esm/default/framesSquare.d.ts +45 -0
- package/dist/esm/default/framesSquare.js +3 -0
- package/dist/esm/default/framesTablet.d.ts +45 -0
- package/dist/esm/default/framesTablet.js +3 -0
- package/dist/esm/default/index.d.ts +8 -0
- package/dist/esm/default/index.js +21 -5
- package/dist/esm/framesA4.d.ts +47 -0
- package/dist/esm/framesA4.js +3 -0
- package/dist/esm/framesCustom.d.ts +56 -0
- package/dist/esm/framesCustom.js +3 -0
- package/dist/esm/framesGrid.d.ts +56 -0
- package/dist/esm/framesGrid.js +3 -0
- package/dist/esm/framesLetter.d.ts +47 -0
- package/dist/esm/framesLetter.js +3 -0
- package/dist/esm/framesPhone.d.ts +47 -0
- package/dist/esm/framesPhone.js +3 -0
- package/dist/esm/framesPresentation.d.ts +47 -0
- package/dist/esm/framesPresentation.js +3 -0
- package/dist/esm/framesSquare.d.ts +47 -0
- package/dist/esm/framesSquare.js +3 -0
- package/dist/esm/framesTablet.d.ts +47 -0
- package/dist/esm/framesTablet.js +3 -0
- package/dist/esm/index.d.ts +8 -0
- package/dist/esm/index.js +23 -7
- package/dist/svg/default/frames-a4.svg +7 -0
- package/dist/svg/default/frames-custom.svg +8 -0
- package/dist/svg/default/frames-grid.svg +8 -0
- package/dist/svg/default/frames-letter.svg +7 -0
- package/dist/svg/default/frames-phone.svg +7 -0
- package/dist/svg/default/frames-presentation.svg +7 -0
- package/dist/svg/default/frames-square.svg +7 -0
- package/dist/svg/default/frames-tablet.svg +7 -0
- package/dist/types/default/framesA4.d.ts +45 -0
- package/dist/types/default/framesCustom.d.ts +54 -0
- package/dist/types/default/framesGrid.d.ts +54 -0
- package/dist/types/default/framesLetter.d.ts +45 -0
- package/dist/types/default/framesPhone.d.ts +45 -0
- package/dist/types/default/framesPresentation.d.ts +45 -0
- package/dist/types/default/framesSquare.d.ts +45 -0
- package/dist/types/default/framesTablet.d.ts +45 -0
- package/dist/types/default/index.d.ts +8 -0
- package/dist/types/framesA4.d.ts +47 -0
- package/dist/types/framesCustom.d.ts +56 -0
- package/dist/types/framesGrid.d.ts +56 -0
- package/dist/types/framesLetter.d.ts +47 -0
- package/dist/types/framesPhone.d.ts +47 -0
- package/dist/types/framesPresentation.d.ts +47 -0
- package/dist/types/framesSquare.d.ts +47 -0
- package/dist/types/framesTablet.d.ts +47 -0
- package/dist/types/index.d.ts +8 -0
- package/package.json +1 -1
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
declare const framesGrid: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly fill: "currentColor";
|
|
8
|
+
readonly viewBox: "0 0 36 36";
|
|
9
|
+
readonly "data-mrl-svg-name": "framesGrid";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "style";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {};
|
|
16
|
+
readonly children: readonly [{
|
|
17
|
+
readonly name: "";
|
|
18
|
+
readonly type: "text";
|
|
19
|
+
readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
|
|
20
|
+
readonly attributes: {};
|
|
21
|
+
readonly children: readonly [];
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "path";
|
|
25
|
+
readonly type: "element";
|
|
26
|
+
readonly value: "";
|
|
27
|
+
readonly attributes: {
|
|
28
|
+
readonly fill: "#fff";
|
|
29
|
+
readonly d: "M1.312 7.167a.87.87 0 0 1 .874-.867h31.628a.87.87 0 0 1 .874.867v21.666a.87.87 0 0 1-.874.867H2.186a.87.87 0 0 1-.874-.867V7.167Z";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "path";
|
|
34
|
+
readonly type: "element";
|
|
35
|
+
readonly value: "";
|
|
36
|
+
readonly attributes: {
|
|
37
|
+
readonly class: "mrl-picto-border";
|
|
38
|
+
readonly "fill-rule": "evenodd";
|
|
39
|
+
readonly d: "M2.186 5h31.628C35.021 5 36 5.97 36 7.167v21.666A2.176 2.176 0 0 1 33.814 31H2.186A2.176 2.176 0 0 1 0 28.833V7.167C0 5.97.979 5 2.186 5Zm0 1.3a.87.87 0 0 0-.874.867v21.666a.87.87 0 0 0 .874.867h31.628a.87.87 0 0 0 .874-.867V7.167a.87.87 0 0 0-.874-.867H2.186Z";
|
|
40
|
+
readonly "clip-rule": "evenodd";
|
|
41
|
+
};
|
|
42
|
+
readonly children: readonly [];
|
|
43
|
+
}, {
|
|
44
|
+
readonly name: "path";
|
|
45
|
+
readonly type: "element";
|
|
46
|
+
readonly value: "";
|
|
47
|
+
readonly attributes: {
|
|
48
|
+
readonly class: "mrl-picto-border";
|
|
49
|
+
readonly d: "M3.06 8.467a.87.87 0 0 1 .875-.867h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H3.935a.87.87 0 0 1-.875-.866v-2.6Zm5.247 0A.87.87 0 0 1 9.18 7.6h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H9.181a.87.87 0 0 1-.874-.866v-2.6Zm5.246 0a.87.87 0 0 1 .874-.867h2.623a.87.87 0 0 1 .875.867v2.6a.87.87 0 0 1-.875.866h-2.623a.87.87 0 0 1-.874-.866v-2.6Zm-10.493 5.2a.87.87 0 0 1 .875-.867h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H3.935a.87.87 0 0 1-.875-.866v-2.6Zm0 5.2A.87.87 0 0 1 3.935 18h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H3.935a.87.87 0 0 1-.875-.866v-2.6Zm5.247-5.2a.87.87 0 0 1 .874-.867h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H9.181a.87.87 0 0 1-.874-.866v-2.6Z";
|
|
50
|
+
};
|
|
51
|
+
readonly children: readonly [];
|
|
52
|
+
}];
|
|
53
|
+
};
|
|
54
|
+
export { framesGrid };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const framesLetter: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly fill: "currentColor";
|
|
8
|
+
readonly viewBox: "0 0 36 36";
|
|
9
|
+
readonly "data-mrl-svg-name": "framesLetter";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "style";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {};
|
|
16
|
+
readonly children: readonly [{
|
|
17
|
+
readonly name: "";
|
|
18
|
+
readonly type: "text";
|
|
19
|
+
readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
|
|
20
|
+
readonly attributes: {};
|
|
21
|
+
readonly children: readonly [];
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "path";
|
|
25
|
+
readonly type: "element";
|
|
26
|
+
readonly value: "";
|
|
27
|
+
readonly attributes: {
|
|
28
|
+
readonly fill: "#fff";
|
|
29
|
+
readonly d: "m23.267 10.001 2.374 1.886c.164.13.26.323.26.525V27.28c0 .38-.329.689-.734.689H10.833c-.405 0-.733-.309-.733-.689V8.721c0-.38.328-.689.733-.689h9.672c.172 0 .34.058.472.162L23.267 10Z";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "path";
|
|
34
|
+
readonly type: "element";
|
|
35
|
+
readonly value: "";
|
|
36
|
+
readonly attributes: {
|
|
37
|
+
readonly class: "mrl-picto-border";
|
|
38
|
+
readonly "fill-rule": "evenodd";
|
|
39
|
+
readonly d: "m26.351 11.099-2.374-1.886-2.293-1.81A1.906 1.906 0 0 0 20.504 7h-9.671C9.82 7 9 7.77 9 8.72v18.56c0 .95.82 1.72 1.833 1.72h14.334C26.18 29 27 28.23 27 27.28V12.411a1.68 1.68 0 0 0-.649-1.313Zm-.534.994h-4.312c-.405 0-.733-.308-.733-.688V8.08a.775.775 0 0 0-.267-.048h-9.672c-.405 0-.733.309-.733.689v18.558c0 .38.328.689.733.689h14.334c.405 0 .733-.309.733-.689V12.412a.655.655 0 0 0-.083-.319Z";
|
|
40
|
+
readonly "clip-rule": "evenodd";
|
|
41
|
+
};
|
|
42
|
+
readonly children: readonly [];
|
|
43
|
+
}];
|
|
44
|
+
};
|
|
45
|
+
export { framesLetter };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const framesPhone: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly fill: "currentColor";
|
|
8
|
+
readonly viewBox: "0 0 36 36";
|
|
9
|
+
readonly "data-mrl-svg-name": "framesPhone";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "style";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {};
|
|
16
|
+
readonly children: readonly [{
|
|
17
|
+
readonly name: "";
|
|
18
|
+
readonly type: "text";
|
|
19
|
+
readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
|
|
20
|
+
readonly attributes: {};
|
|
21
|
+
readonly children: readonly [];
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "path";
|
|
25
|
+
readonly type: "element";
|
|
26
|
+
readonly value: "";
|
|
27
|
+
readonly attributes: {
|
|
28
|
+
readonly fill: "#fff";
|
|
29
|
+
readonly d: "M13.1 8.833c0-.405.328-.733.733-.733h8.83c.405 0 .733.328.733.733v18.334a.733.733 0 0 1-.733.733h-8.83a.733.733 0 0 1-.733-.733V8.833Z";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "path";
|
|
34
|
+
readonly type: "element";
|
|
35
|
+
readonly value: "";
|
|
36
|
+
readonly attributes: {
|
|
37
|
+
readonly class: "mrl-picto-border";
|
|
38
|
+
readonly "fill-rule": "evenodd";
|
|
39
|
+
readonly d: "M13.833 7h8.83c1.012 0 1.833.82 1.833 1.833v18.334c0 1.012-.82 1.833-1.833 1.833h-8.83A1.833 1.833 0 0 1 12 27.167V8.833C12 7.821 12.82 7 13.833 7Zm0 1.1a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733h8.83a.733.733 0 0 0 .733-.733V8.833a.733.733 0 0 0-.733-.733h-8.83Z";
|
|
40
|
+
readonly "clip-rule": "evenodd";
|
|
41
|
+
};
|
|
42
|
+
readonly children: readonly [];
|
|
43
|
+
}];
|
|
44
|
+
};
|
|
45
|
+
export { framesPhone };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const framesPresentation: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly fill: "currentColor";
|
|
8
|
+
readonly viewBox: "0 0 36 36";
|
|
9
|
+
readonly "data-mrl-svg-name": "framesPresentation";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "style";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {};
|
|
16
|
+
readonly children: readonly [{
|
|
17
|
+
readonly name: "";
|
|
18
|
+
readonly type: "text";
|
|
19
|
+
readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
|
|
20
|
+
readonly attributes: {};
|
|
21
|
+
readonly children: readonly [];
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "path";
|
|
25
|
+
readonly type: "element";
|
|
26
|
+
readonly value: "";
|
|
27
|
+
readonly attributes: {
|
|
28
|
+
readonly fill: "#fff";
|
|
29
|
+
readonly d: "M1.142 8.833c0-.405.341-.733.762-.733h32.192c.421 0 .762.328.762.733v18.334c0 .405-.341.733-.762.733H1.904c-.421 0-.762-.328-.762-.733V8.833Z";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "path";
|
|
34
|
+
readonly type: "element";
|
|
35
|
+
readonly value: "";
|
|
36
|
+
readonly attributes: {
|
|
37
|
+
readonly class: "mrl-picto-border";
|
|
38
|
+
readonly "fill-rule": "evenodd";
|
|
39
|
+
readonly d: "M1.904 7h32.192C35.148 7 36 7.82 36 8.833v18.334C36 28.179 35.148 29 34.096 29H1.904C.852 29 0 28.18 0 27.167V8.833C0 7.821.852 7 1.904 7Zm0 1.1c-.421 0-.762.328-.762.733v18.334c0 .405.341.733.762.733h32.192c.421 0 .762-.328.762-.733V8.833c0-.405-.341-.733-.762-.733H1.904Z";
|
|
40
|
+
readonly "clip-rule": "evenodd";
|
|
41
|
+
};
|
|
42
|
+
readonly children: readonly [];
|
|
43
|
+
}];
|
|
44
|
+
};
|
|
45
|
+
export { framesPresentation };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const framesSquare: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly fill: "currentColor";
|
|
8
|
+
readonly viewBox: "0 0 36 36";
|
|
9
|
+
readonly "data-mrl-svg-name": "framesSquare";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "style";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {};
|
|
16
|
+
readonly children: readonly [{
|
|
17
|
+
readonly name: "";
|
|
18
|
+
readonly type: "text";
|
|
19
|
+
readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
|
|
20
|
+
readonly attributes: {};
|
|
21
|
+
readonly children: readonly [];
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "path";
|
|
25
|
+
readonly type: "element";
|
|
26
|
+
readonly value: "";
|
|
27
|
+
readonly attributes: {
|
|
28
|
+
readonly fill: "#fff";
|
|
29
|
+
readonly d: "M8.1 8.833c0-.405.328-.733.733-.733h18.334c.405 0 .733.328.733.733v18.334a.733.733 0 0 1-.733.733H8.833a.733.733 0 0 1-.733-.733V8.833Z";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "path";
|
|
34
|
+
readonly type: "element";
|
|
35
|
+
readonly value: "";
|
|
36
|
+
readonly attributes: {
|
|
37
|
+
readonly class: "mrl-picto-border";
|
|
38
|
+
readonly "fill-rule": "evenodd";
|
|
39
|
+
readonly d: "M8.833 7h18.334C28.179 7 29 7.82 29 8.833v18.334C29 28.179 28.18 29 27.167 29H8.833A1.833 1.833 0 0 1 7 27.167V8.833C7 7.821 7.82 7 8.833 7Zm0 1.1a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733h18.334a.733.733 0 0 0 .733-.733V8.833a.733.733 0 0 0-.733-.733H8.833Z";
|
|
40
|
+
readonly "clip-rule": "evenodd";
|
|
41
|
+
};
|
|
42
|
+
readonly children: readonly [];
|
|
43
|
+
}];
|
|
44
|
+
};
|
|
45
|
+
export { framesSquare };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const framesTablet: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly fill: "currentColor";
|
|
8
|
+
readonly viewBox: "0 0 36 36";
|
|
9
|
+
readonly "data-mrl-svg-name": "framesTablet";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "style";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {};
|
|
16
|
+
readonly children: readonly [{
|
|
17
|
+
readonly name: "";
|
|
18
|
+
readonly type: "text";
|
|
19
|
+
readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
|
|
20
|
+
readonly attributes: {};
|
|
21
|
+
readonly children: readonly [];
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "path";
|
|
25
|
+
readonly type: "element";
|
|
26
|
+
readonly value: "";
|
|
27
|
+
readonly attributes: {
|
|
28
|
+
readonly fill: "#fff";
|
|
29
|
+
readonly d: "M10.1 8.833c0-.405.328-.733.733-.733h13.714c.405 0 .733.328.733.733v18.334a.733.733 0 0 1-.733.733H10.833a.733.733 0 0 1-.733-.733V8.833Z";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "path";
|
|
34
|
+
readonly type: "element";
|
|
35
|
+
readonly value: "";
|
|
36
|
+
readonly attributes: {
|
|
37
|
+
readonly class: "mrl-picto-border";
|
|
38
|
+
readonly "fill-rule": "evenodd";
|
|
39
|
+
readonly d: "M10.833 7h13.714c1.012 0 1.833.82 1.833 1.833v18.334c0 1.012-.82 1.833-1.833 1.833H10.833A1.833 1.833 0 0 1 9 27.167V8.833C9 7.821 9.82 7 10.833 7Zm0 1.1a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733h13.714a.733.733 0 0 0 .733-.733V8.833a.733.733 0 0 0-.733-.733H10.833Z";
|
|
40
|
+
readonly "clip-rule": "evenodd";
|
|
41
|
+
};
|
|
42
|
+
readonly children: readonly [];
|
|
43
|
+
}];
|
|
44
|
+
};
|
|
45
|
+
export { framesTablet };
|
|
@@ -50,6 +50,14 @@ export { fileStream } from './fileStream';
|
|
|
50
50
|
export { fileTxt } from './fileTxt';
|
|
51
51
|
export { fileXls } from './fileXls';
|
|
52
52
|
export { fileZip } from './fileZip';
|
|
53
|
+
export { framesA4 } from './framesA4';
|
|
54
|
+
export { framesCustom } from './framesCustom';
|
|
55
|
+
export { framesGrid } from './framesGrid';
|
|
56
|
+
export { framesLetter } from './framesLetter';
|
|
57
|
+
export { framesPhone } from './framesPhone';
|
|
58
|
+
export { framesPresentation } from './framesPresentation';
|
|
59
|
+
export { framesSquare } from './framesSquare';
|
|
60
|
+
export { framesTablet } from './framesTablet';
|
|
53
61
|
export { logoGoogle } from './logoGoogle';
|
|
54
62
|
export { logoMicrosoft } from './logoMicrosoft';
|
|
55
63
|
export { logoVimeo } from './logoVimeo';
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const framesA4: {
|
|
2
|
+
readonly default: {
|
|
3
|
+
readonly name: "svg";
|
|
4
|
+
readonly type: "element";
|
|
5
|
+
readonly value: "";
|
|
6
|
+
readonly attributes: {
|
|
7
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
8
|
+
readonly fill: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 36 36";
|
|
10
|
+
readonly "data-mrl-svg-name": "framesA4";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "style";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {};
|
|
17
|
+
readonly children: readonly [{
|
|
18
|
+
readonly name: "";
|
|
19
|
+
readonly type: "text";
|
|
20
|
+
readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
|
|
21
|
+
readonly attributes: {};
|
|
22
|
+
readonly children: readonly [];
|
|
23
|
+
}];
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "path";
|
|
26
|
+
readonly type: "element";
|
|
27
|
+
readonly value: "";
|
|
28
|
+
readonly attributes: {
|
|
29
|
+
readonly fill: "#fff";
|
|
30
|
+
readonly d: "m22.711 10.056 2.078 1.859a.734.734 0 0 1 .244.546v14.706a.733.733 0 0 1-.733.733H11.833a.733.733 0 0 1-.733-.733V8.833c0-.405.328-.733.733-.733h8.4c.179 0 .352.066.486.185l1.992 1.77Z";
|
|
31
|
+
};
|
|
32
|
+
readonly children: readonly [];
|
|
33
|
+
}, {
|
|
34
|
+
readonly name: "path";
|
|
35
|
+
readonly type: "element";
|
|
36
|
+
readonly value: "";
|
|
37
|
+
readonly attributes: {
|
|
38
|
+
readonly class: "mrl-picto-border";
|
|
39
|
+
readonly "fill-rule": "evenodd";
|
|
40
|
+
readonly d: "m25.523 11.095-2.078-1.86-1.995-1.772A1.833 1.833 0 0 0 20.232 7h-8.399C10.821 7 10 7.82 10 8.833v18.334c0 1.012.82 1.833 1.833 1.833H24.3c1.012 0 1.833-.82 1.833-1.833V12.46c0-.521-.222-1.018-.61-1.366Zm-5.012-2.94a.734.734 0 0 0-.279-.055h-8.399a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733H24.3a.733.733 0 0 0 .733-.733V12.46a.734.734 0 0 0-.077-.328h-3.712a.733.733 0 0 1-.733-.733V8.155Z";
|
|
41
|
+
readonly "clip-rule": "evenodd";
|
|
42
|
+
};
|
|
43
|
+
readonly children: readonly [];
|
|
44
|
+
}];
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
export { framesA4 };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
declare const framesCustom: {
|
|
2
|
+
readonly default: {
|
|
3
|
+
readonly name: "svg";
|
|
4
|
+
readonly type: "element";
|
|
5
|
+
readonly value: "";
|
|
6
|
+
readonly attributes: {
|
|
7
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
8
|
+
readonly fill: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 36 36";
|
|
10
|
+
readonly "data-mrl-svg-name": "framesCustom";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "style";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {};
|
|
17
|
+
readonly children: readonly [{
|
|
18
|
+
readonly name: "";
|
|
19
|
+
readonly type: "text";
|
|
20
|
+
readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
|
|
21
|
+
readonly attributes: {};
|
|
22
|
+
readonly children: readonly [];
|
|
23
|
+
}];
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "path";
|
|
26
|
+
readonly type: "element";
|
|
27
|
+
readonly value: "";
|
|
28
|
+
readonly attributes: {
|
|
29
|
+
readonly fill: "#fff";
|
|
30
|
+
readonly d: "M2.085 7.953c0-.466.373-.844.834-.844h30.164a.84.84 0 0 1 .834.844v21.094a.839.839 0 0 1-.834.844H2.92a.839.839 0 0 1-.834-.844V7.953Z";
|
|
31
|
+
};
|
|
32
|
+
readonly children: readonly [];
|
|
33
|
+
}, {
|
|
34
|
+
readonly name: "path";
|
|
35
|
+
readonly type: "element";
|
|
36
|
+
readonly value: "";
|
|
37
|
+
readonly attributes: {
|
|
38
|
+
readonly class: "mrl-picto-border";
|
|
39
|
+
readonly "fill-rule": "evenodd";
|
|
40
|
+
readonly d: "M2.919 5.844h30.164c1.152 0 2.085.944 2.085 2.11v21.093c0 1.165-.933 2.11-2.085 2.11H2.92c-1.152 0-2.085-.945-2.085-2.11V7.953c0-1.165.933-2.11 2.085-2.11Zm0 1.265a.839.839 0 0 0-.834.844v21.094c0 .466.373.844.834.844h30.164a.84.84 0 0 0 .834-.844V7.953a.839.839 0 0 0-.834-.844H2.92Z";
|
|
41
|
+
readonly "clip-rule": "evenodd";
|
|
42
|
+
};
|
|
43
|
+
readonly children: readonly [];
|
|
44
|
+
}, {
|
|
45
|
+
readonly name: "path";
|
|
46
|
+
readonly type: "element";
|
|
47
|
+
readonly value: "";
|
|
48
|
+
readonly attributes: {
|
|
49
|
+
readonly class: "mrl-picto-border";
|
|
50
|
+
readonly d: "M32.664 29.469a.84.84 0 0 1 .834-.844h1.668a.84.84 0 0 1 .834.844v1.687a.839.839 0 0 1-.834.844h-1.668a.839.839 0 0 1-.834-.844V29.47ZM0 29.469c0-.466.373-.844.834-.844h1.668a.84.84 0 0 1 .834.844v1.687a.839.839 0 0 1-.834.844H.834A.839.839 0 0 1 0 31.156V29.47ZM0 5.844C0 5.378.373 5 .834 5h1.668a.84.84 0 0 1 .834.844V7.53a.839.839 0 0 1-.834.844H.834A.839.839 0 0 1 0 7.531V5.844Zm32.664 0A.84.84 0 0 1 33.498 5h1.668a.84.84 0 0 1 .834.844V7.53a.839.839 0 0 1-.834.844h-1.668a.839.839 0 0 1-.834-.844V5.844Z";
|
|
51
|
+
};
|
|
52
|
+
readonly children: readonly [];
|
|
53
|
+
}];
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export { framesCustom };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
declare const framesGrid: {
|
|
2
|
+
readonly default: {
|
|
3
|
+
readonly name: "svg";
|
|
4
|
+
readonly type: "element";
|
|
5
|
+
readonly value: "";
|
|
6
|
+
readonly attributes: {
|
|
7
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
8
|
+
readonly fill: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 36 36";
|
|
10
|
+
readonly "data-mrl-svg-name": "framesGrid";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "style";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {};
|
|
17
|
+
readonly children: readonly [{
|
|
18
|
+
readonly name: "";
|
|
19
|
+
readonly type: "text";
|
|
20
|
+
readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
|
|
21
|
+
readonly attributes: {};
|
|
22
|
+
readonly children: readonly [];
|
|
23
|
+
}];
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "path";
|
|
26
|
+
readonly type: "element";
|
|
27
|
+
readonly value: "";
|
|
28
|
+
readonly attributes: {
|
|
29
|
+
readonly fill: "#fff";
|
|
30
|
+
readonly d: "M1.312 7.167a.87.87 0 0 1 .874-.867h31.628a.87.87 0 0 1 .874.867v21.666a.87.87 0 0 1-.874.867H2.186a.87.87 0 0 1-.874-.867V7.167Z";
|
|
31
|
+
};
|
|
32
|
+
readonly children: readonly [];
|
|
33
|
+
}, {
|
|
34
|
+
readonly name: "path";
|
|
35
|
+
readonly type: "element";
|
|
36
|
+
readonly value: "";
|
|
37
|
+
readonly attributes: {
|
|
38
|
+
readonly class: "mrl-picto-border";
|
|
39
|
+
readonly "fill-rule": "evenodd";
|
|
40
|
+
readonly d: "M2.186 5h31.628C35.021 5 36 5.97 36 7.167v21.666A2.176 2.176 0 0 1 33.814 31H2.186A2.176 2.176 0 0 1 0 28.833V7.167C0 5.97.979 5 2.186 5Zm0 1.3a.87.87 0 0 0-.874.867v21.666a.87.87 0 0 0 .874.867h31.628a.87.87 0 0 0 .874-.867V7.167a.87.87 0 0 0-.874-.867H2.186Z";
|
|
41
|
+
readonly "clip-rule": "evenodd";
|
|
42
|
+
};
|
|
43
|
+
readonly children: readonly [];
|
|
44
|
+
}, {
|
|
45
|
+
readonly name: "path";
|
|
46
|
+
readonly type: "element";
|
|
47
|
+
readonly value: "";
|
|
48
|
+
readonly attributes: {
|
|
49
|
+
readonly class: "mrl-picto-border";
|
|
50
|
+
readonly d: "M3.06 8.467a.87.87 0 0 1 .875-.867h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H3.935a.87.87 0 0 1-.875-.866v-2.6Zm5.247 0A.87.87 0 0 1 9.18 7.6h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H9.181a.87.87 0 0 1-.874-.866v-2.6Zm5.246 0a.87.87 0 0 1 .874-.867h2.623a.87.87 0 0 1 .875.867v2.6a.87.87 0 0 1-.875.866h-2.623a.87.87 0 0 1-.874-.866v-2.6Zm-10.493 5.2a.87.87 0 0 1 .875-.867h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H3.935a.87.87 0 0 1-.875-.866v-2.6Zm0 5.2A.87.87 0 0 1 3.935 18h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H3.935a.87.87 0 0 1-.875-.866v-2.6Zm5.247-5.2a.87.87 0 0 1 .874-.867h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H9.181a.87.87 0 0 1-.874-.866v-2.6Z";
|
|
51
|
+
};
|
|
52
|
+
readonly children: readonly [];
|
|
53
|
+
}];
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export { framesGrid };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const framesLetter: {
|
|
2
|
+
readonly default: {
|
|
3
|
+
readonly name: "svg";
|
|
4
|
+
readonly type: "element";
|
|
5
|
+
readonly value: "";
|
|
6
|
+
readonly attributes: {
|
|
7
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
8
|
+
readonly fill: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 36 36";
|
|
10
|
+
readonly "data-mrl-svg-name": "framesLetter";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "style";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {};
|
|
17
|
+
readonly children: readonly [{
|
|
18
|
+
readonly name: "";
|
|
19
|
+
readonly type: "text";
|
|
20
|
+
readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
|
|
21
|
+
readonly attributes: {};
|
|
22
|
+
readonly children: readonly [];
|
|
23
|
+
}];
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "path";
|
|
26
|
+
readonly type: "element";
|
|
27
|
+
readonly value: "";
|
|
28
|
+
readonly attributes: {
|
|
29
|
+
readonly fill: "#fff";
|
|
30
|
+
readonly d: "m23.267 10.001 2.374 1.886c.164.13.26.323.26.525V27.28c0 .38-.329.689-.734.689H10.833c-.405 0-.733-.309-.733-.689V8.721c0-.38.328-.689.733-.689h9.672c.172 0 .34.058.472.162L23.267 10Z";
|
|
31
|
+
};
|
|
32
|
+
readonly children: readonly [];
|
|
33
|
+
}, {
|
|
34
|
+
readonly name: "path";
|
|
35
|
+
readonly type: "element";
|
|
36
|
+
readonly value: "";
|
|
37
|
+
readonly attributes: {
|
|
38
|
+
readonly class: "mrl-picto-border";
|
|
39
|
+
readonly "fill-rule": "evenodd";
|
|
40
|
+
readonly d: "m26.351 11.099-2.374-1.886-2.293-1.81A1.906 1.906 0 0 0 20.504 7h-9.671C9.82 7 9 7.77 9 8.72v18.56c0 .95.82 1.72 1.833 1.72h14.334C26.18 29 27 28.23 27 27.28V12.411a1.68 1.68 0 0 0-.649-1.313Zm-.534.994h-4.312c-.405 0-.733-.308-.733-.688V8.08a.775.775 0 0 0-.267-.048h-9.672c-.405 0-.733.309-.733.689v18.558c0 .38.328.689.733.689h14.334c.405 0 .733-.309.733-.689V12.412a.655.655 0 0 0-.083-.319Z";
|
|
41
|
+
readonly "clip-rule": "evenodd";
|
|
42
|
+
};
|
|
43
|
+
readonly children: readonly [];
|
|
44
|
+
}];
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
export { framesLetter };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const framesPhone: {
|
|
2
|
+
readonly default: {
|
|
3
|
+
readonly name: "svg";
|
|
4
|
+
readonly type: "element";
|
|
5
|
+
readonly value: "";
|
|
6
|
+
readonly attributes: {
|
|
7
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
8
|
+
readonly fill: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 36 36";
|
|
10
|
+
readonly "data-mrl-svg-name": "framesPhone";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "style";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {};
|
|
17
|
+
readonly children: readonly [{
|
|
18
|
+
readonly name: "";
|
|
19
|
+
readonly type: "text";
|
|
20
|
+
readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
|
|
21
|
+
readonly attributes: {};
|
|
22
|
+
readonly children: readonly [];
|
|
23
|
+
}];
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "path";
|
|
26
|
+
readonly type: "element";
|
|
27
|
+
readonly value: "";
|
|
28
|
+
readonly attributes: {
|
|
29
|
+
readonly fill: "#fff";
|
|
30
|
+
readonly d: "M13.1 8.833c0-.405.328-.733.733-.733h8.83c.405 0 .733.328.733.733v18.334a.733.733 0 0 1-.733.733h-8.83a.733.733 0 0 1-.733-.733V8.833Z";
|
|
31
|
+
};
|
|
32
|
+
readonly children: readonly [];
|
|
33
|
+
}, {
|
|
34
|
+
readonly name: "path";
|
|
35
|
+
readonly type: "element";
|
|
36
|
+
readonly value: "";
|
|
37
|
+
readonly attributes: {
|
|
38
|
+
readonly class: "mrl-picto-border";
|
|
39
|
+
readonly "fill-rule": "evenodd";
|
|
40
|
+
readonly d: "M13.833 7h8.83c1.012 0 1.833.82 1.833 1.833v18.334c0 1.012-.82 1.833-1.833 1.833h-8.83A1.833 1.833 0 0 1 12 27.167V8.833C12 7.821 12.82 7 13.833 7Zm0 1.1a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733h8.83a.733.733 0 0 0 .733-.733V8.833a.733.733 0 0 0-.733-.733h-8.83Z";
|
|
41
|
+
readonly "clip-rule": "evenodd";
|
|
42
|
+
};
|
|
43
|
+
readonly children: readonly [];
|
|
44
|
+
}];
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
export { framesPhone };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const framesPresentation: {
|
|
2
|
+
readonly default: {
|
|
3
|
+
readonly name: "svg";
|
|
4
|
+
readonly type: "element";
|
|
5
|
+
readonly value: "";
|
|
6
|
+
readonly attributes: {
|
|
7
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
8
|
+
readonly fill: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 36 36";
|
|
10
|
+
readonly "data-mrl-svg-name": "framesPresentation";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "style";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {};
|
|
17
|
+
readonly children: readonly [{
|
|
18
|
+
readonly name: "";
|
|
19
|
+
readonly type: "text";
|
|
20
|
+
readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
|
|
21
|
+
readonly attributes: {};
|
|
22
|
+
readonly children: readonly [];
|
|
23
|
+
}];
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "path";
|
|
26
|
+
readonly type: "element";
|
|
27
|
+
readonly value: "";
|
|
28
|
+
readonly attributes: {
|
|
29
|
+
readonly fill: "#fff";
|
|
30
|
+
readonly d: "M1.142 8.833c0-.405.341-.733.762-.733h32.192c.421 0 .762.328.762.733v18.334c0 .405-.341.733-.762.733H1.904c-.421 0-.762-.328-.762-.733V8.833Z";
|
|
31
|
+
};
|
|
32
|
+
readonly children: readonly [];
|
|
33
|
+
}, {
|
|
34
|
+
readonly name: "path";
|
|
35
|
+
readonly type: "element";
|
|
36
|
+
readonly value: "";
|
|
37
|
+
readonly attributes: {
|
|
38
|
+
readonly class: "mrl-picto-border";
|
|
39
|
+
readonly "fill-rule": "evenodd";
|
|
40
|
+
readonly d: "M1.904 7h32.192C35.148 7 36 7.82 36 8.833v18.334C36 28.179 35.148 29 34.096 29H1.904C.852 29 0 28.18 0 27.167V8.833C0 7.821.852 7 1.904 7Zm0 1.1c-.421 0-.762.328-.762.733v18.334c0 .405.341.733.762.733h32.192c.421 0 .762-.328.762-.733V8.833c0-.405-.341-.733-.762-.733H1.904Z";
|
|
41
|
+
readonly "clip-rule": "evenodd";
|
|
42
|
+
};
|
|
43
|
+
readonly children: readonly [];
|
|
44
|
+
}];
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
export { framesPresentation };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const framesSquare: {
|
|
2
|
+
readonly default: {
|
|
3
|
+
readonly name: "svg";
|
|
4
|
+
readonly type: "element";
|
|
5
|
+
readonly value: "";
|
|
6
|
+
readonly attributes: {
|
|
7
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
8
|
+
readonly fill: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 36 36";
|
|
10
|
+
readonly "data-mrl-svg-name": "framesSquare";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "style";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {};
|
|
17
|
+
readonly children: readonly [{
|
|
18
|
+
readonly name: "";
|
|
19
|
+
readonly type: "text";
|
|
20
|
+
readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
|
|
21
|
+
readonly attributes: {};
|
|
22
|
+
readonly children: readonly [];
|
|
23
|
+
}];
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "path";
|
|
26
|
+
readonly type: "element";
|
|
27
|
+
readonly value: "";
|
|
28
|
+
readonly attributes: {
|
|
29
|
+
readonly fill: "#fff";
|
|
30
|
+
readonly d: "M8.1 8.833c0-.405.328-.733.733-.733h18.334c.405 0 .733.328.733.733v18.334a.733.733 0 0 1-.733.733H8.833a.733.733 0 0 1-.733-.733V8.833Z";
|
|
31
|
+
};
|
|
32
|
+
readonly children: readonly [];
|
|
33
|
+
}, {
|
|
34
|
+
readonly name: "path";
|
|
35
|
+
readonly type: "element";
|
|
36
|
+
readonly value: "";
|
|
37
|
+
readonly attributes: {
|
|
38
|
+
readonly class: "mrl-picto-border";
|
|
39
|
+
readonly "fill-rule": "evenodd";
|
|
40
|
+
readonly d: "M8.833 7h18.334C28.179 7 29 7.82 29 8.833v18.334C29 28.179 28.18 29 27.167 29H8.833A1.833 1.833 0 0 1 7 27.167V8.833C7 7.821 7.82 7 8.833 7Zm0 1.1a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733h18.334a.733.733 0 0 0 .733-.733V8.833a.733.733 0 0 0-.733-.733H8.833Z";
|
|
41
|
+
readonly "clip-rule": "evenodd";
|
|
42
|
+
};
|
|
43
|
+
readonly children: readonly [];
|
|
44
|
+
}];
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
export { framesSquare };
|