UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.47 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 IconBagLarge = { name: 'IconBagLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--bagLarge', 'IconBagLarge'); 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: 'm25.555 9.761-3.911.018V4.625l-1.75-1.75h-7.779l-1.75 1.75v5.18l-4.112.018-1.225 16.484a2.622 2.622 0 0 0 2.616 2.81h16.704c.726 0 1.434-.307 1.933-.84.499-.535.744-1.26.683-1.996L25.555 9.752v.01ZM12.106 4.625h7.779V9.77l-7.779.026V4.625Zm12.88 22.461a.849.849 0 0 1-.639.28H7.636a.849.849 0 0 1-.639-.28.862.862 0 0 1-.236-.656l1.103-14.875 16.082-.061 1.269 14.919a.887.887 0 0 1-.228.665v.008Z', }, }), h('path', { attrs: { d: 'm17.584 23.954.157 1.75h5.697l-.158-1.75h-5.696Z', }, })]); }, }; exports.default = IconBagLarge;