UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 2.1 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 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.875.875 0 0 0-.27-.263V14.25a4.576 4.576 0 0 0-1.068-2.922c.053-.336.08-.676.078-1.015a7.438 7.438 0 0 0-14.875 0 7 7 0 0 0 .21 1.644 3.657 3.657 0 0 0-1.207 2.625v.823a.928.928 0 0 0-.254.236.874.874 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.875.875 0 0 0 .726.411.874.874 0 0 0 .726-.394l7.963-12.084a.875.875 0 0 0 .008-.953ZM16 4.625a5.688 5.688 0 0 1 5.67 5.364 5.136 5.136 0 0 0-2.17-.49 4.944 4.944 0 0 0-1.391.192l.472 1.68c.286-.077.58-.118.875-.122a3.09 3.09 0 0 1 3.22 3.001v1.225c-1.689.21-3.911.411-4.13.429a3.123 3.123 0 0 0-2.896 2.108c-.298.63-.35.63-.525.63-.175 0-.263 0-.586-.752a2.913 2.913 0 0 0-2.485-2.083 43.719 43.719 0 0 1-2.713-.315v-.875c0-1.225 1.269-2.213 2.826-2.213a4.1 4.1 0 0 1 .735.07l.36-1.75a5.311 5.311 0 0 0-2.87.192 5.239 5.239 0 0 1-.08-.604A5.696 5.696 0 0 1 16 4.625Zm0 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.266 2.266 0 0 0 2.109-1.636c.323-.683.507-1.068 1.417-1.111.105 0 1.864-.158 3.5-.342L16 26.631Z', }, })]); }, }; exports.default = IconIceCreamLarge;