@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.32 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'NumberSymbol48Regular',
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: 'M21.979 5.48a1.25 1.25 0 0 0-2.458-.46L17.658 15H7.25a1.25 1.25 0 0 0 0 2.5h9.942L14.858 30H5.25a1.25 1.25 0 0 0 0 2.5h9.142l-1.87 10.02a1.25 1.25 0 0 0 2.457.46l1.956-10.48h11.457l-1.87 10.02a1.25 1.25 0 0 0 2.457.46l1.956-10.48h9.815a1.25 1.25 0 1 0 0-2.5h-9.348l2.333-12.5h9.015a1.25 1.25 0 1 0 0-2.5h-8.548l1.777-9.52a1.25 1.25 0 0 0-2.458-.46L31.658 15H20.202l1.777-9.52zM28.859 30H17.401l2.333-12.5h11.457L28.858 30z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})