@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (34 loc) • 1.35 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconOver21 = {
name: 'IconOver21',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--over21', 'IconOver21');
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('path', {
attrs: {
d: 'M1.7 11h4.318l-.025-1.066H2.93V9.87c0-.311.335-.567 1.263-1.028 1.029-.493 1.66-1.092 1.66-2.07 0-1.098-.796-1.771-2.058-1.771a2.69 2.69 0 0 0-2.052.848l.695.841a1.63 1.63 0 0 1 1.262-.56c.524 0 .89.155.89.679s-.303.742-1.262 1.247S1.7 9.042 1.7 10.183z',
},
}), h('path', {
attrs: {
d: 'M8.215 11h1.2V5.108h-.866l-1.723.767.404 1.003.985-.361z',
},
}), h('path', {
attrs: {
d: 'M13.014 8.6h1.2V7.4h-1.2V6.2h-1.2v1.2h-1.2v1.2h1.2v1.2h1.2z',
},
})]);
},
};
export { IconOver21 as default };