@vicons/material
Version:
Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)
33 lines (32 loc) • 1.14 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DesignServicesSharp',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.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 */
)
])
)
)
}
})