UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.49 kB
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 24 24' } export default defineComponent({ name: 'DocumentFooterDismiss24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M23 6.502a5.5 5.5 0 0 1-5.499 5.501a5.5 5.5 0 0 1-5.498-5.501A5.5 5.5 0 0 1 17.5 1A5.5 5.5 0 0 1 23 6.502zm-7.145-2.355a.5.5 0 1 0-.707.708l1.646 1.647l-1.646 1.647a.5.5 0 0 0 .707.707l1.646-1.647l1.646 1.647a.5.5 0 1 0 .707-.707l-1.646-1.647l1.646-1.647a.5.5 0 0 0-.707-.708l-1.646 1.647l-1.646-1.647zm1.647 8.857c.883 0 1.726-.177 2.494-.497v7.242a2.25 2.25 0 0 1-2.096 2.246l-.154.005H6.25a2.25 2.25 0 0 1-2.244-2.097L4 19.75V4.247A2.25 2.25 0 0 1 6.095 2l.154-.005h6.567a6.482 6.482 0 0 0-1.813 4.506a6.5 6.5 0 0 0 6.499 6.502zm-8.998 3a1.5 1.5 0 0 0 0 3.001h6.998a1.5 1.5 0 0 0 0-3H8.504z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })