mdi-vue
Version:
Material Design Icons for Vue.js
130 lines (118 loc) • 3.26 kB
JavaScript
import { _ as __vue_normalize__, a as __vue_create_injector__ } from './browser-decc6e30.js';
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
var script = {
name: 'mdi-incognito-off',
props: {
width: {
type: [Number, String],
default: 24
},
height: {
type: [Number, String],
default: 24
},
viewBox: {
type: [String],
default: '0 0 24 24'
},
xmlns: {
type: String,
default: 'http://www.w3.org/2000/svg'
},
ariaLabel: {
type: String,
default: 'IncognitoOff icon'
},
role: {
type: String,
default: 'img'
},
title: {
type: String,
required: false
}
}
};
/* script */
const __vue_script__ = script;
/* template */
var __vue_render__ = function(_h, _vm) {
var _c = _vm._c;
return _c(
"span",
{
class: [_vm.data.staticClass, "mdi", "mdi-incognito-off"],
attrs: { role: _vm.props.role, "aria-label": _vm.props.ariaLabel }
},
[
_c(
"svg",
{
attrs: {
fill: "currentColor",
width: _vm.props.width,
height: _vm.props.height,
viewBox: _vm.props.viewBox,
xmlns: _vm.props.xmlns
}
},
[
_vm.title ? _c("title", [_vm._v(_vm._s(_vm.title))]) : _vm._e(),
_vm._v(" "),
_c("path", {
attrs: {
d:
"M14.3 11.1C16.6 11.3 18.8 11.6 18.8 11.6C19.8 11.9 20.7 12.2 21.4 12.4C22.4 12.7 23 13 23 13H16.2L14.3 11.1M19.9 16.7C19.6 15.4 18.6 14.4 17.3 14.1L19.9 16.7M22.1 21.5L20.8 22.8L18.4 20.4C17.8 20.8 17.2 21 16.4 21C14.5 21 12.9 19.4 12.9 17.5V17C12.6 16.9 12.2 16.9 11.9 16.9C11.5 16.9 11.2 17 10.9 17V17.5C10.9 19.4 9.3 21 7.4 21S4 19.4 4 17.5 5.6 14 7.5 14C9 14 10.2 14.9 10.7 16.2C11 16.1 11.4 16 11.9 16S12.8 16.1 13.1 16.2C13.2 16 13.3 15.7 13.5 15.5L11.1 13H1C1 13 1.6 12.8 2.6 12.4C3.3 12.1 4.1 11.9 5.1 11.6C5.3 11.6 7.2 11.3 9.2 11.1L7.1 9H6L6.3 8.1L1.1 3L2.4 1.7L22.1 21.5M10 17.5C10 16.1 8.9 15 7.5 15S5 16.1 5 17.5 6.1 20 7.5 20 10 18.9 10 17.5M17.8 19.6L14.4 16.2C14.1 16.6 14 17 14 17.5C14 18.9 15.1 20 16.5 20C17 20 17.4 19.9 17.8 19.6M18 9L16.6 4.2C16.6 4.2 14.7 3 12 3C9.3 3 7.5 4.2 7.4 4.2L12.2 9H18Z"
}
})
]
)
]
)
};
var __vue_staticRenderFns__ = [];
__vue_render__._withStripped = true;
/* style */
const __vue_inject_styles__ = function (inject) {
if (!inject) return
inject("data-v-8df5fa60_0", { source: ".mdi > svg {\n vertical-align: middle;\n}\n", map: undefined, media: undefined });
};
/* scoped */
const __vue_scope_id__ = undefined;
/* module identifier */
const __vue_module_identifier__ = undefined;
/* functional template */
const __vue_is_functional_template__ = true;
/* style inject SSR */
/* style inject shadow dom */
const __vue_component__ = __vue_normalize__(
{ render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
__vue_inject_styles__,
__vue_script__,
__vue_scope_id__,
__vue_is_functional_template__,
__vue_module_identifier__,
false,
__vue_create_injector__,
undefined,
undefined
);
export default __vue_component__;