@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.64 kB
JavaScript
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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ClipboardLink24Regular',
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: 'M15.986 4a2.25 2.25 0 0 0-2.236-2h-3.5a2.25 2.25 0 0 0-2.236 2H6.25A2.25 2.25 0 0 0 4 6.25v13.5A2.25 2.25 0 0 0 6.25 22H11a4.986 4.986 0 0 1-.771-1.5H6.25a.75.75 0 0 1-.75-.75V6.25a.75.75 0 0 1 .75-.75h2.129c.404.603 1.091 1 1.871 1h3.5c.778 0 1.464-.395 1.868-.996h1.884V5.5h.248a.75.75 0 0 1 .75.75V14H20V6.25A2.25 2.25 0 0 0 17.75 4h-1.764zm-5.736-.5h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5zM19 15a4 4 0 0 1 .2 7.995L19 23a.75.75 0 0 1-.102-1.493L19 21.5a2.5 2.5 0 0 0 .164-4.995L19 16.5a.75.75 0 0 1-.102-1.493L19 15zm-4 0a.75.75 0 0 1 .102 1.493L15 16.5a2.5 2.5 0 0 0-.164 4.995L15 21.5a.75.75 0 0 1 .102 1.493L15 23a4 4 0 0 1-.2-7.995L15 15zm.25 3.25h3.5a.75.75 0 0 1 .102 1.493l-.102.007h-3.5a.75.75 0 0 1-.102-1.493l.102-.007z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})