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.58 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'ImageCopy28Regular', 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: 'M4.507 6.008A3.243 3.243 0 0 0 3 8.75v10.5c0 2.9 2.35 5.25 5.25 5.25h10.5a3.247 3.247 0 0 0 2.744-1.508l-.122.006l-.122.002h-13a3.75 3.75 0 0 1-3.75-3.75v-13c0-.081.002-.162.007-.242zM8.75 3A3.25 3.25 0 0 0 5.5 6.25v12.5A3.25 3.25 0 0 0 8.75 22h12.5a3.25 3.25 0 0 0 3.25-3.25V6.25A3.25 3.25 0 0 0 21.25 3H8.75zm-.582 17.401l6.307-6.178a.75.75 0 0 1 .966-.07l.084.07l6.306 6.178a1.749 1.749 0 0 1-.581.099H8.75c-.204 0-.4-.035-.582-.099zM8.75 4.5h12.5c.966 0 1.75.784 1.75 1.75v12.5c0 .208-.036.408-.103.593l-6.322-6.191a2.25 2.25 0 0 0-3.02-.117l-.13.117l-6.322 6.192A1.747 1.747 0 0 1 7 18.75V6.25c0-.966.784-1.75 1.75-1.75zm2.75 3.251a1.25 1.25 0 1 0 0 2.499a1.25 1.25 0 0 0 0-2.499z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })