@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 2.28 kB
JavaScript
;
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 IconPrepare = {
name: 'IconPrepare',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--prepare', 'IconPrepare');
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: 'm2.75 14.309 12.004-1.313H11.08c.726-.805 1.129-1.89.989-3.045V9.9a4.234 4.234 0 0 0-.14-.551 2.412 2.412 0 0 0-1.26-1.392c.262-.157.516-.297.779-.481.42-.254.778-.814.56-1.417-.105-.28-.473-1.243-.718-1.864 1.391-.718 2.188-1.059 2.888-1.365l.113-.053-.62-1.085-.088.035c-.85.368-1.75.77-3.36 1.61-2.888 1.505-5.067 2.774-6.86 3.999l-.044.035c-.814.595-1.138 1.067-1.076 1.549.078.586.577.91 1.032.971.105.018.455.079 1.024.079h.061a3.94 3.94 0 0 0 1.059 2.896c.044.044.096.079.14.123m-.928.008H1.472l.35 1.313h12.915l.35-1.313h-4.935m.533-3.202c.167.472.167.962.01 1.365a2.642 2.642 0 0 1-1.9 1.601l.053-.682c.035-.482.28-.91.682-1.173.412-.271.657-.726.657-1.225 0-.184-.027-.359-.08-.525.263.123.482.35.578.639ZM10.17 4.78l.639 1.627s-.026.018-.035.027c-.814.542-1.584.954-2.301 1.277a.12.12 0 0 0-.035-.026l-.56-.464a1.657 1.657 0 0 0-1.488-.324 79.417 79.417 0 0 1 3.78-2.117ZM4.665 8.717c-.472.027-.813 0-.997-.017a4.88 4.88 0 0 1 .376-.306c.473-.324.98-.648 1.514-.98a3.895 3.895 0 0 0-.893 1.303Zm2.87 3.247v.017l-.052.709a2.652 2.652 0 0 1-1.111-.717 2.597 2.597 0 0 1-.71-1.917c0-.07.027-.131.036-.201.07-.525.306-1.024.674-1.409.078-.079.148-.166.227-.236a.312.312 0 0 1 .201-.07c.088 0 .175.035.245.087l.027.018.525.429a1.994 1.994 0 0 0 .787.437l.096.026c.228.07.385.28.385.517a.154.154 0 0 1-.07.131 2.838 2.838 0 0 0-1.26 2.179Z',
},
})]);
},
};
exports.default = IconPrepare;