@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.11 kB
JavaScript
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: 'DeveloperBoardSearch24Regular',
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.48 5.48 0 0 1 5.5 11c.706 0 1.38.133 2 .375V7.75A2.25 2.25 0 0 1 9.75 5.5h6.5a2.25 2.25 0 0 1 2.25 2.25v6.5a2.25 2.25 0 0 1-2.25 2.25H11c0 .52-.072 1.023-.207 1.499h1.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.754 3.754 0 0 0 19.925 15L22.25 15l.102-.007A.75.75 0 0 0 23 14.25l-.007-.102a.75.75 0 0 0-.743-.648H20v-1.75h2.25l.102-.007A.75.75 0 0 0 23 11l-.007-.102a.75.75 0 0 0-.743-.648H20V8.5h2.25l.102-.007A.75.75 0 0 0 22.25 7h-2.325A3.754 3.754 0 0 0 17 4.075V1.75l-.007-.102zm-.988 9.357a3 3 0 1 0-6 0a3 3 0 0 0 6 0zm-4.5 0a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-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 */
)
])
)
)
}
})