UNPKG

mdi-vue

Version:

Material Design Icons for Vue.js

113 lines (102 loc) 2.83 kB
import { _ as __vue_normalize__ } from './normalize-component-26d614d1.js'; // // // // // // // // // // // // // // var script = { name: 'mdi-kabaddi', 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: 'xmlns="http://www.w3.org/2000/svg"' }, ariaLabel: { type: String, default: 'Kabaddi icon' }, role: { type: String, default: 'img' } } }; /* script */ const __vue_script__ = script; /* template */ var __vue_render__ = function(_h, _vm) { var _c = _vm._c; return _c( "span", { staticClass: "mdi mdi-kabaddi", 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 } }, [ _c("path", { attrs: { d: "M11.25,10.55C12.28,11.58 13.5,12.09 14.86,12.09L15,14.16C13.06,14.16 11.38,13.47 9.94,12.09L9.23,11.39L6.89,13.78L9,15.89V21.89H7V16.73L5.72,15.56V17.77L1.45,22L0.05,20.58L3.7,16.97L2.63,14L2.58,13.85L2.5,13.64V13.45C2.42,12.89 2.63,12.38 3.09,11.91L6.42,8.58C6.83,8.17 7.3,7.97 7.83,7.97C8.3,7.97 8.67,8.08 8.95,8.3L11.25,10.55M24,11.86H22V8.5L20.2,7.78L21.09,12.23L22.13,17.44L23,21.89H20.91L19.08,13.88L17,15.89V21.89H15V14.39L17.11,12.38L16.5,9.38C15.94,10 15.23,10.55 14.39,11C13.45,10.92 12.63,10.5 11.91,9.8C13.47,9.5 14.59,8.75 15.28,7.5L16.31,5.86C16.94,4.86 17.81,4.59 18.94,5.06L24,7.17V11.86M11.42,4.4C12.5,4.4 13.42,5.29 13.42,6.4A2,2 0 0,1 11.42,8.4C10.31,8.4 9.42,7.5 9.42,6.4C9.42,5.29 10.31,4.4 11.42,4.4M16.5,0.35C17.63,0.35 18.5,1.25 18.5,2.35C18.5,3.46 17.63,4.35 16.5,4.35C15.42,4.35 14.5,3.46 14.5,2.35A2,2 0 0,1 16.5,0.35Z" } }) ] ) ] ) }; var __vue_staticRenderFns__ = []; __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ const __vue_scope_id__ = undefined; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ const __vue_is_functional_template__ = true; /* style inject */ /* style inject SSR */ var Kabaddi = __vue_normalize__( { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, undefined, undefined ); export default Kabaddi;