UNPKG

@meistericons/vue

Version:

Vue icon library for meistericons.

13 lines (9 loc) 935 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 CodeSquareB = createMeisterIcons("code-square-b", [["path", { "fill": "currentColor", "stroke": "#000", "stroke-miterlimit": "10", "stroke-width": "1.5", "d": "M3 17V7c0-2.2 1.8-4 4-4h10c2.2 0 4 1.8 4 4v10c0 2.2-1.8 4-4 4H7c-2.3 0-4-1.8-4-4Z", "key": "e4ba1f06271826fa180d2ed279430c9b45d6beaa", "fillRule": "evenodd", "clipRule": "evenodd" }], ["path", { "stroke": "#fff", "stroke-linecap": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", "d": "m13.8 10 1.4 1.5c.3.3.3.7 0 1l-1.4 1.4m-3.7 0-1.4-1.4c-.3-.3-.3-.7 0-1l1.4-1.4", "key": "0f8cb4b64f77ddc5d6eed5edd9a0bdbc92fd6276", "fillRule": "evenodd", "clipRule": "evenodd" }]]); export { CodeSquareB as default }; //# sourceMappingURL=CodeSquareB.js.map