@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
29 lines (26 loc) • 2.77 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 IconCrustaceansLarge = {
name: 'IconCrustaceansLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--crustaceansLarge', 'IconCrustaceansLarge');
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: 'M26.235 9.12 22.61 7.35l.078 4.315v.122l-1.681-1.142v2.1l1.707 1.16-1.385 1.15h-1.464c-.113-1.456-.331-2.824-.654-3.966a3.093 3.093 0 0 0-.226-.653.948.948 0 0 0 .819-.933.97.97 0 0 0-.967-.967c-.288 0-.54.13-.715.331-.044-.07-.087-.148-.14-.218v-.078c.027-1.177.384-2.1 1.072-2.745 1.299-1.22 3.373-1.15 3.434-1.15h.105V2.931h-.07c-.113 0-2.815-.113-4.654 1.613-.61.566-1.028 1.272-1.29 2.082l-.61-.819-.557.767c-.27-.784-.689-1.473-1.281-2.03-1.84-1.717-4.54-1.613-4.62-1.613h-.217v1.743h.261s2.1-.06 3.382 1.142c.688.645 1.054 1.569 1.08 2.736v.07c-.043.079-.095.157-.14.235a.962.962 0 0 0-.705-.322.97.97 0 0 0-.967.967c0 .48.357.863.819.933-.113.252-.2.488-.253.688-.322 1.116-.54 2.431-.662 3.835h-1.42l-1.386-1.15 1.655-1.125v-2.1l-1.603 1.09.052-4.42-3.625 1.77a2.749 2.749 0 0 0-1.534 2.458c0 1.533.82 2.962 2.144 3.73l.488.278.933-.653 2.257 1.873h1.952c-.079 2.754.209 5.621.845 7.774l-1.272 1.847a1.73 1.73 0 0 0-.105 1.795c.296.575.889.933 1.534.933h.183l1.054-.453.994.496c.244.122.514.183.775.183.262 0 .532-.06.776-.183l.976-.488 1.037.48h.201c.644 0 1.237-.349 1.533-.924a1.728 1.728 0 0 0-.096-1.795l-1.333-1.979c.61-2.135.889-4.915.845-7.59h2.014l2.257-1.874.932.654.488-.279a4.318 4.318 0 0 0 2.144-3.73A2.749 2.749 0 0 0 26.27 9.12h-.035ZM7.57 12.85l-.637.444-.122.087a2.574 2.574 0 0 1-.845-1.9c0-.374.218-.723.558-.888l1.072-.523-.026 2.78Zm6.875-1.264c.148-.584.872-1.786 1.543-2.797.75 1.098 1.429 2.24 1.525 2.719.427 1.481.654 3.355.697 5.28h-4.462c.053-1.908.28-3.755.697-5.202Zm-.584 8.688a27.921 27.921 0 0 1-.104-1.742H18.2a28.825 28.825 0 0 1-.113 1.742h-4.226Zm4 1.743c-.104.61-.235 1.194-.383 1.735h-3.015a17.67 17.67 0 0 1-.384-1.735h3.782Zm-.122 4.663-1.725.863-1.717-.855-1.202.515 1.176-1.709h3.477l1.177 1.735-1.186-.55Zm7.451-13.194-.104-.07-.645-.462-.026-2.78 1.072.523c.34.166.558.514.558.889a2.56 2.56 0 0 1-.846 1.9h-.009Z',
},
})]);
},
};
export { IconCrustaceansLarge as default };