@vicons/material
Version:
Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)
40 lines (39 loc) • 1.47 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: 'CameraswitchRound',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M16 7h-1l-1-1h-4L9 7H8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm-4 7c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
),
_createElementVNode(
'path',
{
d: 'M9.45.28c-.4.08-.55.56-.26.84l3.01 3.01c.32.31.85.09.85-.35V2.04c4.45.44 8.06 3.82 8.84 8.17c.08.46.5.78.97.78c.62 0 1.09-.57.98-1.18C22.61 2.89 15.79-1.12 9.45.28zm2.35 19.59a.496.496 0 0 0-.85.35v1.74c-4.45-.44-8.06-3.82-8.84-8.17c-.08-.46-.5-.78-.97-.78c-.62 0-1.09.57-.98 1.18c1.24 6.92 8.06 10.93 14.4 9.53c.39-.09.55-.56.26-.85l-3.02-3z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})