UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.72 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 IconBakery = { name: 'IconBakery', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--bakery', 'IconBakery'); 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.617 4.467a2.903 2.903 0 0 0-2.457-1.376H3.83c-.993 0-1.934.523-2.465 1.385a1.982 1.982 0 0 0 .191 2.309l.253.296c.105.122.157.27.157.427l.026 3.45c0 1.071.889 1.942 1.96 1.942h8.085a1.965 1.965 0 0 0 1.96-1.942l.026-2.588c0-1.115.105-1.237.157-1.298l.253-.296a1.98 1.98 0 0 0 .183-2.317v.008Zm-9.67 7.135h-.985a.65.65 0 0 1-.653-.644l-.027-3.45a2.01 2.01 0 0 0-.47-1.272l-.253-.296a.667.667 0 0 1-.052-.784c.288-.462.793-.75 1.342-.75h2.544c.54 0 1.054.288 1.341.758a.67.67 0 0 1-.06.776l-.253.296c-.305.357-.47.801-.48 1.272l-.026 4.103H4.964l-.018-.009Zm8.502-5.662-.252.296a1.13 1.13 0 0 0-.131.174h-2.361l-.427 1.307h2.465c-.008.191-.017.41-.017.653l-.026 2.588a.65.65 0 0 1-.653.644H8.213l.026-4.094c0-.157.061-.305.157-.427l.253-.296a1.98 1.98 0 0 0 .183-2.318c-.018-.026-.035-.043-.052-.07h3.389c.54 0 1.054.288 1.341.759a.67.67 0 0 1-.06.775v.009Z', }, })]); }, }; export { IconBakery as default };