@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.03 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Settings48Filled',
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: 'M19.494 43.468c1.479.353 2.993.531 4.513.531a19.425 19.425 0 0 0 4.503-.534a1.94 1.94 0 0 0 1.474-1.672l.338-3.071a2.318 2.318 0 0 1 2.183-2.075c.367-.016.732.053 1.068.2l2.807 1.231a1.922 1.922 0 0 0 1.554.01c.247-.105.468-.261.65-.458a20.372 20.372 0 0 0 4.51-7.779a1.942 1.942 0 0 0-.7-2.133l-2.494-1.84a2.326 2.326 0 0 1 0-3.764l2.486-1.836a1.943 1.943 0 0 0 .7-2.138a20.325 20.325 0 0 0-4.515-7.777a1.936 1.936 0 0 0-2.192-.45l-2.806 1.236c-.29.131-.606.2-.926.2a2.338 2.338 0 0 1-2.32-2.088l-.34-3.06a1.937 1.937 0 0 0-1.5-1.681a21.663 21.663 0 0 0-4.469-.519a21.922 21.922 0 0 0-4.5.52a1.935 1.935 0 0 0-1.5 1.677l-.34 3.062a2.345 2.345 0 0 1-.768 1.488c-.439.373-.993.585-1.569.6a2.3 2.3 0 0 1-.923-.194l-2.8-1.236a1.937 1.937 0 0 0-2.2.452a20.354 20.354 0 0 0-4.51 7.775a1.941 1.941 0 0 0 .7 2.137l2.488 1.836a2.344 2.344 0 0 1 .701 2.938a2.338 2.338 0 0 1-.7.829l-2.49 1.839a1.94 1.94 0 0 0-.7 2.135a20.333 20.333 0 0 0 4.51 7.782a1.929 1.929 0 0 0 2.193.454l2.818-1.237c.291-.128.605-.194.923-.194h.008a2.338 2.338 0 0 1 2.32 2.074l.338 3.057a1.94 1.94 0 0 0 1.477 1.673zM24 30.25a6.25 6.25 0 1 1 0-12.5a6.25 6.25 0 0 1 0 12.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})