@vicons/material
Version:
Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)
42 lines (41 loc) • 1.68 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: 'DirtyLensOutlined',
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: 'M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14h-7.02c-.22-.84-.52-1.76-.13-2.33c.81-1.12 2.67 1.77 3.81-.09c.77-1.57-1.58-1.29-1.64-2.12c-.05-.84 3.68.17 3.04-1.66c-.61-1.73-2.42.48-2.76-.53c-.58-1.74 4.7-1.68 2.85-4.01c-1.76-2.22-2.47 2.85-4.41 2.33c-1.34-.36-1.01-2.88-2.65-2.44c-1.88.51 1.03 2.2 0 2.86c-.96.63-1.72-.92-2.51-1.19c-.2-.07-.69-.05-.91.19c-.78.86.28 1.16.25 1.91c-.02.75-1.59.49-1.51 1.49c.12 1.6 2.18.45 2.4 1.24c.55 1.98-1.89 2.15-.5 3.27c1.53.71 1.91-1.94 2.8-1.35c.58.38.3 1.45.16 2.43H4V7h4.05l1.83-2h4.24l1.83 2H20v12z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
),
(0, vue_1.createElementVNode)(
'path',
{
d: 'M17.28 17.15c0 .48.39.86.86.86c.48 0 .86-.38.86-.86s-.39-.86-.86-.86c-.48 0-.86.38-.86.86z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})