@vicons/material
Version:
Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)
40 lines (39 loc) • 1.52 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: 'AppShortcutRound',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M17 18H7V6h10v1h2V3c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v1zm3.38-8.38l.4.87c.09.2.37.2.46 0l.4-.87l.87-.4c.2-.09.2-.37 0-.46l-.87-.4l-.4-.87c-.09-.2-.37-.2-.46 0l-.4.87l-.87.4c-.2.09-.2.37 0 .46l.87.4z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
),
_createElementVNode(
'path',
{
d: 'M15.54 9l-.79 1.75l-1.75.79a.5.5 0 0 0 0 .91l1.75.79l.79 1.76a.5.5 0 0 0 .91 0l.79-1.75l1.76-.79a.5.5 0 0 0 0-.91l-1.75-.79L16.46 9a.508.508 0 0 0-.92 0zm5.23 4.5l-.4.87l-.87.4c-.2.09-.2.37 0 .46l.87.4l.4.87c.09.2.37.2.46 0l.4-.87l.87-.4c.2-.09.2-.37 0-.46l-.87-.4l-.4-.87a.257.257 0 0 0-.46 0z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})