@meistericons/vue
Version:
Vue icon library for meistericons.
15 lines (12 loc) • 357 B
JavaScript
/**
* @license @meistericons/vue v0.5.1 - ISC
* The source code is licensed under the ISC license.
* See the root directory for the LICENSE file.
*/
var defaultAttributes = {
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
viewBox: "0 0 24 24"
};
export { defaultAttributes as default };
//# sourceMappingURL=defaultAttributes.js.map