@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
30 lines (27 loc) • 1.43 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconFlagLarge = {
name: 'IconFlagLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--flagLarge', 'IconFlagLarge');
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: {
fill: '#242E30',
d: 'M25.615 5.885a1.475 1.475 0 0 0-1.575.175c-3.342 2.625-5.521 1.479-8.032.149-2.704-1.427-5.758-3.037-9.896.77l-.718.586.096 18.944h1.75l-.026-5.46.044.052c3.263-3.01 5.328-1.916 7.936-.542 2.59 1.365 5.81 3.07 10.176-.525a2.941 2.941 0 0 0 1.076-2.284V7.206a1.47 1.47 0 0 0-.83-1.33v.009Zm-.927 11.865c0 .359-.166.7-.438.927-3.465 2.853-5.687 1.68-8.251.324-1.453-.77-3.001-1.584-4.777-1.584-1.225 0-2.555.394-4.025 1.462l-.053-10.5.105-.088c3.264-3.001 5.329-1.916 7.936-.542 2.582 1.365 5.495 2.896 9.511 0v10.01l-.008-.01Z',
},
})]);
},
};
export { IconFlagLarge as default };