UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.99 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'PuzzlePiece24Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M13 2.004a2.998 2.998 0 0 1 2.993 2.819l.005.176h2.251c.868 0 1.588.631 1.726 1.46l.019.147l.005.144v3.75L18 10.502a1.5 1.5 0 0 0-1.48 1.239l-.015.132l-.005.129a1.5 1.5 0 0 0 1.239 1.48l.132.015l.129.005h1.997L20 17.252a1.75 1.75 0 0 1-1.606 1.745l-.144.005H16l-.005.172a3.001 3.001 0 0 1-2.638 2.803l-.18.016l-.177.005a3 3 0 0 1-2.995-2.82L10 19.002H7.75a1.75 1.75 0 0 1-1.725-1.458l-.019-.148L6 17.253V15l-.164-.005a3 3 0 0 1-2.802-2.638l-.016-.18L3.012 12a3 3 0 0 1 2.823-2.995l.163-.005L6 6.75c0-.867.631-1.587 1.459-1.726l.148-.019L7.749 5L10 4.999l.005-.171a3 3 0 0 1 2.639-2.803l.18-.016l.176-.005zm0 1.5a1.5 1.5 0 0 0-1.494 1.356l-.007.145l-.001 1.494H7.749a.25.25 0 0 0-.243.193L7.5 6.75v3.75l-1.487.001a1.5 1.5 0 0 0-.145 2.993l.145.007h1.487v3.751a.25.25 0 0 0 .193.244l.057.006h3.749l.001 1.496a1.5 1.5 0 0 0 2.994.145l.006-.144l-.001-1.497h3.751a.25.25 0 0 0 .244-.192l.006-.057V15h-.523l-.18-.006a3.003 3.003 0 0 1-2.79-2.841l-.005-.177l.007-.18a3 3 0 0 1 2.818-2.79l.175-.005h.497L18.5 6.75a.25.25 0 0 0-.13-.22l-.062-.024l-.058-.006l-3.751-.001l.001-1.495a1.5 1.5 0 0 0-1.5-1.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })