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.22 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: 'DeviceUnknownRound', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'path', { d: 'M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 18H7V5h10v14zm-6-3h2v2h-2zm-1.48-5.81h.13c.33 0 .59-.23.7-.54c.24-.69.91-1.21 1.66-1.21c.93 0 1.75.82 1.75 1.75c0 1.32-1.49 1.55-2.23 2.82h-.01c-.08.14-.14.29-.2.45c-.01.02-.02.03-.02.05c-.01.02-.01.04-.01.05c-.1.31-.16.66-.16 1.08h1.76c0-.25.04-.47.12-.67c.54-1.47 2.77-1.86 2.48-4.18c-.19-1.55-1.43-2.84-2.98-3.04c-1.77-.23-3.29.78-3.81 2.3c-.2.56.23 1.14.82 1.14z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })