@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2 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: 'ColorBackground20Filled',
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: 'M2 10.664l1.078 1.079a3 3 0 0 0 4.243 0l.68-.68C8.028 12.404 8.96 14 10.75 14c1.816 0 2.75-1.646 2.75-3c0-1.014-.532-1.956-.862-2.472a9.123 9.123 0 0 0-.516-.721l-.015-.019l-.214-.26a1.5 1.5 0 0 0-.874-.504a2.993 2.993 0 0 0-.87-2.352L9.478 4H15.5A2.5 2.5 0 0 1 18 6.5v7a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 2 13.5v-2.836zM5 1.5a.5.5 0 0 1 1 0v1.174c.48.022.954.217 1.32.583L9.443 5.38a2 2 0 0 1 0 2.828l-2.828 2.829a2 2 0 0 1-2.829 0L1.664 8.914a2 2 0 0 1 0-2.828l2.828-2.829c.153-.153.325-.276.508-.369V1.5zm0 4V4.164L2.664 6.5h6.32a.996.996 0 0 0-.249-.414L6.614 3.964A.996.996 0 0 0 6 3.676V5.5a.5.5 0 0 1-1 0zm-2.922 2c0 .256.098.512.293.707l2.121 2.121a1 1 0 0 0 1.415 0L8.735 7.5H2.078zm8.299.667l-.215.26c-.125.157-.29.38-.458.64C9.385 9.565 9 10.296 9 11c0 1.009.672 2 1.75 2c1.077 0 1.75-.991 1.75-2c0-.705-.386-1.436-.704-1.932a8.13 8.13 0 0 0-.458-.642l-.215-.259a.5.5 0 0 0-.746 0zm.169 1.44c.069-.108.138-.208.204-.3c.065.092.135.192.204.3c.306.478.546.998.546 1.393c0 .293-.1.566-.248.749a.618.618 0 0 1-.502.251a.618.618 0 0 1-.502-.251A1.215 1.215 0 0 1 10 11c0-.396.24-.915.546-1.393z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})