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.5 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: 'AttachArrowRight24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M16 2a6 6 0 0 1 4.64 9.806a6.454 6.454 0 0 0-2.07-.718l.23-.23l.159-.165a4 4 0 0 0-5.753-5.554l-.155.16l-.018.012l-9.326 9.33a1 1 0 0 1-1.414-1.415l9.309-9.313l.046-.043A5.985 5.985 0 0 1 16.001 2zm-4.912 16.568c.124.75.376 1.456.734 2.096l-.342.341l-.053.05l-.056.045a3.721 3.721 0 0 1-5.253-5.242l.149-.164l.015-.011l7.29-7.304a1 1 0 0 1 1.416 1.413l-7.29 7.304l-.012.008a1.721 1.721 0 0 0 2.289 2.553l.122-.1l.001.001l.99-.99zM23.001 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0zm-8.5-.5a.5.5 0 0 0 0 1h4.793l-1.647 1.646a.5.5 0 0 0 .708.708l2.5-2.5a.5.5 0 0 0 0-.708l-2.5-2.5a.5.5 0 0 0-.708.708L19.294 17H14.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })