@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.31 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 48 48'
}
export default defineComponent({
name: 'NumberSymbol48Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})