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.49 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'ClipboardLink20Filled', 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: 'M7.085 3A1.5 1.5 0 0 1 8.5 2h3a1.5 1.5 0 0 1 1.415 1H14.5A1.5 1.5 0 0 1 16 4.5V11h-3.5a4.5 4.5 0 0 0-3.742 7H5.5A1.5 1.5 0 0 1 4 16.5v-12A1.5 1.5 0 0 1 5.5 3h1.585zM8.5 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM19 15.5a3.5 3.5 0 0 0-3.5-3.5l-.09.008a.5.5 0 0 0 .09.992l.164.005A2.5 2.5 0 0 1 15.5 18l-.002.005l-.09.008a.5.5 0 0 0 .094.992V19l.192-.005A3.5 3.5 0 0 0 19 15.5zm-6-3a.5.5 0 0 0-.5-.5l-.192.005A3.5 3.5 0 0 0 12.5 19l.09-.008A.5.5 0 0 0 12.5 18l-.164-.005A2.5 2.5 0 0 1 12.5 13l.09-.008A.5.5 0 0 0 13 12.5zm2.5 2.502l-3-.002l-.09.008a.5.5 0 0 0 .09.992l3 .002l.09-.008a.5.5 0 0 0-.09-.992z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })