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.57 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: 'ImageCopy24Regular', 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.75v6.5c0 2.9 2.35 5.25 5.25 5.25h6.5a3.247 3.247 0 0 0 2.744-1.508l-.122.006l-.122.002h-9a3.75 3.75 0 0 1-3.75-3.75v-9c0-.081.002-.162.007-.242zM8.75 3A3.25 3.25 0 0 0 5.5 6.25v8.5A3.25 3.25 0 0 0 8.75 18h8.5a3.25 3.25 0 0 0 3.25-3.25v-8.5A3.25 3.25 0 0 0 17.25 3h-8.5zm4.68 9.137l.093.077l4.306 4.188a1.748 1.748 0 0 1-.579.098h-8.5c-.203 0-.398-.035-.58-.098l4.307-4.188a.75.75 0 0 1 .954-.077zM8.75 4.5h8.5c.966 0 1.75.784 1.75 1.75v8.5c0 .209-.037.409-.104.595l-4.327-4.207a2.25 2.25 0 0 0-3.003-.12l-.134.12l-4.328 4.208A1.747 1.747 0 0 1 7 14.75v-8.5c0-.966.784-1.75 1.75-1.75zm1.75 2.251a1.25 1.25 0 1 0 0 2.499a1.25 1.25 0 0 0 0-2.499z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })