UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.6 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 IconRecycleLarge = { name: 'IconRecycleLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--recycleLarge', 'IconRecycleLarge'); 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.364 24.33a2.502 2.502 0 0 1-2.205 1.295H19.07l2.441 2.415-1.233 1.242-4.585-4.532 4.585-4.541 1.233 1.242-2.44 2.424h7.087a.78.78 0 0 0 .69-.403.76.76 0 0 0 0-.76l-2.974-4.962 1.505-.875 2.957 4.996a2.476 2.476 0 0 1 .027 2.459ZM16.874 5.824l3.5 5.967-3.438-.997-.49 1.706 6.213 1.75 1.82-6.125-1.68-.499-.954 3.211-3.5-5.906a2.555 2.555 0 0 0-4.375 0L11.187 9.64l1.505.875 2.783-4.69a.806.806 0 0 1 1.374 0h.026Zm-7.56 10.5 1.06 3.368 1.67-.533-1.924-6.125-6.204 1.872.516 1.68L7.67 15.58l-3.693 6.23a2.476 2.476 0 0 0 0 2.52 2.52 2.52 0 0 0 2.197 1.295h5.766v-1.75H6.174a.761.761 0 0 1-.674-.411.735.735 0 0 1 0-.762l3.815-6.378Z', }, })]); }, }; exports.default = IconRecycleLarge;