@vicons/ionicons5
Version:
Vue3 SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
68 lines (67 loc) • 1.98 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 512 512'
}
export default defineComponent({
name: 'PrintSharp',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M400 96V56a8 8 0 0 0-8-8H120a8 8 0 0 0-8 8v40',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
),
_createElementVNode(
'rect',
{
x: '152',
y: '264',
width: '208',
height: '160',
rx: '4',
ry: '4',
fill: 'none'
},
null,
-1 /* HOISTED */
),
_createElementVNode(
'rect',
{
x: '152',
y: '264',
width: '208',
height: '160',
rx: '4',
ry: '4',
fill: 'none'
},
null,
-1 /* HOISTED */
),
_createElementVNode(
'path',
{
d: 'M408 112H104a56 56 0 0 0-56 56v208a8 8 0 0 0 8 8h56v72a8 8 0 0 0 8 8h272a8 8 0 0 0 8-8v-72h56a8 8 0 0 0 8-8V168a56 56 0 0 0-56-56zm-48 308a4 4 0 0 1-4 4H156a4 4 0 0 1-4-4V268a4 4 0 0 1 4-4h200a4 4 0 0 1 4 4zm34-212.08a24 24 0 1 1 22-22a24 24 0 0 1-22 22z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})