@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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ColorFill24Regular',
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 1.75a.75.75 0 0 1 1.5 0v1.265c.45.04.89.233 1.235.578l3.536 3.536a2 2 0 0 1 0 2.828L11.028 14.2a2 2 0 0 1-2.828 0l-3.536-3.536a2 2 0 0 1 0-2.828l4.243-4.243c.03-.03.061-.06.093-.087V1.75zm0 4.5v-.629l-2.89 2.89h8.245a.498.498 0 0 0-.145-.322l-3.535-3.535a.498.498 0 0 0-.175-.114v1.71a.75.75 0 1 1-1.5 0zm-2.868 3.76l3.128 3.13a.5.5 0 0 0 .707 0l3.129-3.13H6.132zM6.586 14H4.5A2.5 2.5 0 0 0 2 16.5v3A2.5 2.5 0 0 0 4.5 22h15a2.5 2.5 0 0 0 2.5-2.5v-3a2.5 2.5 0 0 0-2.016-2.453a3.772 3.772 0 0 1-.173 1.503a1 1 0 0 1 .689.95v3a1 1 0 0 1-1 1h-15a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h3.835a2.995 2.995 0 0 1-.842-.593L6.586 14zm7.414.375c0-.493.154-.972.342-1.381c.19-.416.438-.806.674-1.134c.237-.331.473-.613.649-.812c.085-.097.241-.261.3-.323l.005-.005a.75.75 0 0 1 1.06 0l.305.328c.176.199.412.48.65.812c.235.328.483.718.673 1.134c.188.409.342.888.342 1.381C19 15.765 17.971 17 16.5 17S14 15.765 14 14.375zm2.766-1.64a8.416 8.416 0 0 0-.266-.35a8.416 8.416 0 0 0-.266.35c-.201.28-.392.585-.529.885c-.14.305-.205.56-.205.755c0 .691.48 1.125 1 1.125s1-.434 1-1.125c0-.194-.065-.45-.205-.755a5.493 5.493 0 0 0-.53-.886z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})