UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.6 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 IconPickUp = { name: 'IconPickUp', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--pickUp', 'IconPickUp'); 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.875 2.531H15V1.22H8.875a4.38 4.38 0 0 0-3.929 2.625H3.257l-.122.052A2.05 2.05 0 0 0 1.962 5.2a2.2 2.2 0 0 0 .788 2.275l-.796 5.95c-.012.365.12.72.367.989a1.16 1.16 0 0 0 .875.367h8.671a1.16 1.16 0 0 0 .875-.367 1.36 1.36 0 0 0 .36-1.05l-.77-5.793a2.7 2.7 0 0 0 1.478-1.54H15V4.72h-2.266l-.123.507a1.56 1.56 0 0 1-1.864 1.252l-.34-.062-1.13 1.129a.58.58 0 0 1-.805 0 .59.59 0 0 1-.12-.64.6.6 0 0 1 .13-.183l1.618-1.54a.75.75 0 0 0 .184-.875.77.77 0 0 0-.718-.49H6.46a2.89 2.89 0 0 1 2.415-1.286m0 6.493a1.87 1.87 0 0 0 1.33-.551l.665-.666h.087l.753 5.662H3.266l.761-5.688h3.098a1.873 1.873 0 0 0 1.75 1.242m-.639-3.868-.665.63c-.198.192-.35.425-.446.683h-3.5a.94.94 0 0 1-.359-.875.72.72 0 0 1 .324-.394h4.646z', }, })]); }, }; exports.default = IconPickUp;