@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
41 lines (40 loc) • 1.46 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: 'SendClock24Regular',
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: 'M5.694 12L2.299 3.27c-.236-.607.356-1.188.942-.981l.093.039l18 9a.752.752 0 0 1 .264 1.124a6.473 6.473 0 0 0-4.272-1.451L4.402 4.54l2.61 6.71h6.627a.75.75 0 0 1 .724.555a6.52 6.52 0 0 0-1.3.945H7.011l-2.609 6.71l6.753-3.377a6.522 6.522 0 0 0-.147 1.75l-7.674 3.838c-.583.291-1.217-.245-1.065-.848l.03-.095L5.694 12z',
fill: 'currentColor'
}),
(0, vue_1.createElementVNode)('path', {
d: 'M23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0zm-5.5 0h2a.5.5 0 0 1 0 1H17a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 1 0v2.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})