@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.55 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'DocumentSearch24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M11.409 10.946a4.927 4.927 0 0 1 .54 6.326l-.141.19l4.217 4.218l.075.087a.773.773 0 0 1-1.081 1.081l-.087-.075l-4.257-4.256a4.927 4.927 0 0 1-6.232-7.57a4.926 4.926 0 0 1 6.966 0zM13.129 2a2.25 2.25 0 0 1 1.59.659l2.812 2.81l2.808 2.812c.421.422.658.994.658 1.59v9.879a2.25 2.25 0 0 1-2.25 2.25h-1.51a1.765 1.765 0 0 0-.334-.83l-.12-.143l-.527-.528l2.49.001a.75.75 0 0 0 .75-.75v-9.747H15.25a2.25 2.25 0 0 1-2.245-2.095L13 7.754V3.5H7.25a.75.75 0 0 0-.75.75v4.421a5.894 5.894 0 0 0-1.501.582L5 4.25A2.25 2.25 0 0 1 7.25 2h5.879zM5.536 12.04a3.38 3.38 0 1 0 4.78 4.779a3.38 3.38 0 0 0-4.78-4.78zM14.5 4.56v3.194c0 .38.282.693.648.743l.102.007l3.191-.001L14.5 4.56z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})