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.14 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: 'DesignServicesSharp', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'path', { d: 'M21.79 17.06l-5.55-5.55l1.57-1.57l-3.75-3.75l-1.57 1.57l-5.55-5.55l-4.73 4.73l5.55 5.55L3 17.25V21h3.75l4.76-4.76l5.55 5.55l4.73-4.73zM9.18 11.07L5.04 6.94l1.9-1.9l1.27 1.27L7.02 7.5l1.41 1.41l1.19-1.19l1.45 1.45l-1.89 1.9zm3.75 3.75l1.9-1.9l1.45 1.45l-1.19 1.19l1.41 1.41l1.19-1.19l1.27 1.27l-1.9 1.9l-4.13-4.13zm2.203-9.697l2.538-2.539l3.748 3.748l-2.538 2.539z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })