@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
43 lines (38 loc) • 1.48 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 IconLaw = {
name: 'IconLaw',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--law', 'IconLaw');
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: {
'fill-rule': 'evenodd',
d: 'm9.247 8.634-.45.451.935.936 4-3.999-.937-.936-.455.455L9.899 3.1l.455-.455-.937-.936-3.99 3.99.937.936.455-.455.743.744-5.827 5.836.936.936L8.49 7.877l.757.757Zm-1.5-3.382 2.44 2.442 1.217-1.217-2.442-2.44-1.216 1.215Z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
d: 'M8.035 11.929h5.574l-.35-1.322H8.385l-.35 1.322Z',
},
}), h('path', {
attrs: {
d: 'M13.845 12.813H7.8l-.35 1.32h6.746l-.35-1.32Z',
},
})]);
},
};
exports.default = IconLaw;