@muraldevkit/ds-pictograms 1.0.0 → 1.2.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.
Files changed (220) hide show
  1. package/dist/cjs/colorBorder.d.ts +13 -3
  2. package/dist/cjs/colorBorder.js +2 -2
  3. package/dist/cjs/colorFill.d.ts +4 -3
  4. package/dist/cjs/colorFill.js +2 -2
  5. package/dist/cjs/colorPicker.d.ts +4 -3
  6. package/dist/cjs/colorPicker.js +2 -2
  7. package/dist/cjs/default/colorBorder.d.ts +13 -3
  8. package/dist/cjs/default/colorBorder.js +2 -2
  9. package/dist/cjs/default/colorFill.d.ts +4 -3
  10. package/dist/cjs/default/colorFill.js +2 -2
  11. package/dist/cjs/default/colorPicker.d.ts +4 -3
  12. package/dist/cjs/default/colorPicker.js +2 -2
  13. package/dist/cjs/default/drawEraser.d.ts +1 -1
  14. package/dist/cjs/default/drawEraser.js +1 -1
  15. package/dist/cjs/default/drawStrokeFine.d.ts +20 -50
  16. package/dist/cjs/default/drawStrokeFine.js +2 -2
  17. package/dist/cjs/default/drawStrokeHighlighter.d.ts +3 -3
  18. package/dist/cjs/default/drawStrokeHighlighter.js +1 -1
  19. package/dist/cjs/default/drawStrokeMedium.d.ts +20 -50
  20. package/dist/cjs/default/drawStrokeMedium.js +2 -2
  21. package/dist/cjs/default/drawStrokeUltraFine.d.ts +20 -52
  22. package/dist/cjs/default/drawStrokeUltraFine.js +2 -2
  23. package/dist/cjs/default/fileGdoc.d.ts +80 -0
  24. package/dist/cjs/default/fileGdoc.js +1 -0
  25. package/dist/cjs/default/fileGforms.d.ts +40 -0
  26. package/dist/cjs/default/fileGforms.js +1 -0
  27. package/dist/cjs/default/fileGmaps.d.ts +58 -0
  28. package/dist/cjs/default/fileGmaps.js +1 -0
  29. package/dist/cjs/default/fileGsheets.d.ts +40 -0
  30. package/dist/cjs/default/fileGsheets.js +1 -0
  31. package/dist/cjs/default/fileGslides.d.ts +40 -0
  32. package/dist/cjs/default/fileGslides.js +1 -0
  33. package/dist/cjs/default/fileLoom.d.ts +22 -0
  34. package/dist/cjs/default/fileLoom.js +1 -0
  35. package/dist/cjs/default/fileOnedrive.d.ts +80 -0
  36. package/dist/cjs/default/fileOnedrive.js +1 -0
  37. package/dist/cjs/default/fileSharepoint.d.ts +128 -0
  38. package/dist/cjs/default/fileSharepoint.js +1 -0
  39. package/dist/cjs/default/fileStream.d.ts +40 -0
  40. package/dist/cjs/default/fileStream.js +1 -0
  41. package/dist/cjs/default/index.d.ts +11 -0
  42. package/dist/cjs/default/index.js +1 -1
  43. package/dist/cjs/default/logoVimeo.d.ts +24 -0
  44. package/dist/cjs/default/logoVimeo.js +1 -0
  45. package/dist/cjs/default/logoYoutube.d.ts +31 -0
  46. package/dist/cjs/default/logoYoutube.js +1 -0
  47. package/dist/cjs/drawEraser.d.ts +1 -1
  48. package/dist/cjs/drawEraser.js +1 -1
  49. package/dist/cjs/drawStrokeFine.d.ts +20 -50
  50. package/dist/cjs/drawStrokeFine.js +2 -2
  51. package/dist/cjs/drawStrokeHighlighter.d.ts +3 -3
  52. package/dist/cjs/drawStrokeHighlighter.js +2 -2
  53. package/dist/cjs/drawStrokeMedium.d.ts +20 -50
  54. package/dist/cjs/drawStrokeMedium.js +2 -2
  55. package/dist/cjs/drawStrokeUltraFine.d.ts +20 -52
  56. package/dist/cjs/drawStrokeUltraFine.js +2 -2
  57. package/dist/cjs/fileGdoc.d.ts +82 -0
  58. package/dist/cjs/fileGdoc.js +1 -0
  59. package/dist/cjs/fileGforms.d.ts +42 -0
  60. package/dist/cjs/fileGforms.js +1 -0
  61. package/dist/cjs/fileGmaps.d.ts +60 -0
  62. package/dist/cjs/fileGmaps.js +1 -0
  63. package/dist/cjs/fileGsheets.d.ts +42 -0
  64. package/dist/cjs/fileGsheets.js +1 -0
  65. package/dist/cjs/fileGslides.d.ts +42 -0
  66. package/dist/cjs/fileGslides.js +1 -0
  67. package/dist/cjs/fileLoom.d.ts +24 -0
  68. package/dist/cjs/fileLoom.js +1 -0
  69. package/dist/cjs/fileOnedrive.d.ts +82 -0
  70. package/dist/cjs/fileOnedrive.js +1 -0
  71. package/dist/cjs/fileSharepoint.d.ts +130 -0
  72. package/dist/cjs/fileSharepoint.js +1 -0
  73. package/dist/cjs/fileStream.d.ts +42 -0
  74. package/dist/cjs/fileStream.js +1 -0
  75. package/dist/cjs/index.d.ts +11 -0
  76. package/dist/cjs/index.js +1 -1
  77. package/dist/cjs/logoVimeo.d.ts +26 -0
  78. package/dist/cjs/logoVimeo.js +1 -0
  79. package/dist/cjs/logoYoutube.d.ts +33 -0
  80. package/dist/cjs/logoYoutube.js +1 -0
  81. package/dist/esm/colorBorder.d.ts +13 -3
  82. package/dist/esm/colorBorder.js +1 -1
  83. package/dist/esm/colorFill.d.ts +4 -3
  84. package/dist/esm/colorFill.js +1 -1
  85. package/dist/esm/colorPicker.d.ts +4 -3
  86. package/dist/esm/colorPicker.js +1 -1
  87. package/dist/esm/default/colorBorder.d.ts +13 -3
  88. package/dist/esm/default/colorBorder.js +1 -1
  89. package/dist/esm/default/colorFill.d.ts +4 -3
  90. package/dist/esm/default/colorFill.js +1 -1
  91. package/dist/esm/default/colorPicker.d.ts +4 -3
  92. package/dist/esm/default/colorPicker.js +1 -1
  93. package/dist/esm/default/drawEraser.d.ts +1 -1
  94. package/dist/esm/default/drawEraser.js +1 -1
  95. package/dist/esm/default/drawStrokeFine.d.ts +20 -50
  96. package/dist/esm/default/drawStrokeFine.js +1 -1
  97. package/dist/esm/default/drawStrokeHighlighter.d.ts +3 -3
  98. package/dist/esm/default/drawStrokeHighlighter.js +1 -1
  99. package/dist/esm/default/drawStrokeMedium.d.ts +20 -50
  100. package/dist/esm/default/drawStrokeMedium.js +1 -1
  101. package/dist/esm/default/drawStrokeUltraFine.d.ts +20 -52
  102. package/dist/esm/default/drawStrokeUltraFine.js +1 -1
  103. package/dist/esm/default/fileGdoc.d.ts +80 -0
  104. package/dist/esm/default/fileGdoc.js +1 -0
  105. package/dist/esm/default/fileGforms.d.ts +40 -0
  106. package/dist/esm/default/fileGforms.js +1 -0
  107. package/dist/esm/default/fileGmaps.d.ts +58 -0
  108. package/dist/esm/default/fileGmaps.js +1 -0
  109. package/dist/esm/default/fileGsheets.d.ts +40 -0
  110. package/dist/esm/default/fileGsheets.js +1 -0
  111. package/dist/esm/default/fileGslides.d.ts +40 -0
  112. package/dist/esm/default/fileGslides.js +1 -0
  113. package/dist/esm/default/fileLoom.d.ts +22 -0
  114. package/dist/esm/default/fileLoom.js +1 -0
  115. package/dist/esm/default/fileOnedrive.d.ts +80 -0
  116. package/dist/esm/default/fileOnedrive.js +1 -0
  117. package/dist/esm/default/fileSharepoint.d.ts +128 -0
  118. package/dist/esm/default/fileSharepoint.js +1 -0
  119. package/dist/esm/default/fileStream.d.ts +40 -0
  120. package/dist/esm/default/fileStream.js +1 -0
  121. package/dist/esm/default/index.d.ts +11 -0
  122. package/dist/esm/default/index.js +14 -14
  123. package/dist/esm/default/logoVimeo.d.ts +24 -0
  124. package/dist/esm/default/logoVimeo.js +1 -0
  125. package/dist/esm/default/logoYoutube.d.ts +31 -0
  126. package/dist/esm/default/logoYoutube.js +1 -0
  127. package/dist/esm/drawEraser.d.ts +1 -1
  128. package/dist/esm/drawEraser.js +1 -1
  129. package/dist/esm/drawStrokeFine.d.ts +20 -50
  130. package/dist/esm/drawStrokeFine.js +1 -1
  131. package/dist/esm/drawStrokeHighlighter.d.ts +3 -3
  132. package/dist/esm/drawStrokeHighlighter.js +1 -1
  133. package/dist/esm/drawStrokeMedium.d.ts +20 -50
  134. package/dist/esm/drawStrokeMedium.js +1 -1
  135. package/dist/esm/drawStrokeUltraFine.d.ts +20 -52
  136. package/dist/esm/drawStrokeUltraFine.js +1 -1
  137. package/dist/esm/fileGdoc.d.ts +82 -0
  138. package/dist/esm/fileGdoc.js +1 -0
  139. package/dist/esm/fileGforms.d.ts +42 -0
  140. package/dist/esm/fileGforms.js +1 -0
  141. package/dist/esm/fileGmaps.d.ts +60 -0
  142. package/dist/esm/fileGmaps.js +1 -0
  143. package/dist/esm/fileGsheets.d.ts +42 -0
  144. package/dist/esm/fileGsheets.js +1 -0
  145. package/dist/esm/fileGslides.d.ts +42 -0
  146. package/dist/esm/fileGslides.js +1 -0
  147. package/dist/esm/fileLoom.d.ts +24 -0
  148. package/dist/esm/fileLoom.js +1 -0
  149. package/dist/esm/fileOnedrive.d.ts +82 -0
  150. package/dist/esm/fileOnedrive.js +1 -0
  151. package/dist/esm/fileSharepoint.d.ts +130 -0
  152. package/dist/esm/fileSharepoint.js +1 -0
  153. package/dist/esm/fileStream.d.ts +42 -0
  154. package/dist/esm/fileStream.js +1 -0
  155. package/dist/esm/index.d.ts +11 -0
  156. package/dist/esm/index.js +17 -17
  157. package/dist/esm/logoVimeo.d.ts +26 -0
  158. package/dist/esm/logoVimeo.js +1 -0
  159. package/dist/esm/logoYoutube.d.ts +33 -0
  160. package/dist/esm/logoYoutube.js +1 -0
  161. package/dist/svg/default/color-border.svg +3 -2
  162. package/dist/svg/default/color-fill.svg +2 -2
  163. package/dist/svg/default/color-picker.svg +2 -2
  164. package/dist/svg/default/draw-eraser.svg +2 -2
  165. package/dist/svg/default/draw-stroke-fine.svg +4 -11
  166. package/dist/svg/default/draw-stroke-highlighter.svg +3 -3
  167. package/dist/svg/default/draw-stroke-medium.svg +3 -10
  168. package/dist/svg/default/draw-stroke-ultra-fine.svg +3 -10
  169. package/dist/svg/default/file-gdoc.svg +13 -0
  170. package/dist/svg/default/file-gforms.svg +5 -0
  171. package/dist/svg/default/file-gmaps.svg +7 -0
  172. package/dist/svg/default/file-gsheets.svg +5 -0
  173. package/dist/svg/default/file-gslides.svg +5 -0
  174. package/dist/svg/default/file-loom.svg +3 -0
  175. package/dist/svg/default/file-onedrive.svg +13 -0
  176. package/dist/svg/default/file-sharepoint.svg +19 -0
  177. package/dist/svg/default/file-stream.svg +5 -0
  178. package/dist/svg/default/logo-vimeo.svg +3 -0
  179. package/dist/svg/default/logo-youtube.svg +4 -0
  180. package/dist/types/colorBorder.d.ts +13 -3
  181. package/dist/types/colorFill.d.ts +4 -3
  182. package/dist/types/colorPicker.d.ts +4 -3
  183. package/dist/types/default/colorBorder.d.ts +13 -3
  184. package/dist/types/default/colorFill.d.ts +4 -3
  185. package/dist/types/default/colorPicker.d.ts +4 -3
  186. package/dist/types/default/drawEraser.d.ts +1 -1
  187. package/dist/types/default/drawStrokeFine.d.ts +20 -50
  188. package/dist/types/default/drawStrokeHighlighter.d.ts +3 -3
  189. package/dist/types/default/drawStrokeMedium.d.ts +20 -50
  190. package/dist/types/default/drawStrokeUltraFine.d.ts +20 -52
  191. package/dist/types/default/fileGdoc.d.ts +80 -0
  192. package/dist/types/default/fileGforms.d.ts +40 -0
  193. package/dist/types/default/fileGmaps.d.ts +58 -0
  194. package/dist/types/default/fileGsheets.d.ts +40 -0
  195. package/dist/types/default/fileGslides.d.ts +40 -0
  196. package/dist/types/default/fileLoom.d.ts +22 -0
  197. package/dist/types/default/fileOnedrive.d.ts +80 -0
  198. package/dist/types/default/fileSharepoint.d.ts +128 -0
  199. package/dist/types/default/fileStream.d.ts +40 -0
  200. package/dist/types/default/index.d.ts +11 -0
  201. package/dist/types/default/logoVimeo.d.ts +24 -0
  202. package/dist/types/default/logoYoutube.d.ts +31 -0
  203. package/dist/types/drawEraser.d.ts +1 -1
  204. package/dist/types/drawStrokeFine.d.ts +20 -50
  205. package/dist/types/drawStrokeHighlighter.d.ts +3 -3
  206. package/dist/types/drawStrokeMedium.d.ts +20 -50
  207. package/dist/types/drawStrokeUltraFine.d.ts +20 -52
  208. package/dist/types/fileGdoc.d.ts +82 -0
  209. package/dist/types/fileGforms.d.ts +42 -0
  210. package/dist/types/fileGmaps.d.ts +60 -0
  211. package/dist/types/fileGsheets.d.ts +42 -0
  212. package/dist/types/fileGslides.d.ts +42 -0
  213. package/dist/types/fileLoom.d.ts +24 -0
  214. package/dist/types/fileOnedrive.d.ts +82 -0
  215. package/dist/types/fileSharepoint.d.ts +130 -0
  216. package/dist/types/fileStream.d.ts +42 -0
  217. package/dist/types/index.d.ts +11 -0
  218. package/dist/types/logoVimeo.d.ts +26 -0
  219. package/dist/types/logoYoutube.d.ts +33 -0
  220. package/package.json +1 -1
@@ -0,0 +1,82 @@
1
+ declare const fileOnedrive: {
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 40 40";
10
+ readonly "data-mrl-svg-name": "fileOnedrive";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "g";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {
17
+ readonly "clip-path": "url(#onedrive-picto-path)";
18
+ };
19
+ readonly children: readonly [{
20
+ readonly name: "path";
21
+ readonly type: "element";
22
+ readonly value: "";
23
+ readonly attributes: {
24
+ readonly fill: "#0364B8";
25
+ readonly d: "M15.253 14.116v-.001l8.398 5.03 5.003-2.106a8.095 8.095 0 0 1 3.77-.644 12.502 12.502 0 0 0-22.552-3.767c.043 0 .085-.003.128-.003a9.952 9.952 0 0 1 5.253 1.491Z";
26
+ };
27
+ readonly children: readonly [];
28
+ }, {
29
+ readonly name: "path";
30
+ readonly type: "element";
31
+ readonly value: "";
32
+ readonly attributes: {
33
+ readonly fill: "#0078D4";
34
+ readonly d: "M15.253 14.115v.001A9.952 9.952 0 0 0 10 12.625c-.043 0-.085.003-.128.003a9.996 9.996 0 0 0-8.075 15.713l21.854-9.197-8.398-5.03Z";
35
+ };
36
+ readonly children: readonly [];
37
+ }, {
38
+ readonly name: "path";
39
+ readonly type: "element";
40
+ readonly value: "";
41
+ readonly attributes: {
42
+ readonly fill: "#1490DF";
43
+ readonly d: "M32.423 16.395a8.095 8.095 0 0 0-3.77.643l-5.002 2.107 15.377 9.21a8.126 8.126 0 0 0-6.605-11.96Z";
44
+ };
45
+ readonly children: readonly [];
46
+ }, {
47
+ readonly name: "path";
48
+ readonly type: "element";
49
+ readonly value: "";
50
+ readonly attributes: {
51
+ readonly fill: "#28A8EA";
52
+ readonly d: "M23.65 19.145 1.797 28.34A9.986 9.986 0 0 0 10 32.625h21.875a8.123 8.123 0 0 0 7.153-4.27l-15.377-9.21Z";
53
+ };
54
+ readonly children: readonly [];
55
+ }];
56
+ }, {
57
+ readonly name: "defs";
58
+ readonly type: "element";
59
+ readonly value: "";
60
+ readonly attributes: {};
61
+ readonly children: readonly [{
62
+ readonly name: "clipPath";
63
+ readonly type: "element";
64
+ readonly value: "";
65
+ readonly attributes: {
66
+ readonly id: "onedrive-picto-path";
67
+ };
68
+ readonly children: readonly [{
69
+ readonly name: "path";
70
+ readonly type: "element";
71
+ readonly value: "";
72
+ readonly attributes: {
73
+ readonly fill: "#fff";
74
+ readonly d: "M0 0h40v40H0z";
75
+ };
76
+ readonly children: readonly [];
77
+ }];
78
+ }];
79
+ }];
80
+ };
81
+ };
82
+ export { fileOnedrive };
@@ -0,0 +1,130 @@
1
+ declare const fileSharepoint: {
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 40 40";
10
+ readonly "data-mrl-svg-name": "fileSharepoint";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "g";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {
17
+ readonly "clip-path": "url(#sharepoint-picto-path-a)";
18
+ };
19
+ readonly children: readonly [{
20
+ readonly name: "path";
21
+ readonly type: "element";
22
+ readonly value: "";
23
+ readonly attributes: {
24
+ readonly fill: "#036C70";
25
+ readonly d: "M20.465 22.786c6.165 0 11.163-4.998 11.163-11.163S26.63.46 20.465.46 9.302 5.458 9.302 11.623 14.3 22.786 20.465 22.786Z";
26
+ };
27
+ readonly children: readonly [];
28
+ }, {
29
+ readonly name: "path";
30
+ readonly type: "element";
31
+ readonly value: "";
32
+ readonly attributes: {
33
+ readonly fill: "#1A9BA1";
34
+ readonly d: "M29.767 32.088C35.42 32.088 40 27.507 40 21.855c0-5.65-4.581-10.232-10.233-10.232-5.65 0-10.232 4.581-10.232 10.232 0 5.652 4.581 10.233 10.232 10.233Z";
35
+ };
36
+ readonly children: readonly [];
37
+ }, {
38
+ readonly name: "path";
39
+ readonly type: "element";
40
+ readonly value: "";
41
+ readonly attributes: {
42
+ readonly fill: "#37C6D0";
43
+ readonly d: "M21.86 39.53a7.907 7.907 0 1 0 0-15.814 7.907 7.907 0 0 0 0 15.814Z";
44
+ };
45
+ readonly children: readonly [];
46
+ }, {
47
+ readonly name: "path";
48
+ readonly type: "element";
49
+ readonly value: "";
50
+ readonly attributes: {
51
+ readonly fill: "url(#sharepoint-picto-path-b)";
52
+ readonly d: "M1.705 9.762H18.76c.942 0 1.705.764 1.705 1.705v17.055c0 .942-.763 1.705-1.705 1.705H1.705A1.705 1.705 0 0 1 0 28.522V11.467c0-.941.763-1.705 1.705-1.705Z";
53
+ };
54
+ readonly children: readonly [];
55
+ }, {
56
+ readonly name: "path";
57
+ readonly type: "element";
58
+ readonly value: "";
59
+ readonly attributes: {
60
+ readonly fill: "#fff";
61
+ readonly d: "M7.616 19.787a3.147 3.147 0 0 1-.976-1.032 2.808 2.808 0 0 1-.34-1.411 2.715 2.715 0 0 1 .632-1.828c.45-.512 1.03-.89 1.68-1.096a7.097 7.097 0 0 1 2.295-.355 8.738 8.738 0 0 1 3.023.423v2.14a4.72 4.72 0 0 0-1.367-.559 6.659 6.659 0 0 0-1.6-.191 3.459 3.459 0 0 0-1.643.348c-.395.17-.65.558-.651.988a1 1 0 0 0 .279.699c.213.222.465.402.744.532.31.154.775.36 1.395.616.069.021.135.048.2.08.61.239 1.199.529 1.76.868.424.262.78.62 1.04 1.047a3.05 3.05 0 0 1 .372 1.582 2.942 2.942 0 0 1-.592 1.903 3.31 3.31 0 0 1-1.581 1.064 7.17 7.17 0 0 1-2.255.328c-.686.003-1.37-.053-2.047-.168a7.008 7.008 0 0 1-1.658-.487v-2.256a5.346 5.346 0 0 0 1.674.8 6.55 6.55 0 0 0 1.847.296c.58.036 1.16-.086 1.675-.356.36-.203.58-.59.571-1.003a1.07 1.07 0 0 0-.316-.769 3.186 3.186 0 0 0-.872-.607c-.372-.186-.92-.431-1.644-.736a9.343 9.343 0 0 1-1.645-.86Z";
62
+ };
63
+ readonly children: readonly [];
64
+ }];
65
+ }, {
66
+ readonly name: "defs";
67
+ readonly type: "element";
68
+ readonly value: "";
69
+ readonly attributes: {};
70
+ readonly children: readonly [{
71
+ readonly name: "linearGradient";
72
+ readonly type: "element";
73
+ readonly value: "";
74
+ readonly attributes: {
75
+ readonly id: "sharepoint-picto-path-b";
76
+ readonly x1: "6.949";
77
+ readonly x2: "32.141";
78
+ readonly y1: "-2.084";
79
+ readonly y2: "42.587";
80
+ readonly gradientUnits: "userSpaceOnUse";
81
+ };
82
+ readonly children: readonly [{
83
+ readonly name: "stop";
84
+ readonly type: "element";
85
+ readonly value: "";
86
+ readonly attributes: {
87
+ readonly "stop-color": "#058F92";
88
+ };
89
+ readonly children: readonly [];
90
+ }, {
91
+ readonly name: "stop";
92
+ readonly type: "element";
93
+ readonly value: "";
94
+ readonly attributes: {
95
+ readonly offset: ".5";
96
+ readonly "stop-color": "#038489";
97
+ };
98
+ readonly children: readonly [];
99
+ }, {
100
+ readonly name: "stop";
101
+ readonly type: "element";
102
+ readonly value: "";
103
+ readonly attributes: {
104
+ readonly offset: "1";
105
+ readonly "stop-color": "#026D71";
106
+ };
107
+ readonly children: readonly [];
108
+ }];
109
+ }, {
110
+ readonly name: "clipPath";
111
+ readonly type: "element";
112
+ readonly value: "";
113
+ readonly attributes: {
114
+ readonly id: "sharepoint-picto-path-a";
115
+ };
116
+ readonly children: readonly [{
117
+ readonly name: "path";
118
+ readonly type: "element";
119
+ readonly value: "";
120
+ readonly attributes: {
121
+ readonly fill: "#fff";
122
+ readonly d: "M0 0h40v40H0z";
123
+ };
124
+ readonly children: readonly [];
125
+ }];
126
+ }];
127
+ }];
128
+ };
129
+ };
130
+ export { fileSharepoint };
@@ -0,0 +1,42 @@
1
+ declare const fileStream: {
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 40 40";
10
+ readonly "data-mrl-svg-name": "fileStream";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "path";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {
17
+ readonly fill: "#AA2C6C";
18
+ readonly d: "M9.156 20v14.561c0 2.987 3.224 4.785 5.664 3.159l21.843-14.561c1.113-.743 1.67-1.95 1.67-3.158H9.156Z";
19
+ };
20
+ readonly children: readonly [];
21
+ }, {
22
+ readonly name: "path";
23
+ readonly type: "element";
24
+ readonly value: "";
25
+ readonly attributes: {
26
+ readonly fill: "#E65AA0";
27
+ readonly d: "M14.807 2.271c-2.438-1.61-5.651.186-5.651 3.168V20h29.177c0-1.204-.552-2.407-1.657-3.15l-.013-.01L14.82 2.282l-.014-.01Z";
28
+ };
29
+ readonly children: readonly [];
30
+ }, {
31
+ readonly name: "path";
32
+ readonly type: "element";
33
+ readonly value: "";
34
+ readonly attributes: {
35
+ readonly fill: "#F37FBC";
36
+ readonly d: "M1.667 11.27c0-1.517 1.659-2.411 2.875-1.55l12.32 8.73c1.057.75 1.057 2.352 0 3.1l-12.32 8.73c-1.216.862-2.875-.032-2.875-1.55V11.27Z";
37
+ };
38
+ readonly children: readonly [];
39
+ }];
40
+ };
41
+ };
42
+ export { fileStream };
@@ -35,11 +35,22 @@ export { colorPicker } from './colorPicker';
35
35
  export { colorTransparent } from './colorTransparent';
36
36
  export { customColors } from './customColors';
37
37
  export { fileDoc } from './fileDoc';
38
+ export { fileGdoc } from './fileGdoc';
38
39
  export { fileGeneric } from './fileGeneric';
40
+ export { fileGforms } from './fileGforms';
41
+ export { fileGmaps } from './fileGmaps';
42
+ export { fileGsheets } from './fileGsheets';
43
+ export { fileGslides } from './fileGslides';
44
+ export { fileLoom } from './fileLoom';
45
+ export { fileOnedrive } from './fileOnedrive';
39
46
  export { filePdf } from './filePdf';
40
47
  export { filePpt } from './filePpt';
48
+ export { fileSharepoint } from './fileSharepoint';
49
+ export { fileStream } from './fileStream';
41
50
  export { fileTxt } from './fileTxt';
42
51
  export { fileXls } from './fileXls';
43
52
  export { fileZip } from './fileZip';
44
53
  export { logoGoogle } from './logoGoogle';
45
54
  export { logoMicrosoft } from './logoMicrosoft';
55
+ export { logoVimeo } from './logoVimeo';
56
+ export { logoYoutube } from './logoYoutube';
@@ -0,0 +1,26 @@
1
+ declare const logoVimeo: {
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 40 40";
10
+ readonly "data-mrl-svg-name": "logoVimeo";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "path";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {
17
+ readonly fill: "#00B2EA";
18
+ readonly "fill-rule": "evenodd";
19
+ readonly d: "M38.98 10.421c-.164 3.658-2.752 8.659-7.743 15.004-5.166 6.635-9.543 9.95-13.12 9.95-2.212 0-4.087-2.017-5.617-6.064-1.026-3.714-2.044-7.427-3.068-11.13-1.14-4.049-2.36-6.072-3.664-6.072-.284 0-1.274.59-2.98 1.773L1 11.602a509.665 509.665 0 0 0 5.539-4.885c2.493-2.137 4.368-3.258 5.62-3.375 2.948-.283 4.767 1.714 5.453 5.984.73 4.612 1.245 7.478 1.528 8.601.854 3.822 1.788 5.729 2.811 5.729.793 0 1.986-1.235 3.577-3.705 1.591-2.475 2.438-4.355 2.554-5.65.228-2.137-.623-3.199-2.554-3.199-.91 0-1.848.19-2.81.589 1.876-6.014 5.451-8.938 10.733-8.767 3.912.108 5.76 2.612 5.53 7.497Z";
20
+ readonly "clip-rule": "evenodd";
21
+ };
22
+ readonly children: readonly [];
23
+ }];
24
+ };
25
+ };
26
+ export { logoVimeo };
@@ -0,0 +1,33 @@
1
+ declare const logoYoutube: {
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 40 40";
10
+ readonly "data-mrl-svg-name": "logoYoutube";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "path";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {
17
+ readonly fill: "red";
18
+ readonly d: "M37.567 10.831c-.423-1.64-1.664-2.929-3.242-3.368C31.467 6.667 20 6.667 20 6.667s-11.467 0-14.325.796c-1.579.44-2.82 1.728-3.242 3.368C1.667 13.801 1.667 20 1.667 20s0 6.2.766 9.17c.423 1.64 1.663 2.928 3.242 3.367 2.858.796 14.325.796 14.325.796s11.467 0 14.325-.796c1.578-.44 2.82-1.728 3.242-3.368.766-2.97.766-9.169.766-9.169s-.003-6.2-.766-9.169Z";
19
+ };
20
+ readonly children: readonly [];
21
+ }, {
22
+ readonly name: "path";
23
+ readonly type: "element";
24
+ readonly value: "";
25
+ readonly attributes: {
26
+ readonly fill: "#fff";
27
+ readonly d: "m16.667 25.833 10-5.833-10-5.833v11.666Z";
28
+ };
29
+ readonly children: readonly [];
30
+ }];
31
+ };
32
+ };
33
+ export { logoYoutube };
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@muraldevkit/ds-pictograms","version":"1.0.0","description":"Mural's design system's pictogram library","license":"https://www.mural.co/terms/developer-addendum","files":["dist"],"publishConfig":{"access":"public"},"types":"./dist/types/index.d.ts","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","packageConfig":{"status":"integration-ready"},"scripts":{"build":"npm run clean && npm run build:pictograms","build:pictograms":"node ./lib/index.js","clean":"rimraf dist","release":"npx semantic-release"},"devDependencies":{"rimraf":"3.0.2","@muraldevkit/ds-utilities":"1.0.0","semantic-release-monorepo":"7.0.5","@muraldevkit/ds-semrel-config":"1.0.0","@muraldevkit/ds-semrel-manager":"1.0.0","@muraldevkit/ds-semrel-stencil-exports":"1.0.1"},"release":{"extends":["semantic-release-monorepo","./config/release.config"]},"nx":{"targets":{"build":{"dependsOn":["^build"],"inputs":["{projectRoot}/svg/**/*","{projectRoot}/lib/**/*"],"outputs":["{projectRoot}/dist"]}}}}
1
+ {"name":"@muraldevkit/ds-pictograms","version":"1.2.0","description":"Mural's design system's pictogram library","license":"https://www.mural.co/terms/developer-addendum","files":["dist"],"publishConfig":{"access":"public"},"types":"./dist/types/index.d.ts","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","packageConfig":{"status":"integration-ready"},"scripts":{"build":"npm run clean && npm run build:pictograms","build:pictograms":"node ./lib/index.js","clean":"rimraf dist","release":"npx semantic-release"},"devDependencies":{"rimraf":"3.0.2","@muraldevkit/ds-utilities":"1.0.5","semantic-release-monorepo":"7.0.5","@muraldevkit/ds-semrel-config":"1.1.0","@muraldevkit/ds-semrel-manager":"1.0.0","@muraldevkit/ds-semrel-stencil-exports":"1.0.1"},"release":{"extends":["semantic-release-monorepo","./config/release.config"]},"nx":{"targets":{"build":{"dependsOn":["^build"],"inputs":["{projectRoot}/svg/**/*","{projectRoot}/lib/**/*"],"outputs":["{projectRoot}/dist"]}}}}