UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.62 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconNuts = { name: 'IconNuts', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--nuts', 'IconNuts'); 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: 'M14.695 9.102a5 5 0 0 0-.157-.871 5.5 5.5 0 0 0-1.376-2.344L11.62 4.345c.252-.47.2-1.054-.2-1.454a4.464 4.464 0 0 0-6.3 0l-.418.418c-.766-.636-2.012-1.455-3.389-1.403v1.368c.907-.052 1.813.523 2.414 1.02l-.34.339A4.42 4.42 0 0 0 2.08 7.787a4.42 4.42 0 0 0 1.307 3.153c.235.236.54.366.871.366.21 0 .4-.07.584-.165l1.516 1.516a5.4 5.4 0 0 0 2.317 1.367 4.7 4.7 0 0 0 1.263.183c.697 0 1.438-.165 2.152-.496l1.499-.715.583-1.272c.418-.862.601-1.768.532-2.604zM3.387 7.778c0-.845.331-1.63.923-2.23l1.734-1.734a3.17 3.17 0 0 1 2.23-.923c.81 0 1.568.287 2.178.87L4.267 9.948a3.12 3.12 0 0 1-.871-2.178zm9.592 3.371-.392.854-1.063.505c-.636.288-1.29.41-1.873.358a3.6 3.6 0 0 1-.627-.114 4.1 4.1 0 0 1-1.76-1.036L5.8 10.252l4.931-4.922 1.49 1.49a4.14 4.14 0 0 1 1.045 1.777c.061.2.096.41.114.627.052.601-.088 1.263-.41 1.934z', }, })]); }, }; export { IconNuts as default };