@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.33 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 IconConsent = {
name: 'IconConsent',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--consent', 'IconConsent');
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: 'M13.924 11.57v-7c0-.84-.692-1.53-1.532-1.53h-8.75c-.84 0-1.531.69-1.531 1.53v7h-.849v1.313h13.502V11.57h-.84Zm-10.5 0v-7c0-.122.096-.218.218-.218h8.75c.123 0 .219.096.219.218v7H3.423Z',
},
}), h('path', {
attrs: {
d: 'M10.126 5.542 7.003 8.91 5.918 7.685l-.98.875L5.97 9.724l.306.341a.993.993 0 0 0 1.453 0l.315-.341 3.045-3.281-.963-.893v-.008Z',
},
})]);
},
};
exports.default = IconConsent;