@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
61 lines (56 loc) • 2.74 kB
JavaScript
'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 IconFaceIdLarge = {
name: 'IconFaceIdLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--faceIdLarge', 'IconFaceIdLarge');
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: 'M25.625 24.75a.878.878 0 0 1-.875.875h-4.375v1.75h4.375a2.633 2.633 0 0 0 2.625-2.625v-4.375h-1.75v4.375Z',
},
}), h('path', {
attrs: {
d: 'M6.375 24.75v-4.375h-1.75v4.375a2.633 2.633 0 0 0 2.625 2.625h4.375v-1.75H7.25a.878.878 0 0 1-.875-.875Z',
},
}), h('path', {
attrs: {
d: 'M6.375 7.25c0-.481.394-.875.875-.875h4.375v-1.75H7.25A2.633 2.633 0 0 0 4.625 7.25v4.375h1.75V7.25Z',
},
}), h('path', {
attrs: {
d: 'M24.75 4.625h-4.375v1.75h4.375c.481 0 .875.394.875.875v4.375h1.75V7.25a2.633 2.633 0 0 0-2.625-2.625Z',
},
}), h('path', {
attrs: {
d: 'M11.38 10.96a1.075 1.075 0 0 0-1.068 1.067c0 .587.482 1.068 1.068 1.068a.765.765 0 0 0 .245-.053c.464-.113.822-.516.822-1.014 0-.14-.026-.28-.078-.403a1.07 1.07 0 0 0-.744-.621c-.079-.018-.158-.053-.245-.053v.009Z',
},
}), h('path', {
attrs: {
d: 'M20.375 13.043c.079.017.157.052.245.052a1.072 1.072 0 0 0 .989-1.47 1.061 1.061 0 0 0-.989-.665c-.088 0-.166.026-.245.052a1.067 1.067 0 0 0-.744.622 1 1 0 0 0-.079.402c0 .499.35.902.823 1.015v-.008Z',
},
}), h('path', {
attrs: {
d: 'M20.777 18.861h-2.012c-.586.656-1.628 1.094-2.774 1.094-1.146 0-2.196-.438-2.774-1.094h-2.012c.105.28.245.534.42.779.184.262.394.508.648.735.927.823 2.266 1.33 3.718 1.33 1.453 0 2.791-.507 3.719-1.33.254-.227.473-.481.665-.753.166-.236.306-.49.402-.76Z',
},
}), h('path', {
attrs: {
d: 'M16.297 17.435a2.047 2.047 0 0 0 1.19-1.855v-4.629h-1.75v4.629a.295.295 0 0 1-.297.297h-.542v1.75h.542c.306 0 .595-.07.857-.192Z',
},
})]);
},
};
exports.default = IconFaceIdLarge;