UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 2.25 kB
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 IconCrustaceans = { name: 'IconCrustaceans', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--crustaceans', 'IconCrustaceans'); 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.432 4.424-2.109-1.028.027 2.143-.732-.488V6.62l.54.357-.392.323h-.645a10.074 10.074 0 0 0-.305-1.769c-.017-.104-.07-.235-.122-.366a.478.478 0 0 0 .2-.374c0-.262-.208-.47-.47-.47a.51.51 0 0 0-.165.034c-.009-.017-.018-.026-.026-.043.017-.506.165-.889.453-1.159.557-.531 1.48-.505 1.533-.505V1.34c-.174 0-1.49-.018-2.422.854-.226.209-.4.461-.54.74l-.253-.33-.226.304a2.792 2.792 0 0 0-.523-.714c-.967-.906-2.387-.854-2.422-.854h-.087v1.307h.113s.932-.026 1.499.496c.287.27.435.654.453 1.15a.182.182 0 0 1-.035.053.509.509 0 0 0-.157-.035.468.468 0 0 0-.279.845c-.06.13-.104.252-.13.366a9.9 9.9 0 0 0-.314 1.768h-.662l-.375-.305.601-.392V5.025l-.731.488.026-2.143-2.108 1.028a1.58 1.58 0 0 0-.88 1.411c0 .828.444 1.612 1.167 2.03l.366.21.435-.306 1.037.863h1.063c-.009 1.245.122 2.509.392 3.502l-.566.819a1.085 1.085 0 0 0 .88 1.699h.14l.46-.2.393.19c.148.08.322.114.488.114.165 0 .33-.035.479-.113l.383-.192.453.21h.14c.4 0 .766-.219.95-.576a1.07 1.07 0 0 0-.062-1.115l-.592-.88c.27-1.002.4-2.23.4-3.441h1.133l1.037-.862.435.304.366-.209a2.345 2.345 0 0 0 1.168-2.03 1.59 1.59 0 0 0-.88-1.41v.008Zm-5.419 8.973-.819-.41.462-.67v-.018h.705l.462.689-.819.41h.009Zm.662-2.404H7.307c-.07-.41-.13-.854-.156-1.307h1.68c-.034.462-.086.897-.156 1.307ZM7.133 8.379c.026-.915.13-1.812.331-2.509.044-.192.27-.592.54-1.02.28.436.497.82.532.985.2.706.305 1.603.322 2.544H7.124h.01Z', }, })]); }, }; export { IconCrustaceans as default };