@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.94 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: 'SearchSettings20Regular',
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: 'M12.727 12.02a5.5 5.5 0 1 0-9.605-2.364c.183-.285.476-.482.802-.548a5.38 5.38 0 0 1 .114-.022a4.5 4.5 0 1 1 5.958 3.66c.032.403-.14.797-.453 1.051l-.164.133a5.47 5.47 0 0 0 2.64-1.203l3.906 3.905a.5.5 0 1 0 .707-.707l-3.905-3.905zm-10.837-.7a3.956 3.956 0 0 0-.878 1.448c-.03.091-.001.19.075.252l.767.621a.456.456 0 0 1 0 .717l-.767.622a.229.229 0 0 0-.075.252c.182.537.482 1.03.878 1.449c.067.07.172.095.266.063l.945-.322a.492.492 0 0 1 .65.359l.181.943a.24.24 0 0 0 .192.188a4.4 4.4 0 0 0 1.752 0a.24.24 0 0 0 .191-.187l.18-.945a.5.5 0 0 1 .65-.359l.947.323a.255.255 0 0 0 .266-.063c.396-.419.696-.912.878-1.45a.229.229 0 0 0-.075-.251l-.767-.621a.456.456 0 0 1 0-.717l.767-.622a.229.229 0 0 0 .075-.252a3.956 3.956 0 0 0-.878-1.449a.255.255 0 0 0-.266-.064l-.945.323a.492.492 0 0 1-.65-.359l-.182-.944a.24.24 0 0 0-.191-.187a4.395 4.395 0 0 0-1.752 0a.24.24 0 0 0-.192.188l-.18.944a.5.5 0 0 1-.65.359l-.946-.323a.255.255 0 0 0-.266.063zM5 15.166c-.672 0-1.217-.522-1.217-1.167S4.328 12.833 5 12.833s1.217.522 1.217 1.167S5.672 15.167 5 15.167z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})