@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
43 lines (38 loc) • 1.55 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 IconLawLarge = {
name: 'IconLawLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--lawLarge', 'IconLawLarge');
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: {
'fill-rule': 'evenodd',
d: 'm19.21 19.255-1.233-1.234v-.009l.849-.848-1.908-1.908L6.103 26.071 4.87 24.837l10.806-10.814-1.881-1.882-.85.849-1.233-1.234 6.921-6.921 1.234 1.234-.849.848 5.032 5.032.848-.849 1.234 1.234-6.921 6.921ZM17.786 8.16l-2.757 2.756 5.032 5.023 2.747-2.748-5.022-5.031Z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
d: 'm26.08 23.14-.473-1.741h-8.505l-.472 1.741h9.45Z',
},
}), h('path', {
attrs: {
d: 'M26.692 25.476H16.01l-.464 1.75h11.62l-.473-1.75Z',
},
})]);
},
};
exports.default = IconLawLarge;