UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (40 loc) 1.92 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconPeanuts = { name: 'IconPeanuts', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--peanuts', 'IconPeanuts'); 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: 'M10.345 4.5a.438.438 0 1 0 0-.875.438.438 0 0 0 0 .875', }, }), h('path', { attrs: { d: 'M11.063 6.25a.438.438 0 1 0 0-.875.438.438 0 0 0 0 .875', }, }), h('path', { attrs: { d: 'M9.313 6.127a.437.437 0 1 0 0-.875.437.437 0 0 0 0 .875', }, }), h('path', { attrs: { d: 'M5.585 14.781h-.499a4.38 4.38 0 0 1-3.21-2.091A4.32 4.32 0 0 1 1.945 8a4.38 4.38 0 0 1 2.73-1.829A2.16 2.16 0 0 0 6.31 4.57q.053-.246.14-.481a4.279 4.279 0 0 1 7.473-1.155 4.38 4.38 0 0 1 .411 4.558 3.7 3.7 0 0 1-1.33 1.523 5 5 0 0 1-1.566.682A2.42 2.42 0 0 0 9.75 11.5a4.375 4.375 0 0 1-4.2 3.246zm4.891-12.25a3 3 0 0 0-.463 0 3.01 3.01 0 0 0-2.424 2.31 3.5 3.5 0 0 1-2.625 2.625 3.03 3.03 0 0 0-2.437 2.905 3 3 0 0 0 .442 1.628 3.045 3.045 0 0 0 4.76.577c.378-.377.647-.848.779-1.365a3.71 3.71 0 0 1 2.625-2.791 3.8 3.8 0 0 0 1.163-.508 2.45 2.45 0 0 0 .875-.971 3.08 3.08 0 0 0-.27-3.22 3.01 3.01 0 0 0-2.425-1.19', }, })]); }, }; exports.default = IconPeanuts;