@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.57 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
export default defineComponent({
name: 'ClipboardCode16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M5.085 2A1.5 1.5 0 0 1 6.5 1h3a1.5 1.5 0 0 1 1.415 1h.585A1.5 1.5 0 0 1 13 3.5v3.996c-.168 0-.336.027-.497.084a1.5 1.5 0 0 0-2.94-.492l-.331 1.158H8.3a1.5 1.5 0 0 0-2.439-.227l-1.5 1.75a1.5 1.5 0 0 0 0 1.953l1.5 1.75a1.5 1.5 0 0 0 1.767.386l-.066.23c-.089.312-.072.628.028.912H4.5A1.5 1.5 0 0 1 3 13.5v-10A1.5 1.5 0 0 1 4.5 2h.585zM6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zm-.341 8.746l1.22 1.424a.5.5 0 0 1-.759.651l-1.5-1.75a.5.5 0 0 1 0-.65l1.5-1.75a.5.5 0 0 1 .76.65l-1.221 1.425zm5.327-3.108a.5.5 0 1 0-.962-.275l-2 7a.5.5 0 0 0 .962.274l2-7zm1.189 5.237a.5.5 0 0 1-.055-.705l1.222-1.424L12.62 9.32a.5.5 0 1 1 .76-.65l1.5 1.75a.5.5 0 0 1 0 .65l-1.5 1.75a.5.5 0 0 1-.705.054z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})