@muenchen/muc-patternlab-vue 5.1.0 → 5.2.1
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/assets/icons/custom-icons.svg +1 -0
- package/muc-patternlab-vue.es.js +767 -760
- package/package.json +20 -20
- package/style.css +1 -1
|
@@ -8,4 +8,5 @@
|
|
|
8
8
|
<symbol viewBox="0 0 24 24" id="icon-printer"><path d="M19 8C20.66 8 22 9.34 22 11V17H18V21H6V17H2V11C2 9.34 3.34 8 5 8H6V3H18V8H19M8 5V8H16V5H8M16 19V15H8V19H16M18 15H20V11C20 10.45 19.55 10 19 10H5C4.45 10 4 10.45 4 11V15H6V13H18V15M19 11.5C19 12.05 18.55 12.5 18 12.5C17.45 12.5 17 12.05 17 11.5C17 10.95 17.45 10.5 18 10.5C18.55 10.5 19 10.95 19 11.5Z" /></symbol>
|
|
9
9
|
<symbol viewBox="0 0 24 24" id="icon-paperclip-straight"><path d="M16.5,6V17.5A4,4 0 0,1 12.5,21.5A4,4 0 0,1 8.5,17.5V5A2.5,2.5 0 0,1 11,2.5A2.5,2.5 0 0,1 13.5,5V15.5A1,1 0 0,1 12.5,16.5A1,1 0 0,1 11.5,15.5V6H10V15.5A2.5,2.5 0 0,0 12.5,18A2.5,2.5 0 0,0 15,15.5V5A4,4 0 0,0 11,1A4,4 0 0,0 7,5V17.5A5.5,5.5 0 0,0 12.5,23A5.5,5.5 0 0,0 18,17.5V6H16.5Z"/></symbol>
|
|
10
10
|
<symbol viewBox="0 0 24 24" id="icon-user-fill"><path d="M19.6638 17.891L17.6639 14.891C17.3003 14.3508 16.691 14.0002 16 14.0002H8.00008C7.30888 14.0004 6.69976 14.351 6.34072 14.8841L6.33616 14.8913L4.33624 17.8913C4.12552 18.2033 4 18.5875 4 19.0013C4 19.3466 4.0876 19.6714 4.24144 19.9548L4.23616 19.9442C4.58032 20.5776 5.24056 21.0002 5.99944 21.0002H18.0004C18.7593 21.0002 19.4193 20.5776 19.7582 19.9548L19.7634 19.9442C19.9125 19.6711 20.0001 19.3459 20.0001 19.0003C20.0001 18.587 19.8746 18.2028 19.6598 17.8841L19.6643 17.8913L19.6638 17.891Z"/><path d="M11.9999 12C14.4851 12 16.4999 9.9852 16.4999 7.5C16.4999 5.0148 14.4851 3 11.9999 3C9.51472 3 7.49992 5.0148 7.49992 7.5C7.49992 9.9852 9.51472 12 11.9999 12Z"/></symbol>
|
|
11
|
+
<symbol viewBox="0 0 24 29" id="icon-checklist"><path d="M10.511 22.1856L18.2806 14.4034L16.6188 12.7416L10.5187 18.8416L7.27766 15.6005L5.6081 17.2701L10.511 22.1856ZM3.74386 28.361C2.93409 28.361 2.24194 28.0737 1.66743 27.4992C1.09292 26.9247 0.805664 26.2325 0.805664 25.4228V3.57735C0.805664 2.76413 1.09292 2.06903 1.66743 1.49205C2.24194 0.915075 2.93409 0.626587 3.74386 0.626587H15.3593L23.2067 8.47395V25.4228C23.2067 26.2325 22.9182 26.9247 22.3412 27.4992C21.7643 28.0737 21.0692 28.361 20.2559 28.361H3.74386ZM13.8337 9.93289V3.57735H3.74386V25.4228H20.2559V9.93289H13.8337Z"/></symbol>
|
|
11
12
|
</svg>
|