UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.87 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 IconFish = { name: 'IconFish', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--fish', 'IconFish'); 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: 'm14.582 9.79-.575-1.106.531-1.002a1.16 1.16 0 0 0-.191-1.359 1.156 1.156 0 0 0-1.35-.235l-1.42.688A12.32 12.32 0 0 0 9.937 5.67l-.522-1.263c-.2-.497-.506-.82-.906-.967-.636-.236-1.325.043-1.795.287l-.122.07C4.72 4.79 2.917 5.86 2.22 7.047c-.575.731-.854 1.376-.88 1.428l-.122.287.148.28c.07.121 1.638 3.005 4.582 3.545.314.061.628.087.941.087 1.533 0 3.11-.662 4.705-1.977l1.446.697c.462.226.993.13 1.35-.236a1.15 1.15 0 0 0 .2-1.35l-.008-.018Zm-11.9-1.097c.313-.566 1.132-1.821 2.465-2.396a4.479 4.479 0 0 1-.366 4.452c-1.063-.628-1.786-1.586-2.1-2.056Zm8.702.435-.322.288c-1.725 1.516-3.363 2.143-4.878 1.873-.061-.009-.105-.035-.166-.044a5.817 5.817 0 0 0 .436-5.244c1.385-.061 2.927.618 4.617 2.03l.322.27 1.795-.871-.654 1.228.697 1.35-1.847-.888v.008Z', }, }), h('path', { attrs: { d: 'M4.816 8.266a.431.431 0 0 0-.436-.436.431.431 0 0 0-.435.436c0 .244.191.435.435.435a.431.431 0 0 0 .436-.435Z', }, })]); }, }; exports.default = IconFish;