@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (34 loc) • 1.45 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconOver21Large = {
name: 'IconOver21Large',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--over21Large', 'IconOver21Large');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M3.5 22h8.636l-.05-2.133H5.962v-.124c0-.624.67-1.135 2.525-2.058 2.058-.985 3.32-2.182 3.32-4.14 0-2.195-1.59-3.542-4.115-3.542a5.4 5.4 0 0 0-2.24.404 5.3 5.3 0 0 0-1.864 1.292l1.39 1.684c.31-.359.699-.646 1.135-.84a3.3 3.3 0 0 1 1.39-.282c1.047 0 1.78.311 1.78 1.359 0 1.047-.606 1.484-2.526 2.494S3.5 18.084 3.5 20.366z',
},
}), h('path', {
attrs: {
d: 'M16.53 22h2.399V10.215h-1.73l-3.447 1.534.808 2.008 1.97-.723z',
},
}), h('path', {
attrs: {
d: 'M26.129 17.2h2.4v-2.4h-2.4v-2.4h-2.4v2.4h-2.4v2.4h2.4v2.4h2.4z',
},
})]);
},
};
export { IconOver21Large as default };