@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
41 lines (38 loc) • 1.96 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 IconBikeFilledLarge = {
name: 'IconBikeFilledLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--bikeFilledLarge', 'IconBikeFilledLarge');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M21.661 8.125a.875.875 0 0 1 .534-1.067l.875-.307v-1.89l-1.444.534a2.625 2.625 0 0 0-1.61 3.185l.359 1.295h-.201a3.5 3.5 0 0 0-3.002 1.698L14.47 16l-1.566-5.25h1.347V9H8.449L9 10.75h2.039l1.54 5.163a5.687 5.687 0 1 0 1.671 4.025 4.77 4.77 0 0 0 0-.5c-.49.45-1.097.753-1.75.876-.188.03-.378.048-.569.052L9 20.323l-.586-1.75h3.5c.112-.006.223-.02.332-.044a1.75 1.75 0 0 0 .971-.56 1.7 1.7 0 0 0 .193-.245l.236-.385c.182.366.325.75.429 1.146.086.312.145.631.175.954a3.29 3.29 0 0 0 .674-.796l3.701-6.143a1.75 1.75 0 0 1 1.505-.875h.709l.927 3.246a5.68 5.68 0 0 1 1.672-.542L21.66 8.125Z',
},
}), h('path', {
attrs: {
d: 'M24.347 14.25a5.94 5.94 0 0 0-.875.079l.49 1.75c.088.289 1.252 4.331 1.252 4.331h-1.838l-1.094-3.78-.498-1.75a5.67 5.67 0 1 0 2.563-.63Z',
},
}), h('path', {
attrs: {
d: 'M7.285 10.75 6.699 9h-4.41l.586 1.75h4.41Z',
},
}), h('path', {
attrs: {
d: 'M5.228 13.375H8.16l-.587-1.75h-2.94l.595 1.75Z',
},
})]);
},
};
export { IconBikeFilledLarge as default };