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: 'DeveloperBoardSearch24Filled', 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: 'M16.993 1.648A.75.75 0 0 0 16.25 1l-.102.007l-.097.02a.75.75 0 0 0-.551.723v2.249h-1.751l.001-2.249l-.007-.102A.75.75 0 0 0 13 1l-.102.007a.75.75 0 0 0-.648.743l-.001 2.249H10.5V1.75l-.007-.102A.75.75 0 0 0 9 1.75v2.325a3.754 3.754 0 0 0-2.925 2.924L3.75 7l-.102.007A.75.75 0 0 0 3 7.75l.007.102a.75.75 0 0 0 .743.648L6 8.499v1.75l-2.25.001l-.102.007A.75.75 0 0 0 3 11l.007.102c.02.154.088.293.188.403a5.5 5.5 0 0 1 7.598 6.494h1.456l.001 2.251l.007.102A.75.75 0 0 0 13 21l.102-.007a.75.75 0 0 0 .648-.743l-.001-2.251H15.5v2.251l.007.102A.75.75 0 0 0 17 20.25v-2.325a3.755 3.755 0 0 0 2.924-2.92h2.326l.102-.007a.75.75 0 0 0 .648-.743l-.007-.102a.75.75 0 0 0-.743-.648L20 13.504v-1.75h2.25l.102-.006a.75.75 0 0 0 .648-.743l-.007-.102a.75.75 0 0 0-.743-.648L20 10.254v-1.75h2.25l.102-.006a.75.75 0 0 0-.102-1.493h-2.324A3.754 3.754 0 0 0 17 4.074L17 1.75l-.007-.102zm-6.988 9.357a3 3 0 1 1 6 0a3 3 0 0 1-6 0zm4.5 0a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0zM5.5 21a4.48 4.48 0 0 0 2.607-.832l2.613 2.612a.75.75 0 1 0 1.06-1.06l-2.612-2.613A4.5 4.5 0 1 0 5.5 21zm0-1.5a3 3 0 1 1 0-6a3 3 0 0 1 0 6z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })