@vicons/material
Version:
Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)
40 lines (39 loc) • 1.37 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: 'DirectionsOffTwotone',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M21.71 11.29l-9-9a.996.996 0 0 0-1.41 0L8.21 5.38l1.41 1.41L12 4.42L19.58 12l-2.38 2.38l1.41 1.41l3.09-3.09c.4-.37.4-1 .01-1.41z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
),
_createElementVNode(
'path',
{
d: 'M13 7.5v2.67l2.17 2.17L16.5 11zM1.39 4.22l3.99 3.99l-3.09 3.09a.996.996 0 0 0 0 1.41l9 9c.39.39 1.02.39 1.41 0l3.09-3.09l3.99 3.99l1.41-1.41L2.81 2.81L1.39 4.22zm6.64 6.63c-.01.05-.04.1-.04.15v4h2v-2.18l4.38 4.38L12 19.58L4.42 12L6.8 9.62l1.23 1.23z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})