@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.95 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BoxMultipleSearch20Regular',
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: 'M11.423 2.378a3 3 0 0 1 2.154 0l3.461 1.331c.58.223.962.78.962 1.4v7.78a1.5 1.5 0 0 1-.017.22a4.479 4.479 0 0 0-.983-2.44V5.11a.5.5 0 0 0-.321-.467l-3.461-1.331a2 2 0 0 0-1.436 0L8.32 4.642A.5.5 0 0 0 8 5.11v1.1a4.001 4.001 0 0 0-1 0v-1.1a1.5 1.5 0 0 1 .962-1.4l3.46-1.331zM12.6 9.089a1.498 1.498 0 0 0-.562-.38L8.577 7.378a3 3 0 0 0-2.154 0L2.962 8.709a1.5 1.5 0 0 0-.962 1.4v4.78a1.5 1.5 0 0 0 .962 1.4l3.46 1.331a3 3 0 0 0 2.155 0l1.944-.748a4.52 4.52 0 0 1-.712-.797l-1.591.612a2 2 0 0 1-1.436 0L3.32 15.356A.5.5 0 0 1 3 14.889v-4.78a.5.5 0 0 1 .32-.467l3.462-1.331a2 2 0 0 1 1.436 0l3.164 1.217a4.469 4.469 0 0 1 1.218-.439zm-1.903.89a.497.497 0 0 0-.252.027L7.5 11.14l-2.946-1.133a.5.5 0 1 0-.359.934L7 12.018v2.49a.5.5 0 0 0 1 0v-2.49l1.496-.576a4.519 4.519 0 0 1 1.201-1.464zm4.748-4.973a.5.5 0 1 1 .359.933l-2.766 1.064a1.5 1.5 0 0 1-1.077 0L9.195 5.94a.5.5 0 0 1 .36-.933L12.32 6.07a.5.5 0 0 0 .36 0l2.765-1.064zm.858 10.59a3.5 3.5 0 1 0-.707.707l2.55 2.55a.5.5 0 0 0 .708-.707l-2.55-2.55zM16 13.498a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})