@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.7 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ContentSettings32Filled',
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: 'M4 9a5 5 0 0 1 5-5h14.004a5 5 0 0 1 5 5v5.003L28 13.999a9.99 9.99 0 0 0-2.5-1.37V10h-19v13A2.5 2.5 0 0 0 9 25.5h3.63A9.992 9.992 0 0 0 14 28l.003.004H9a5 5 0 0 1-5-5V9zm12.003 3.998v.999a10.062 10.062 0 0 0-2 1.998v-1.997h-3.995V22H12c0 .684.069 1.353.2 2H9.009a1 1 0 0 1-1-1V12.998a1 1 0 0 1 1-1h5.994a1 1 0 0 1 1 1zm.674 15.572l.046-.156a4 4 0 0 0-2.895-5.02a8.535 8.535 0 0 1 .07-2.746a4 4 0 0 0 2.88-4.987a8.533 8.533 0 0 1 2.344-1.435a4 4 0 0 0 5.794-.003l.112-.118a7.97 7.97 0 0 1 2.295 1.326l-.046.155a4 4 0 0 0 2.895 5.02a8.53 8.53 0 0 1-.07 2.747a4 4 0 0 0-2.88 4.987a8.533 8.533 0 0 1-2.344 1.435a4 4 0 0 0-5.794.003l-.112.117a7.97 7.97 0 0 1-2.295-1.325zm4.17-4.571c1.066.616 2.447.22 3.084-.884c.638-1.103.29-2.498-.777-3.113c-1.067-.616-2.448-.22-3.085.883c-.638 1.104-.29 2.498.777 3.114z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})