UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 2.07 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 IconFishLarge = { name: 'IconFishLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--fishLarge', 'IconFishLarge'); 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: 'm28.736 19.795-1.246-2.414 1.168-2.187c.392-.74.27-1.612-.305-2.214a1.885 1.885 0 0 0-2.205-.392l-3.067 1.49c-1.203-.967-2.38-1.769-3.539-2.405l-1.089-2.658c-.357-.863-.88-1.438-1.569-1.69-.845-.314-1.873-.149-3.233.54l-.261.14c-2.327 1.228-7.111 3.773-8.593 6.387-1.089 1.403-1.63 2.623-1.673 2.728l-.166.383.2.375c.123.235 3.164 5.813 8.829 6.84.592.105 1.194.166 1.795.166 3.015 0 6.135-1.341 9.316-4.017l3.129 1.508c.749.357 1.612.209 2.187-.384a1.875 1.875 0 0 0 .322-2.196ZM14.21 9.547l.244-.13c1.063-.541 1.577-.55 1.821-.454.079.026.314.122.567.715l.383.932c-1.237-.453-2.449-.697-3.625-.74.227-.123.436-.236.619-.332l-.009.009Zm-9.298 7.886c.575-1.089 2.43-4.156 5.638-5.341a9.366 9.366 0 0 1-.828 9.995c-2.58-1.386-4.244-3.747-4.81-4.654Zm22.24 3.338c-.08.079-.149.044-.184.035l-4.157-2.004-.435.383c-3.538 3.111-6.928 4.401-10.075 3.835-.313-.061-.618-.14-.923-.227a11.128 11.128 0 0 0 .915-11.094c3.015-.357 6.405 1.002 10.091 4.096l.436.366 4.079-1.987s.104-.052.183.035c.078.079.043.148.026.183l-1.604 2.998 1.673 3.224s.053.096-.026.183v-.026Z', }, }), h('path', { attrs: { d: 'M8.797 17.425a.871.871 0 1 0 0-1.743.871.871 0 0 0 0 1.743Z', }, })]); }, }; export { IconFishLarge as default };