@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.48 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: 'ImageCopy24Filled',
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.064 6.141l-.094.078l-5.394 5.313c.487.292 1.058.46 1.667.46h8.5c.621 0 1.201-.174 1.695-.476l-5.417-5.299l-.084-.07a.75.75 0 0 0-.772-.067l-.101.061zM8.75 3A3.25 3.25 0 0 0 5.5 6.25v8.5c0 .642.186 1.24.507 1.744l5.418-5.336l.128-.117a2.25 2.25 0 0 1 2.888-.01l.136.122l5.433 5.314c.31-.498.49-1.086.49-1.717v-8.5A3.25 3.25 0 0 0 17.25 3h-8.5zm.75 2.751a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})