@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (30 loc) • 1.46 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 IconLocalHeroFilled = {
name: 'IconLocalHeroFilled',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--localHeroFilled', 'IconLocalHeroFilled');
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: 'M11.8 1.31c.29 0 .571.1.794.283l.091.083 1.831 1.832a1.25 1.25 0 0 1 .064 1.7l-5.725 6.64a1.25 1.25 0 0 1-1.896-.003l-5.694-6.65a1.25 1.25 0 0 1 .041-1.67L3.028 1.7l.093-.089c.226-.194.515-.302.815-.302h7.865Z',
},
}), h('path', {
attrs: {
d: 'M12.95 12.92c0 1.43-2.6 2.08-5.021 2.08-2.42 0-5.022-.65-5.022-2.08 0-.78.768-1.316 1.808-1.644l.819.853c-1.12.27-1.622.635-1.622.79 0 .266 1.38 1.04 4.017 1.04 2.636 0 4.017-.774 4.017-1.04 0-.155-.502-.52-1.622-.79l.819-.853c1.04.328 1.808.863 1.808 1.643Z',
},
})]);
},
};
export { IconLocalHeroFilled as default };