@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.4 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 25'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DocumentTableSearch24Filled',
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: 'M10.475 19.5h4.775A1.75 1.75 0 0 0 17 17.75v-4A1.75 1.75 0 0 0 15.25 12h-6.5c-.24 0-.47.049-.68.137A5.476 5.476 0 0 0 5.5 11.5c-.52 0-1.023.072-1.5.207V4.5a2 2 0 0 1 2-2h6v6a2 2 0 0 0 2 2h6v10a2 2 0 0 1-2 2h-5.018a1.742 1.742 0 0 0-.495-.987L10.475 19.5zm5.025-3v1.25a.25.25 0 0 1-.25.25H11.5v-1.5h4zm-4-1.5v-1.5h3.75a.25.25 0 0 1 .25.25V15h-4zm2-12v5.5a.5.5 0 0 0 .5.5h5.5l-6-6zM9.168 19.607a4.5 4.5 0 1 0-1.06 1.06l2.612 2.613a.75.75 0 1 0 1.06-1.06l-2.612-2.613zM8.5 17a3 3 0 1 1-6 0a3 3 0 0 1 6 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})