UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.95 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 IconIceCreamLarge = { name: 'IconIceCreamLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--iceCreamLarge', 'IconIceCreamLarge'); 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: 'M24.697 15.694a.9.9 0 0 0-.27-.263V14.25a4.58 4.58 0 0 0-1.068-2.922q.08-.505.078-1.015a7.438 7.438 0 0 0-14.875 0 7 7 0 0 0 .21 1.644 3.66 3.66 0 0 0-1.207 2.625v.823a.9.9 0 0 0-.254.236.87.87 0 0 0 0 .945c1.339 2.188 2.695 4.165 4.008 6.125 1.312 1.96 2.625 3.859 3.955 6.003a.88.88 0 0 0 .726.411.87.87 0 0 0 .726-.394l7.963-12.083a.88.88 0 0 0 .008-.954M16 4.625a5.69 5.69 0 0 1 5.67 5.364 5.1 5.1 0 0 0-2.17-.49 5 5 0 0 0-1.391.192l.472 1.68q.43-.116.875-.122a3.09 3.09 0 0 1 3.22 3.001v1.225c-1.689.21-3.911.411-4.13.429a3.12 3.12 0 0 0-2.896 2.108c-.298.63-.35.63-.525.63s-.263 0-.586-.752a2.91 2.91 0 0 0-2.485-2.083 44 44 0 0 1-2.713-.315v-.875c0-1.225 1.269-2.213 2.826-2.213a4 4 0 0 1 .735.07l.36-1.75a5.3 5.3 0 0 0-2.87.192 5 5 0 0 1-.08-.604A5.696 5.696 0 0 1 16 4.626m0 22.006c-1.094-1.75-2.205-3.342-3.273-4.917-.97-1.418-1.968-2.87-2.957-4.375.656.087 1.321.157 2.004.21h.096c.542 0 .709.306 1.059 1.067a2.39 2.39 0 0 0 2.196 1.759 2.27 2.27 0 0 0 2.109-1.636c.323-.683.507-1.068 1.417-1.111.105 0 1.864-.158 3.5-.342z', }, })]); }, }; exports.default = IconIceCreamLarge;