@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.91 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ColorFill16Regular',
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: 'M8 2.5a.5.5 0 0 0-1 0v1c-.205.072-.397.19-.561.354L3.853 6.439a1.5 1.5 0 0 0 0 2.122l2.086 2.085a1.5 1.5 0 0 0 2.122 0l2.585-2.585a1.5 1.5 0 0 0 0-2.122L8.56 3.854A1.494 1.494 0 0 0 8 3.5v-1zM7 4.707V5.5a.5.5 0 1 0 1 0v-.793l1.939 1.94c.1.099.148.23.146.36A.502.502 0 0 0 10 7H4.707L7 4.707zM4.707 8h4.586l-1.94 1.94a.5.5 0 0 1-.707 0L4.707 8zm7.915 4.783A.996.996 0 0 1 12 13H4a1 1 0 0 1-1-1v-1a1 1 0 0 1 .885-.993l-.739-.74a2.555 2.555 0 0 1-.05-.051A2 2 0 0 0 2 11v1a2 2 0 0 0 2 2h8a2 2 0 0 0 1.977-1.697c-.383.28-.85.455-1.355.48zM12.5 8a.5.5 0 0 0-.388.185l-.002.002l-.002.003l-.01.012l-.034.043a10.074 10.074 0 0 0-.48.665c-.132.198-.27.424-.378.646c-.098.203-.206.47-.206.73a1.5 1.5 0 0 0 3 0c0-.26-.108-.527-.206-.73a5.751 5.751 0 0 0-.377-.646a10.33 10.33 0 0 0-.48-.665l-.035-.043l-.01-.012l-.002-.003l-.002-.002A.5.5 0 0 0 12.5 8zm0 1.339l.083.123c.119.18.23.365.31.53c.04.082.07.152.087.209c.018.056.02.082.02.085a.5.5 0 1 1-1 0c0-.003.002-.029.02-.085c.018-.057.046-.127.086-.21a4.816 4.816 0 0 1 .394-.652z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})