@appscode/design-system 2.17.21 → 2.17.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.17.21",
3
+ "version": "2.17.22",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -0,0 +1,12 @@
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24">
3
+ <!-- Icon from EOS Icons by SUSE UX/UI team - https://gitlab.com/SUSE-UIUX/eos-icons/-/blob/master/LICENSE -->
4
+ <path fill="currentColor" d="M23 11H1V1h22ZM3 9h18V3H3Zm20 14H1V13h22ZM3 21h18v-6H3Z" />
5
+ <path fill="currentColor" d="M4 5h9v2H4z" />
6
+ <circle cx="16" cy="6" r="1" fill="currentColor" />
7
+ <circle cx="19" cy="6" r="1" fill="currentColor" />
8
+ <path fill="currentColor" d="M4 17h9v2H4z" />
9
+ <circle cx="16" cy="18" r="1" fill="currentColor" />
10
+ <circle cx="19" cy="18" r="1" fill="currentColor" />
11
+ </svg>
12
+ </template>
@@ -0,0 +1,9 @@
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24">
3
+ <!-- Icon from Remix Icon by Remix Design - https://github.com/Remix-Design/RemixIcon/blob/master/License -->
4
+ <path
5
+ fill="currentColor"
6
+ d="M10 2a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H8v2h5V9a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1v-1H8v6h5v-1a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1v-1H7a1 1 0 0 1-1-1V8H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm9 16h-4v2h4zm0-8h-4v2h4zM9 4H5v2h4z"
7
+ />
8
+ </svg>
9
+ </template>