@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.22 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
export default defineComponent({
name: 'Snooze16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M4 7.5h2.5a.75.75 0 0 1 .666 1.097l-.055.089L5.458 11H6.5a.75.75 0 0 1 .102 1.493L6.5 12.5H4a.75.75 0 0 1-.665-1.097l.055-.089L5.043 9H4A.75.75 0 0 1 3.9 7.507L4 7.5h2.5H4zm5-5h3.5a.75.75 0 0 1 .682 1.063l-.049.09L10.367 8H12.5a.75.75 0 0 1 .102 1.493L12.5 9.5H9a.75.75 0 0 1-.682-1.063l.05-.09L11.134 4H9A.75.75 0 0 1 8.9 2.507L9 2.5h3.5H9z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})