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.53 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 16 16' } export default defineComponent({ name: 'LinkDismiss16Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M10.5 3h-1l-.09.008A.5.5 0 0 0 9.5 4h1l.164.005a2.5 2.5 0 0 1 2.318 2.197c.355.1.695.233 1.017.397L14 6.5A3.5 3.5 0 0 0 10.5 3zM6.595 9.009c-.16.314-.29.646-.388.991H5.5a3.5 3.5 0 0 1-.192-6.995L5.5 3h1a.5.5 0 0 1 .09.992L6.5 4h-1a2.5 2.5 0 0 0-.164 4.995L5.5 9h1c.033 0 .064.003.095.009zm4.128-2.955a5.47 5.47 0 0 0-2.388.947L5.5 7a.5.5 0 0 1-.09-.992L5.5 6l5 .002c.08 0 .156.02.223.053zM11.5 16a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9zm1.854-6.354a.5.5 0 0 1 0 .708L12.207 11.5l1.147 1.146a.5.5 0 0 1-.708.708L11.5 12.207l-1.146 1.147a.5.5 0 0 1-.708-.708l1.147-1.146l-1.147-1.146a.5.5 0 0 1 .708-.708l1.146 1.147l1.146-1.147a.5.5 0 0 1 .708 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })