@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 2.19 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 IconMolluscsLarge = {
name: 'IconMolluscsLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--molluscsLarge', 'IconMolluscsLarge');
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.244 10.863a2.584 2.584 0 0 0-1.63-1.09l-.034-.148a2.67 2.67 0 0 0-.89-1.376c-1.498-1.23-3.52-2.144-5.542-2.51a2.554 2.554 0 0 0-2.24.697 2.611 2.611 0 0 0-2.265-.662 12.91 12.91 0 0 0-4.444 1.743c-.427.27-.837.566-1.23.888a2.542 2.542 0 0 0-.88 1.525v.061a2.615 2.615 0 0 0-1.55 1.072c-1.099 1.63-1.552 3.216-1.57 3.268a12.469 12.469 0 0 0-.566 3.721v.401l3.617 3.085v2.31a2.622 2.622 0 0 0 2.614 2.614h3.164l.862.732a3.15 3.15 0 0 0 2.249.933c.854 0 1.647-.332 2.196-.88l.915-.785h3.154a2.622 2.622 0 0 0 2.615-2.614v-2.31l3.616-3.085v-.4c0-3.425-1.359-5.97-2.17-7.181l.01-.01ZM9.643 24.719a.874.874 0 0 1-.871-.871v-.828l1.986 1.7H9.643Zm13.412-.871c0 .479-.392.871-.872.871h-1.115l1.987-1.69v.819Zm.33-3.39L21.348 22.2l-2.955 2.518-1.455 1.246c-.54.54-1.438.593-2.074-.043l-1.403-1.203-2.954-2.518-2.04-1.743-3.285-2.798c.035-.958.192-1.9.48-2.823 0-.018.409-1.403 1.341-2.789a.835.835 0 0 1 .323-.279l3.294 7.111h1.917l-3.8-8.209.08-.427a.8.8 0 0 1 .27-.488 10.1 10.1 0 0 1 1.054-.758 11.063 11.063 0 0 1 3.834-1.508.855.855 0 0 1 .898.419l.165.287.044 10.684h1.743L16.78 8.188l.192-.314c.183-.305.54-.48.871-.41 1.708.305 3.486 1.107 4.75 2.144a.94.94 0 0 1 .314.47l.165.62-3.852 8.191h1.926l3.416-7.268c.096.061.192.13.253.227a11.269 11.269 0 0 1 1.874 5.821l-3.286 2.797-.017-.008Z',
},
})]);
},
};
export { IconMolluscsLarge as default };