UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.28 kB
'use strict' 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: 'NumberSymbol48Filled', 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: 'M22.224 5.526a1.5 1.5 0 1 0-2.948-.551L17.404 15H7.25a1.5 1.5 0 1 0 0 3h9.594l-2.24 12H5.25a1.5 1.5 0 1 0 0 3h8.794l-1.769 9.475a1.5 1.5 0 1 0 2.95.55L17.095 33h10.95l-1.77 9.475a1.5 1.5 0 1 0 2.95.55L31.095 33h9.655a1.5 1.5 0 0 0 0-3h-9.094l2.24-12h8.854a1.5 1.5 0 0 0 0-3h-8.294l1.768-9.474a1.5 1.5 0 1 0-2.948-.551L31.404 15H20.456l1.768-9.474zM28.604 30H17.656l2.24-12h10.948l-2.24 12z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })