@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.29 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'NumberSymbol28Regular',
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.984 3.404a.75.75 0 1 0-1.468-.308L10.28 9H3.75a.75.75 0 0 0 0 1.5h6.216L8.606 17H2.75a.75.75 0 1 0 0 1.5h5.542l-1.276 6.096a.75.75 0 1 0 1.468.308l1.34-6.404h6.468l-1.276 6.096a.75.75 0 0 0 1.468.308l1.34-6.404h6.426a.75.75 0 0 0 0-1.5h-6.112l1.36-6.5h5.752a.75.75 0 0 0 0-1.5h-5.437l1.171-5.596a.75.75 0 1 0-1.468-.308L18.28 9h-6.467l1.171-5.596zM16.606 17h-6.468l1.36-6.5h6.468l-1.36 6.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})