@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.48 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: 'SlideSearch28Regular',
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: 'M2.004 7.25A3.25 3.25 0 0 1 5.254 4h17.497a3.25 3.25 0 0 1 3.25 3.25v13.5a3.25 3.25 0 0 1-3.25 3.25h-8.276l-1.5-1.5h9.776a1.75 1.75 0 0 0 1.75-1.75V7.25a1.75 1.75 0 0 0-1.75-1.75H5.254a1.75 1.75 0 0 0-1.75 1.75v5.48c-.55.287-1.055.65-1.5 1.075V7.25zm9.62 7.25A6.534 6.534 0 0 0 9.966 13H20.25a.75.75 0 0 1 0 1.5h-8.626zm1.376 4h5.25a.75.75 0 0 0 0-1.5h-5.424c.114.482.174.984.174 1.5zM7 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 */
)
])
)
)
}
})