UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 2.26 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 IconSandwichLarge = { name: 'IconSandwichLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--sandwichLarge', 'IconSandwichLarge'); 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: 'M28.836 15.125v1.75c-1.898 0-2.038.464-2.275 1.304a2.94 2.94 0 0 1-2.126 2.353 3.062 3.062 0 0 1-3.395-1.163c-.49-.517-.761-.788-1.234-.788-.288 0-.306 0-.542.569-.333.779-.875 2.091-3.264 2.091s-2.931-1.312-3.264-2.091c-.236-.525-.236-.525-.542-.525-.473 0-.744.271-1.234.787a3.062 3.062 0 0 1-3.395 1.164 2.94 2.94 0 0 1-2.126-2.354c-.236-.875-.376-1.303-2.275-1.303v-1.794c2.975 0 3.587 1.269 3.955 2.564.192.665.28.97.945 1.163.665.193.98 0 1.619-.682a3.342 3.342 0 0 1 2.51-1.295 2.188 2.188 0 0 1 2.153 1.627c.29.665.438 1.033 1.654 1.033s1.365-.368 1.654-1.033a2.187 2.187 0 0 1 2.152-1.627 3.343 3.343 0 0 1 2.512 1.339c.638.673.875.875 1.618.682.744-.192.753-.499.945-1.164.368-1.338.98-2.607 3.955-2.607ZM25.626 23a.875.875 0 0 1-.876.875H7.25A.875.875 0 0 1 6.375 23v-1.75h-1.75V23a2.625 2.625 0 0 0 2.625 2.625h17.5A2.625 2.625 0 0 0 27.375 23v-1.75h-1.75V23Zm-21-9.625v-1.531a5.583 5.583 0 0 1 8.583-4.594 5.46 5.46 0 0 1 2.984-.875c.99.003 1.96.266 2.817.761a5.556 5.556 0 0 1 8.365 4.708v1.53a.875.875 0 0 1-.875.876h-21a.875.875 0 0 1-.875-.875Zm1.75-.875h19.25v-.656a3.78 3.78 0 0 0-3.825-3.72 3.876 3.876 0 0 0-1.312.237c.31.38.565.802.761 1.251h-2.012a3.841 3.841 0 0 0-4.655-1.128c.274.349.51.727.7 1.128h-2.04A3.859 3.859 0 0 0 10.2 8.125a3.78 3.78 0 0 0-3.824 3.719v.656Z', }, })]); }, }; exports.default = IconSandwichLarge;