UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.41 kB
'use strict' 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: 'Snooze24Regular', 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.244 13.004a.75.75 0 0 1 .662 1.104l-.057.09l-4.622 6.301h4.017a.75.75 0 0 1 .743.649l.007.102a.75.75 0 0 1-.648.743L8.244 22H2.747a.75.75 0 0 1-.661-1.105l.057-.089l4.62-6.303H2.749a.75.75 0 0 1-.743-.648l-.007-.101a.75.75 0 0 1 .649-.743l.101-.007h5.496zM21.252 2c.599 0 .943.659.638 1.144l-.06.084l-8.491 10.268h7.913a.75.75 0 0 1 .743.649l.007.101a.75.75 0 0 1-.648.744l-.102.006h-9.505a.75.75 0 0 1-.638-1.144l.06-.083L19.66 3.5l-7.912.001a.75.75 0 0 1-.743-.648l-.007-.102a.75.75 0 0 1 .649-.743L11.747 2h9.505z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })