UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.98 kB
'use strict' 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: 'SearchSettings20Filled', 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.884 11.811a5.501 5.501 0 1 0-9.76-2.159c.183-.283.475-.478.8-.545c.202-.04.406-.07.611-.087a4 4 0 1 1 5.328 3.23c.026.065.05.13.072.197c.17.5-.001 1.033-.392 1.35l-.146.118a5.47 5.47 0 0 0 2.426-1.043L16.1 17.15a.75.75 0 0 0 1.061-1.06l-4.278-4.279zM1.89 11.32a3.957 3.957 0 0 0-.878 1.45c-.03.09-.001.19.075.25l.767.622a.456.456 0 0 1 0 .717l-.767.622a.229.229 0 0 0-.075.251c.182.538.482 1.031.878 1.45c.067.07.172.095.266.063l.945-.323a.492.492 0 0 1 .65.359l.181.944a.24.24 0 0 0 .192.188a4.4 4.4 0 0 0 1.752 0a.24.24 0 0 0 .191-.188l.18-.944a.5.5 0 0 1 .65-.359l.947.323a.254.254 0 0 0 .266-.064c.396-.418.696-.911.878-1.449a.229.229 0 0 0-.075-.251l-.767-.622a.456.456 0 0 1 0-.717l.767-.621a.229.229 0 0 0 .075-.252a3.957 3.957 0 0 0-.878-1.449a.254.254 0 0 0-.266-.064l-.945.323a.492.492 0 0 1-.65-.359l-.182-.944a.24.24 0 0 0-.191-.188a4.403 4.403 0 0 0-1.752 0a.24.24 0 0 0-.192.188l-.18.944a.5.5 0 0 1-.65.359l-.946-.323a.254.254 0 0 0-.266.064zM5 15.167c-.672 0-1.217-.523-1.217-1.167c0-.645.545-1.167 1.217-1.167s1.217.522 1.217 1.167c0 .644-.545 1.167-1.217 1.167z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })