@vicons/material
Version:
Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)
41 lines (40 loc) • 1.82 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: 'DesignServicesTwotone',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
opacity: '.3',
d: 'M15.91 9.28l-1.3-1.3L5 17.59V19h1.41l9.61-9.61zm-5.08-.35l-1.2-1.2l-1.19 1.19L7.02 7.5l1.19-1.18l-1.27-1.28l-1.9 1.9l3.89 3.89zm5.44 5.45l-1.2-1.21l-1.9 1.9l3.89 3.89l1.9-1.9l-1.27-1.27l-1.19 1.19l-1.42-1.41zm-.25-7.822l1.415-1.414l1.414 1.414l-1.414 1.414z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
),
_createElementVNode(
'path',
{
d: 'M20.97 5.86l-2.83-2.83a.996.996 0 0 0-1.41 0l-4.49 4.49l-3.89-3.89c-.78-.78-2.05-.78-2.83 0l-1.9 1.9c-.78.78-.78 2.05 0 2.83l3.89 3.89L3 16.76V21h4.24l4.52-4.52l3.89 3.89c.95.95 2.23.6 2.83 0l1.9-1.9c.78-.78.78-2.05 0-2.83l-3.89-3.89l4.49-4.49a.993.993 0 0 0-.01-1.4zM5.04 6.94l1.89-1.9L8.2 6.31L7.02 7.5l1.41 1.41l1.19-1.19l1.2 1.2l-1.9 1.9l-3.88-3.88zM6.41 19H5v-1.41l9.61-9.61l1.3 1.3l.11.11L6.41 19zm10.09-2.02l1.19-1.19l1.27 1.27l-1.9 1.9l-3.89-3.89l1.9-1.9l1.2 1.2l-1.19 1.19l1.42 1.42zm.94-9l-1.41-1.41l1.41-1.41l1.41 1.41l-1.41 1.41z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})