@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 1.62 kB
JavaScript
'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 IconEditFilledLarge = {
name: 'IconEditFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--editFilledLarge', 'IconEditFilledLarge');
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: 'm27.559 7.749-3.3-3.308a2.424 2.424 0 0 0-3.342 0l-1.82 1.829.613.621.665.622 4.165 4.165.621.612.621.621 1.82-1.828a2.34 2.34 0 0 0 0-3.334z',
},
}), h('path', {
attrs: {
d: 'm18.476 8.125-.621-.613L5.92 19.448l.516.07.499.148q.447.141.875.333a7.95 7.95 0 0 1 4.174 4.156q.195.447.323.919c0 .14.097.28.132.428l.096.578 11.961-11.926-.612-.621z',
},
}), h('path', {
attrs: {
d: 'M10.75 25.853c0-.114-.07-.22-.105-.333a6.13 6.13 0 0 0-4.165-4.165c-.123 0-.245-.088-.376-.114l-.604-.078-.963-.088a2.6 2.6 0 0 0-.183.674l-.735 6.615 6.623-.735a2.5 2.5 0 0 0 .71-.193c0-.297-.062-.621-.106-.953z',
},
})]);
},
};
exports.default = IconEditFilledLarge;