@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.31 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 24 24'
}
export default defineComponent({
name: 'ClipboardTextLtr24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M13.75 3.5h-3.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zm0-1.5c1.14 0 2.08.846 2.23 1.945l.013.135l-.007-.08h1.764A2.25 2.25 0 0 1 20 6.25v13.5A2.25 2.25 0 0 1 17.75 22H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4h1.764l-.008.08l.015-.135A2.25 2.25 0 0 1 10.25 2h3.5zM14 17H8a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zm-2-4H8a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5zm4-4H8a.75.75 0 0 0 0 1.5h8A.75.75 0 0 0 16 9z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})