UNPKG

@meistericons/vue

Version:

Vue icon library for meistericons.

13 lines (9 loc) 903 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 GitB = createMeisterIcons("git-b", [["path", { "fill": "currentColor", "stroke": "#000", "stroke-linecap": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", "d": "M7.5 20.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0-13a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm9 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z", "key": "cd7ed97c8bf90a76c5428518fca3f4c150a838bb", "fillRule": "evenodd", "clipRule": "evenodd" }], ["path", { "stroke": "#000", "stroke-linecap": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", "d": "M7.5 16.5v-9m9 0s0 5-9 5", "key": "9b0188f946b776eab6545d3b59264812feaa8bd8", "fillRule": "evenodd", "clipRule": "evenodd" }]]); export { GitB as default }; //# sourceMappingURL=GitB.js.map