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.51 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'NumberSymbolDismiss24Filled', 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: 'M10.985 3.165a1 1 0 0 0-1.973-.33l-.86 5.163L3.998 8a1 1 0 0 0 .002 2l3.817-.002l-.667 4L3 14a1 1 0 1 0 0 2l3.817-.002l-.807 4.838a1 1 0 1 0 1.973.329l.862-5.167l2.33-.002c.17-.72.461-1.394.85-2l-2.847.001l.667-4l4.976-.003l-.287 1.721a6.457 6.457 0 0 1 2.138-.662l.176-1.06L21 9.99a1 1 0 0 0 0-2l-3.818.002l.804-4.827a1 1 0 1 0-1.972-.33l-.86 5.159l-4.975.003l.806-4.832zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0zm-7.146-2.353a.5.5 0 0 0-.708.707l1.647 1.646l-1.647 1.647a.5.5 0 0 0 .708.707l1.646-1.647l1.646 1.647a.5.5 0 0 0 .708-.707L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.707L17.5 16.793l-1.646-1.646z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })