@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.38 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SlideSearch28Filled',
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: 'M5.254 4a3.25 3.25 0 0 0-3.25 3.25v6.555A6.478 6.478 0 0 1 6.5 12a6.47 6.47 0 0 1 3.466 1H20.25a.75.75 0 0 1 0 1.5h-8.626a6.474 6.474 0 0 1 1.202 2.5h5.424a.75.75 0 0 1 0 1.5H13a6.47 6.47 0 0 1-.835 3.19l2.31 2.31h8.276a3.25 3.25 0 0 0 3.25-3.25V7.25A3.25 3.25 0 0 0 22.751 4H5.254zM7 9.75A.75.75 0 0 1 7.75 9h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7 9.75zm3.883 12.073a5.5 5.5 0 1 0-1.06 1.06l2.897 2.897a.75.75 0 1 0 1.06-1.06l-2.897-2.897zM10.5 18.5a4 4 0 1 1-8 0a4 4 0 0 1 8 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})