@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.52 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: 'DocumentBulletListClock24Filled',
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: 'M12 8V2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h6.81a6.488 6.488 0 0 1-1.636-3h-.424a.75.75 0 0 1 0-1.5H11c0-.516.06-1.018.174-1.5h-.424a.75.75 0 0 1 0-1.5h.982A6.518 6.518 0 0 1 12.81 13h-2.06a.75.75 0 0 1 0-1.5h4.246A6.48 6.48 0 0 1 17.5 11c.886 0 1.73.177 2.5.498V10h-6a2 2 0 0 1-2-2zm-5 4.25a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0zm0 3a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0zm0 3a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0zM13.5 8V2.5l6 6H14a.5.5 0 0 1-.5-.5zm9.5 9.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0zm-5.78.418a.5.5 0 0 1-.219-.489L17 13.5a.5.5 0 1 1 1 0L18.001 17h2.496a.5.5 0 0 1 0 1H17.56a.507.507 0 0 1-.34-.082z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})