@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.28 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 28 28'
}
export default defineComponent({
name: 'NumberSymbol28Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})