@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.48 kB
JavaScript
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 20 20'
}
export default defineComponent({
name: 'ClipboardLink20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})