UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.26 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 IconOrder = { name: 'IconOrder', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--order', 'IconOrder'); 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: 'M12.375 2.094h-8.75a1.54 1.54 0 0 0-1.531 1.531v10.64l3.194-1.444a.2.2 0 0 1 .175 0L8 13.967l2.537-1.146a.2.2 0 0 1 .175 0l3.194 1.444V3.625a1.54 1.54 0 0 0-1.531-1.531m.219 10.141-1.339-.604a1.5 1.5 0 0 0-1.26 0L8 12.533l-1.995-.875a1.49 1.49 0 0 0-1.26 0l-1.339.603V3.625a.22.22 0 0 1 .219-.219h8.75a.22.22 0 0 1 .219.219zM5.375 5.594h5.25v1.312h-5.25zm.875 2.625h3.5V9.53h-3.5z', }, })]); }, }; exports.default = IconOrder;