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.42 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'CopyAdd24Regular', 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: 'M3.5 6.75l.003-2.123A2.25 2.25 0 0 0 2 6.75v10.504a4.75 4.75 0 0 0 4.75 4.75h5.064a6.515 6.515 0 0 1-1.08-1.5H6.75a3.25 3.25 0 0 1-3.25-3.25V6.75zM18 11.174V4.25A2.25 2.25 0 0 0 15.75 2h-9A2.25 2.25 0 0 0 4.5 4.25v13a2.25 2.25 0 0 0 2.25 2.25h3.563a6.475 6.475 0 0 1-.294-1.5H6.75a.75.75 0 0 1-.75-.75v-13a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 .75.75V11c.516 0 1.018.06 1.5.174zM16.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm.501 8.503V18h2.496a.5.5 0 0 0 0-1H17v-2.5a.5.5 0 1 0-1 0V17h-2.504a.5.5 0 0 0 0 1H16v2.503a.5.5 0 1 0 1 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })