UNPKG

@justeattakeaway/pie-icons-vue

Version:
57 lines (52 loc) 2.86 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 IconPieLarge = { name: 'IconPieLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--pieLarge', 'IconPieLarge'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 32 32', }, }, ctx.data]), [h('path', { attrs: { d: 'M16.271 13.375a.895.895 0 0 0 .893-.893c0-.533-.403-1.793-.893-1.793s-.892 1.295-.892 1.793a.895.895 0 0 0 .892.893Z', }, }), h('path', { attrs: { d: 'M11.73 12.159c.097.078.202.14.324.183a.918.918 0 0 0 .263.044h.105a.97.97 0 0 0 .35-.114.911.911 0 0 0 .27-.245c.333-.367.893-1.61.508-1.933-.07-.062-.157-.08-.262-.08-.49 0-1.304.535-1.584.84a1.06 1.06 0 0 0-.21.307.867.867 0 0 0 .018.726c.052.114.13.21.218.298v-.026Z', }, }), h('path', { attrs: { d: 'M19.57 12.229a.904.904 0 0 0 .341.096h.07a.985.985 0 0 0 .28-.044.822.822 0 0 0 .307-.175.97.97 0 0 0 .218-.28.902.902 0 0 0 .097-.34c0-.115 0-.237-.044-.35a.823.823 0 0 0-.175-.307c-.28-.315-1.129-.831-1.628-.831-.096 0-.183.017-.245.07-.376.323.175 1.566.508 1.933a.97.97 0 0 0 .28.22l-.009.008Z', }, }), h('path', { attrs: { d: 'M17.05 18.354h-1.793v3.579h1.793v-3.58Z', }, }), h('path', { attrs: { d: 'm12.588 21.933-.884-3.58h-1.82l.893 3.58h1.81Z', }, }), h('path', { attrs: { d: 'M22.423 18.354h-1.811l-.875 3.579h1.802l.884-3.58Z', }, }), h('path', { attrs: { d: 'M29.186 14.661h-.638l-2.083-4.042a6.052 6.052 0 0 0-4.497-2.748h-.105c-.814-.096-1.435-.638-1.82-1.085-.849-.988-2.17-1.496-3.92-1.496h-.228c-1.75 0-3.071.499-3.92 1.496-.376.447-1.006.989-1.82 1.077h-.105a6.097 6.097 0 0 0-4.497 2.765L3.488 14.66h-.674v1.75h1.96l2.03 9.214h18.471l2.03-9.214h1.881v-1.75ZM7.05 11.538a4.308 4.308 0 0 1 3.185-1.925h.105c1.102-.123 2.126-.7 2.966-1.69.499-.585 1.374-.883 2.59-.883h.228c1.216 0 2.091.298 2.59.884.84.989 1.872 1.566 2.966 1.671h.105c1.321.14 2.485.858 3.159 1.899l1.627 3.167H5.456l1.602-3.123h-.009Zm16.817 12.337H8.204l-1.645-7.464h18.953l-1.646 7.464Z', }, })]); }, }; exports.default = IconPieLarge;