@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.6 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: 'ClipboardCode24Filled',
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: 'M10.25 2h3.5a2.25 2.25 0 0 1 2.236 2h1.764A2.25 2.25 0 0 1 20 6.25v7.46a1.75 1.75 0 0 0-3.429-.454L16.058 15h-.726a1.75 1.75 0 0 0-2.89-.413l-2 2.25a1.75 1.75 0 0 0 0 2.326l2 2.25c.343.386.818.584 1.297.587H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4h1.764a2.25 2.25 0 0 1 2.236-2zm3.5 1.5h-3.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zm-2.56 14.998l2 2.25a.748.748 0 0 0 1.058.063a.75.75 0 0 0 .063-1.06L12.754 18l1.557-1.752a.75.75 0 0 0-1.122-.996l-2 2.25a.75.75 0 0 0 0 .996zm6.34-4.96a.75.75 0 0 1 1.44.424l-2.5 8.5a.75.75 0 1 1-1.44-.424l2.5-8.5zm2.222 7.273a.75.75 0 0 1-.063-1.06L21.247 18l-1.558-1.752a.75.75 0 0 1 1.122-.996l2 2.25a.75.75 0 0 1 0 .996l-2 2.25a.75.75 0 0 1-1.06.063z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})