@vicons/material
Version:
Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)
31 lines (30 loc) • 1.18 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: 'ChaletOutlined',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M17.5 15L10 7.5L2.5 15l1.41 1.41L5 15.33V20h10v-4.67l1.09 1.09L17.5 15zM13 18h-2v-3H9v3H7v-4.67l3-3l3 3V18zm9-10.5h-1.19l.75.75l-.71.71l-1.46-1.46h-.89v.89l1.45 1.45l-.71.71l-.74-.74V11h-1V9.81l-.75.75l-.71-.71l1.45-1.45v-.9h-.89l-1.45 1.45l-.71-.71l.75-.75H14v-1h1.19l-.75-.75l.71-.71l1.45 1.45h.89v-.87l-1.45-1.45l.71-.71l.75.75V3h1v1.19l.75-.75l.71.71l-1.46 1.46v.89h.89l1.45-1.45l.71.71l-.74.74H22v1z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})