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.58 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'LinkDismiss16Filled', 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.266 3H9.75l-.102.007A.75.75 0 0 0 9.75 4.5h.516l.153.005a2.239 2.239 0 0 1 1.978 1.568a5.46 5.46 0 0 1 1.6.525A3.741 3.741 0 0 0 10.267 3zM6.563 9.073a5.46 5.46 0 0 0-.473 1.432h-.338a3.752 3.752 0 0 1-.199-7.5l.2-.005h.497a.75.75 0 0 1 .102 1.493L6.25 4.5h-.498A2.252 2.252 0 0 0 5.598 9l.154.005h.498c.112 0 .218.024.313.068zm4.017-2.996A5.484 5.484 0 0 0 7.725 7.5H5.75a.75.75 0 0 1-.102-1.493L5.75 6h4.5c.119 0 .23.028.33.077zM11.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 */ ) ]) ) ) } })