UNPKG

@justeattakeaway/pie-icons-vue

Version:
43 lines (40 loc) 2.48 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 IconSesameSeeds = { name: 'IconSesameSeeds', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--sesameSeeds', 'IconSesameSeeds'); 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: { 'fill-rule': 'evenodd', d: 'M5.234 7.787a2.875 2.875 0 0 0 1.664.522A3.015 3.015 0 0 0 9.39 7.002c.801-1.15.679-3.362.53-4.573a1.027 1.027 0 0 0-.435-.732 1.054 1.054 0 0 0-.836-.157c-1.194.288-3.31.932-4.112 2.082a3.017 3.017 0 0 0-.505 2.24c.13.792.566 1.472 1.21 1.925h-.008ZM5.6 4.37c.366-.531 1.524-1.089 3.049-1.49.157 1.569.035 2.85-.34 3.372a1.708 1.708 0 0 1-1.097.715c-.445.087-.88 0-1.238-.262a1.607 1.607 0 0 1-.67-1.071c-.07-.445.026-.898.296-1.272v.008Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M2.69 7.978a1.06 1.06 0 0 0-.81.27c-.218.2-.34.488-.34.784.017 1.229.183 3.433 1.133 4.47.54.592 1.28.94 2.073.993h.174c.74 0 1.429-.27 1.978-.767 1.202-1.098 1.272-2.997.148-4.225-.95-1.037-3.128-1.394-4.347-1.525H2.69Zm3.32 4.783c-.323.296-.75.444-1.194.418a1.74 1.74 0 0 1-1.185-.566c-.436-.48-.732-1.725-.784-3.302 1.56.192 2.779.593 3.215 1.072.635.697.61 1.76-.061 2.378h.008Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M8.693 9.146c.54-1.569 2.239-2.414 3.78-1.882h.01c1.541.531 2.351 2.248 1.811 3.816-.462 1.324-2.317 2.526-3.389 3.127-.156.087-.34.13-.514.13a1.048 1.048 0 0 1-.958-.645c-.47-1.131-1.193-3.222-.74-4.546Zm1.829 3.772c1.36-.802 2.317-1.655 2.527-2.265.304-.889-.14-1.856-1.002-2.152a1.567 1.567 0 0 0-.523-.087c-.688 0-1.35.453-1.594 1.167-.21.61.017 1.873.592 3.337Z', 'clip-rule': 'evenodd', }, })]); }, }; export { IconSesameSeeds as default };