@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
29 lines (26 loc) • 2.38 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 IconCelery = {
name: 'IconCelery',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--celery', 'IconCelery');
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: 'm13.397 11.332-2.265-2.055c-1.02-.924-.48-1.856-.436-1.935l.436-.6a2.058 2.058 0 0 0 .357-1.586 2.034 2.034 0 0 0-.871-1.307l.026-.122c.087-.366 0-.75-.21-1.054a1.31 1.31 0 0 0-.931-.54c-.079 0-.149-.053-.192-.122l-.078-.14a1.384 1.384 0 0 0-1.42-.688A1.37 1.37 0 0 0 6.68 2.281l-.061.313a1.486 1.486 0 0 0-1.15.933 2.073 2.073 0 0 0-.984.156.738.738 0 0 1-.453.035l-.28-.06a1.924 1.924 0 0 0-1.76.478 1.94 1.94 0 0 0-.574 1.734l.113.645a1.872 1.872 0 0 0 .845 2.596l.619.287.479.47c.235.236.68.489 2.021.367.48-.035.645.026.68.035l4.478 3.937c.374.375.88.584 1.41.584h.088a1.988 1.988 0 0 0 1.255-3.459h-.01ZM8.109 2.5l.078.139c.244.444.697.732 1.202.784l-.06.244a1.135 1.135 0 0 0 .583 1.263c.157.114.27.27.305.47.035.201 0 .41-.13.576l-.436.6c-.131.184-.305.541-.384 1.003l-.575-.523c-.13-.122-.165-.192-.174-.218A1.873 1.873 0 0 0 7.63 5.67l-.2-.113c-.097-.061-.166-.157-.184-.323a1.915 1.915 0 0 0-.575-1.158l.026-.07a.16.16 0 0 1 .148-.113c.427-.027.959-.462.994-.68l.148-.67m4.608 10.723a.67.67 0 0 1-.496.245.712.712 0 0 1-.54-.227l-4.53-3.99-.018-.017c-.279-.227-.67-.34-1.202-.34-.122 0-.262 0-.401.017-.21.018-.383.026-.523.026-.357 0-.479-.043-.47-.026l-.549-.54-.897-.462a.57.57 0 0 1-.297-.34.529.529 0 0 1 .044-.444 1.3 1.3 0 0 0 .14-.845l-.114-.653a.631.631 0 0 1 .183-.558.617.617 0 0 1 .566-.157l.28.061a2.08 2.08 0 0 0 1.306-.13c.192-.079.4-.07.575.035a.67.67 0 0 1 .322.531c.061.523.375.984.828 1.246l.2.113c.131.078.227.2.27.349.079.313.262.6.558.87l2.448 2.23 2.265 2.057c.27.244.305.662.061.95h-.009Z',
},
})]);
},
};
export { IconCelery as default };