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.75 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'ContentSettings32Regular', 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: 'M9 4a5 5 0 0 0-5 5v14.004a5 5 0 0 0 5 5h5.003a9.99 9.99 0 0 1-1.169-2H9a3 3 0 0 1-3-3V10h20.004v2.834a9.99 9.99 0 0 1 2 1.169V9a5 5 0 0 0-5-5H9zm16.828 4H6.17A3.001 3.001 0 0 1 9 6h14c1.305 0 2.417.835 2.828 2zm-9.825 5.997v-1a1 1 0 0 0-1-1H9.009a1 1 0 0 0-1 1V23a1 1 0 0 0 1 1h3.19c-.13-.647-.199-1.316-.199-2h-1.992v-8.002h3.995v1.997a10.062 10.062 0 0 1 2-1.998zm.673 14.573l.046-.156a4 4 0 0 0-2.895-5.02a8.532 8.532 0 0 1 .072-2.746a4 4 0 0 0 2.879-4.987a8.535 8.535 0 0 1 2.343-1.435a4 4 0 0 0 5.795-.003l.111-.118a7.962 7.962 0 0 1 2.296 1.326l-.046.155a4 4 0 0 0 2.895 5.02c.123.9.103 1.828-.071 2.747a4 4 0 0 0-2.88 4.987a8.53 8.53 0 0 1-2.343 1.435a4 4 0 0 0-5.795.003l-.111.117a7.97 7.97 0 0 1-2.296-1.325zm4.17-4.571c1.067.616 2.448.22 3.085-.884c.637-1.103.29-2.497-.778-3.113c-1.066-.616-2.448-.22-3.085.883c-.637 1.104-.289 2.498.778 3.114z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })