UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 2.17 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconCrustaceans = { name: 'IconCrustaceans', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--crustaceans', 'IconCrustaceans'); return h('svg', helper.default([{ 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.407 4.911-.236-.105-2.109-1.024.026 2.144-.2 1.05-.395.324h-.647a10.013 10.013 0 0 0-.306-1.768 2.004 2.004 0 0 0-.123-.367l-.464-.858c.018-.507.167-.892.455-1.155.56-.533 1.48-.507 1.532-.507V1.341c-.175 0-1.488-.017-2.424.858-.228.21-.403.463-.543.743h-.481c-.14-.262-.306-.533-.525-.743-.962-.91-2.389-.858-2.424-.858h-.087v1.304h.114s.936-.026 1.496.499c.289.271.437.656.455 1.146 0 .017-.455.849-.473.866a1.874 1.874 0 0 0-.13.368 9.84 9.84 0 0 0-.316 1.767h-.665l-.376-.306-.254-.919.026-2.144-2.108 1.024c-.534.263-.762.254-.762.858 0 .831.447 1.61 1.164 2.03l.368.21.437-.307 1.033.867h1.058c-.008 1.242.123 2.511.394 3.5l-.569.822a1.081 1.081 0 0 0 .884 1.698h.14l.464-.202.394.193c.148.079.323.114.49.114.166 0 .332-.035.48-.114l.386-.193.455.21h.14c.402 0 .77-.218.954-.577a1.06 1.06 0 0 0-.062-1.111l-.595-.884c.272-1.006.403-2.231.403-3.439h1.129l1.032-.866.438.306.367-.21a2.333 2.333 0 0 0 1.164-2.03c0-.595-.105-.656-.639-.919l.035.01Zm-5.32 7.385.464.692-.814.41-.814-.41.464-.674m1.015-1.322H7.037c-.07-.41-.131-.857-.157-1.303l-.018-1.304c.026-.919.131-1.811.333-2.511.043-.193.27-.595.542-1.015.28.437.499.822.534.988.201.71.28 2.914.297 3.85-.035.464-.087.902-.157 1.304l-.009-.008Z', }, })]); }, }; exports.default = IconCrustaceans;