@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (34 loc) • 2.7 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 IconHalal = {
name: 'IconHalal',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--halal', 'IconHalal');
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: 'M14.494 8.499h-.604c-.288 0-.647-.193-1.015-.403-.656-.367-1.478-.814-2.152-.122-.289.297-.49.743-.569 1.041v.035c-.271-.376-.297-1.461-.315-2.196-.009-.394-.017-.744-.052-.98-.044-.324-.14-.692-.42-.735-.062-.009-.167 0-.22.043-.06.044-.087.114-.078.158-.149.402-.236.857-.315 1.295-.07.359-.131.735-.245 1.059-.315.971-1.164 1.837-2.336 2.362l-.849.324a.218.218 0 0 0-.14.227.223.223 0 0 0 .184.193c.192.026.394.044.577.044.893 0 1.707-.289 2.302-.832.428-.385.682-.953.848-1.54.053.56.167 1.103.438 1.444.656.805 1.855.403 2.809.079.402-.131.778-.263 1.05-.28h.647a.212.212 0 0 0 .184-.123c.035-.078.122-.183.201-.288a1.9 1.9 0 0 0 .254-.403.36.36 0 0 0 .026-.21.218.218 0 0 0-.219-.184l.01-.008Zm-2.424.542s-.06.026-.087.035c-.411.149-1.024.175-1.461.14.402-.429.778-.481 1.487-.21.018 0 .044.018.061.026v.01Z',
},
}), h('path', {
attrs: {
d: 'M5.07 7.379c-.035-.324-.07-.648-.087-.963-.018-.35 0-.709.175-1.041a.215.215 0 0 0-.053-.271c-.157-.132-.245-.324-.332-.543a3.4 3.4 0 0 0-.114-.262.226.226 0 0 0-.192-.123.228.228 0 0 0-.193.114l-.359.639s-.035.096-.026.14c.044.253.088.507.14.77.14.743.28 1.513.315 2.248.044.91-.052 1.147-.087 1.2-.184.288-1.024.428-1.444.358-.35-.053-.578-.166-.665-.333-.158-.27 0-.752.192-1.225.044-.096 0-.21-.087-.27a.227.227 0 0 0-.28.043c-.805.927-.691 1.662-.551 2.012.21.534.735.91 1.373.972.07 0 .132.008.202.008.735 0 1.426-.41 1.898-1.128.307-.464.29-.805.28-1.278-.008-.359-.052-.726-.087-1.076l-.018.009Z',
},
}), h('path', {
attrs: {
d: 'M6.103 7.177c.114.044.227.088.315.14a.956.956 0 0 1 .341.36l.376.874a.221.221 0 0 0 .202.131h.043a.215.215 0 0 0 .175-.21v-.665c0-.498-.41-1.233-.69-1.548 0-.009-.98-.937-1.366-.832-.096.027-.21.097-.21.324 0 0-.035.735.14 1.006.149.228.429.333.683.43l-.01-.01Z',
},
})]);
},
};
export { IconHalal as default };