@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
57 lines (52 loc) • 1.85 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var _mergeJSXProps = require('@vue/babel-helper-vue-jsx-merge-props');
var configsVue = require('./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', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('g', {
attrs: {
'clip-path': 'url(#prefix__clip0_6703_3640)',
},
}, [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',
},
})]), h('defs', [h('clipPath', {
attrs: {
id: 'prefix__clip0_6703_3640',
},
}, [h('rect', {
attrs: {
width: '14',
height: '14',
transform: 'translate(1 1)',
},
})])])]);
},
};
exports.default = IconLaw;