@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.8 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: 'BoxMultipleSearch24Filled',
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: 'M13.7 2.33a3.75 3.75 0 0 1 2.6 0l4.307 1.592a1.75 1.75 0 0 1 1.143 1.641v9.292a5.503 5.503 0 0 0-5.63-3.843a2.745 2.745 0 0 0-1.167-.829l-4.306-1.592a4.75 4.75 0 0 0-2.397-.235V5.563a1.75 1.75 0 0 1 1.143-1.641L13.7 2.33zm-2.395 3.924a.75.75 0 0 0 .464.954l2.659.919c.37.128.774.128 1.144 0l2.65-.919a.75.75 0 0 0-.49-1.417l-2.65.918a.25.25 0 0 1-.164 0l-2.659-.919a.75.75 0 0 0-.954.464zm3.566 4.99a1.744 1.744 0 0 0-.264-.123L10.3 9.529a3.75 3.75 0 0 0-2.6 0l-4.307 1.592a1.75 1.75 0 0 0-1.143 1.641v5.67a1.75 1.75 0 0 0 1.143 1.642L7.7 21.666c.839.31 1.761.31 2.6 0l2.639-.976A5.488 5.488 0 0 1 11 16.5c0-.512.07-1.007.2-1.478l-1.45.503v2.7a.75.75 0 0 1-1.5 0v-2.7l-2.48-.857a.75.75 0 0 1 .49-1.418l2.74.948l2.732-.947c.118-.041.24-.05.355-.034a5.51 5.51 0 0 1 2.784-1.972zm5.297 7.862a4.5 4.5 0 1 0-1.06 1.06l2.612 2.613a.75.75 0 0 0 1.06-1.06l-2.612-2.613zM19.5 16.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})