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.3 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: 'Snooze24Filled', 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 12.504a1 1 0 0 1 .846 1.534l-.065.091L5.08 20L9 20a1 1 0 0 1 .993.883L10 21a1 1 0 0 1-.883.993L9 22H3a1 1 0 0 1-.846-1.534l.065-.09l4.699-5.872H3a1 1 0 0 1-.993-.883L2 13.504a1 1 0 0 1 .883-.993l.117-.007H9zM21 2a1 1 0 0 1 .84 1.542l-.066.091L14.109 13h6.89a1 1 0 0 1 .994.883L22 14a1 1 0 0 1-.884.993L21 15h-9a1 1 0 0 1-.84-1.542l.066-.091L18.889 4h-6.89a1 1 0 0 1-.992-.883L11 3a1 1 0 0 1 .883-.993L12 2h9z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })