UNPKG

@vicons/material

Version:

Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)

31 lines (30 loc) 1.36 kB
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: 'CastConnectedRound', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'path', { d: 'M19 16V8c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v.63c3.96 1.28 7.09 4.41 8.37 8.37H18c.55 0 1-.45 1-1zm2-13H3c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1s1-.45 1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1h-5c-.55 0-1 .45-1 1s.45 1 1 1h6c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM1 18v3h3a2.99 2.99 0 0 0-3-3zm1.14-3.91c-.6-.1-1.14.39-1.14 1c0 .49.36.9.85.98c2.08.36 3.72 2 4.08 4.08c.08.49.49.85.98.85c.61 0 1.09-.54 1-1.14a6.997 6.997 0 0 0-5.77-5.77zm-.04-4.04c-.59-.05-1.1.41-1.1 1c0 .51.38.94.88.99c4.27.41 7.67 3.81 8.08 8.08c.05.5.48.87.99.87c.6 0 1.06-.52 1-1.11c-.53-5.19-4.66-9.31-9.85-9.83z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })