@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.61 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/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.373l-.13-.429a3.903 3.903 0 0 0-3.684-2.853h-.316c.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.903 3.903 0 0 0-3.692 2.853l-.132.429h1.383Zm2.747-4.822a1.417 1.417 0 0 1 0-1.986 1.418 1.418 0 0 1 1.995 0 1.409 1.409 0 0 1-1.995 1.986Zm7.123 5.916v1.312h-3.089a.254.254 0 0 0-.157.061L9.645 13.46c-.267.259-.618.414-.989.437V15H7.343v-1.111a1.479 1.479 0 0 1-.936-.43l-1.242-1.242a.227.227 0 0 0-.149-.061H1.927v-1.313h3.089a1.514 1.514 0 0 1 1.076.447l1.243 1.242c.04.038.093.06.149.062H8.56a.254.254 0 0 0 .157-.062l1.234-1.242a1.523 1.523 0 0 1 1.085-.446h3.089Z',
},
})]);
},
};
export { IconDriverMoped as default };