UNPKG

@justeattakeaway/pie-icons-vue

Version:
39 lines (34 loc) 1.54 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 IconBag = { name: 'IconBag', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--bag', 'IconBag'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 16 16', }, }, ctx.data]), [h('path', { attrs: { d: 'm8.499 12.331-.123-1.312h2.634l.123 1.312H8.498Z', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M11.369 4.43h1.785v-.009l.744 8.864c.034.42-.105.831-.394 1.146a1.575 1.575 0 0 1-1.164.508H3.66a1.6 1.6 0 0 1-1.164-.499 1.49 1.49 0 0 1-.402-1.137l.647-8.847h1.89V2.111L5.673 1.07h4.655l1.04 1.041V4.43ZM10.02 2.418H5.98v2.038l4.042-.017V2.418Zm2.319 11.208c.105 0 .201-.087.201-.087v.008a.232.232 0 0 0 .053-.148l-.648-7.656-7.98.026-.56 7.63a.18.18 0 0 0 .053.149l.007.005c.036.028.096.073.194.073h8.68Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconBag;