UNPKG

@meistericons/vue

Version:

Vue icon library for meistericons.

13 lines (9 loc) 750 B
/** * @license @meistericons/vue v0.5.1 - ISC * The source code is licensed under the ISC license. * See the root directory for the LICENSE file. */ import createMeisterIcons from '../createMeisterIcons.js'; const Add = createMeisterIcons("add", [["path", { "fill": "currentColor", "d": "M12 3.25a.75.75 0 0 1 .75.75v16a.75.75 0 0 1-1.5 0V4a.75.75 0 0 1 .75-.75", "key": "f6373343e04664cc3c29f5d676f4067b64f7622b", "fillRule": "evenodd", "clipRule": "evenodd" }], ["path", { "fill": "currentColor", "d": "M3.25 12a.75.75 0 0 1 .75-.75h16a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1-.75-.75", "key": "729e7cfd568de0fc214018ff4f850bf589b95e81", "fillRule": "evenodd", "clipRule": "evenodd" }]]); export { Add as default }; //# sourceMappingURL=Add.js.map