@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.53 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconDriverMoped = {
name: 'IconDriverMoped',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--driverMoped', 'IconDriverMoped');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M4.255 9.75A2.625 2.625 0 0 1 6.696 7.78h2.625a2.625 2.625 0 0 1 2.424 1.969h1.374l-.132-.429a3.9 3.9 0 0 0-3.684-2.853h-.315c.35-.135.669-.34.937-.603a2.73 2.73 0 0 0 0-3.85 2.8 2.8 0 0 0-3.85 0 2.73 2.73 0 0 0 0 3.85c.268.262.586.468.936.603h-.315a3.9 3.9 0 0 0-3.692 2.853l-.132.429h1.383m2.747-4.822a1.417 1.417 0 0 1 0-1.986 1.42 1.42 0 0 1 1.995 0 1.409 1.409 0 0 1-1.995 1.986m7.123 5.916v1.312h-3.089a.25.25 0 0 0-.157.061L9.645 13.46c-.267.259-.618.414-.989.437V15H7.343v-1.111a1.48 1.48 0 0 1-.936-.43l-1.242-1.242a.23.23 0 0 0-.149-.061H1.927v-1.312h3.089a1.51 1.51 0 0 1 1.076.446l1.243 1.242c.04.038.093.06.149.062H8.56a.25.25 0 0 0 .157-.062l1.234-1.242a1.52 1.52 0 0 1 1.085-.446z',
},
})]);
},
};
export { IconDriverMoped as default };