@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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ColorFill20Regular',
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.336 12H4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2c0-.54-.213-1.029-.56-1.389a3.337 3.337 0 0 1-.466 1.162c.017.073.026.149.026.227v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h1.336l-1-1zm10.041-2.833l-.003.004c-.04.048-.151.178-.212.255c-.124.158-.29.38-.458.642C13.386 10.564 13 11.295 13 12c0 1.009.672 2 1.75 2c1.078 0 1.75-.991 1.75-2c0-.705-.386-1.436-.704-1.932a8.128 8.128 0 0 0-.458-.642c-.055-.07-.158-.191-.208-.25l-.017-.02A.47.47 0 0 0 14.75 9a.5.5 0 0 0-.373.167zm.373 1.14c.066.091.135.192.204.3c.306.478.546.998.546 1.393c0 .293-.1.566-.248.749a.617.617 0 0 1-.502.251a.617.617 0 0 1-.502-.251A1.215 1.215 0 0 1 14 12c0-.396.24-.915.546-1.393c.07-.108.139-.208.204-.3zM8.5 1a.5.5 0 0 0-.5.5v1.56a1.991 1.991 0 0 0-.8.49L3.664 7.086a2 2 0 0 0 0 2.828l2.829 2.829a2 2 0 0 0 2.828 0l3.536-3.536a2 2 0 0 0 0-2.828L10.028 3.55A1.99 1.99 0 0 0 9 3.002V1.5a.5.5 0 0 0-.5-.5zM8 4.175V5.5a.5.5 0 0 0 1 0V4.042c.117.048.226.12.321.215l2.829 2.829c.12.12.202.262.249.414H4.664l3.243-3.243c.03-.03.06-.057.093-.082zM4.371 9.207a.997.997 0 0 1-.293-.707h8.071l-3.535 3.536a1 1 0 0 1-1.414 0L4.37 9.207zm10.005-.04h.001z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})