@muenchen/muc-patternlab-vue 2.1.0-beta.2 → 2.1.0-beta.3

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.
@@ -6,5 +6,5 @@
6
6
  <symbol viewBox="0 0 24 24" id="icon-account"><path d="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z"/></symbol>
7
7
  <symbol viewBox="0 0 24 24" id="icon-copy"><path d="M8.40952 18.7936C7.80219 18.7936 7.28308 18.5782 6.8522 18.1473C6.42131 17.7164 6.20587 17.1973 6.20587 16.59V3.53922C6.20587 2.9293 6.42131 2.40799 6.8522 1.97527C7.28308 1.54254 7.80219 1.32617 8.40952 1.32617H18.4603C19.0702 1.32617 19.5915 1.54254 20.0242 1.97527C20.457 2.40799 20.6733 2.9293 20.6733 3.53922V16.59C20.6733 17.1973 20.457 17.7164 20.0242 18.1473C19.5915 18.5782 19.0702 18.7936 18.4603 18.7936H8.40952ZM8.40952 16.59H18.4603V3.53922H8.40952V16.59ZM4.53922 22.6733C3.9293 22.6733 3.40798 22.457 2.97525 22.0242C2.54253 21.5915 2.32617 21.0702 2.32617 20.4603V5.20587H4.53922V20.4603H16.7936V22.6733H4.53922Z"/></symbol>
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
- <symbol viewBox="0 0 24 24" id="icon-paperclip"><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>
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
  </svg>
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "FabianWilms",
4
4
  "description": "A vue component library of some of the components available from https://patternlab.muenchen.space",
5
5
  "license": "MIT",
6
- "version": "2.1.0-beta.2",
6
+ "version": "2.1.0-beta.3",
7
7
  "private": false,
8
8
  "module": "./dist/muc-patternlab-vue.es.js",
9
9
  "main": "./dist/index.d.ts",