@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 3.01 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconHalalLarge = {
name: 'IconHalalLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--halalLarge', 'IconHalalLarge');
return h('svg', helper.default([{
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: 'M28.54 18.348h-1.19c-.595 0-1.295-.386-2.047-.805-1.33-.735-2.835-1.567-4.104-.263-.551.569-.936 1.426-1.094 1.995a.324.324 0 0 0 .15.367.699.699 0 0 1-.21-.122c-.675-.604-.727-2.87-.77-4.524-.018-.779-.036-1.444-.106-1.916-.087-.595-.254-1.286-.752-1.356-.097-.018-.272.008-.342.07-.13.105-.14.253-.13.262-.298.788-.456 1.671-.613 2.52-.132.709-.263 1.444-.473 2.091-.621 1.934-2.319 3.65-4.637 4.7l-1.663.63a.324.324 0 0 0-.21.34.325.325 0 0 0 .28.29c.376.052.753.078 1.12.078 1.724 0 3.299-.56 4.454-1.61.954-.875 1.461-2.214 1.802-3.552.07 1.277.263 2.598.884 3.368 1.234 1.523 3.553.753 5.408.123.796-.263 1.54-.517 2.082-.56.201-.018.411 0 .621 0 .22 0 .43.017.64 0a.32.32 0 0 0 .28-.184c.078-.166.244-.385.393-.595.201-.271.394-.525.49-.761a.597.597 0 0 0 .052-.359.328.328 0 0 0-.323-.271l.008.044Zm-7.875 1.242c.928-.997 1.812-.91 3.037-.438.087.035.2.088.315.132-.114.07-.237.131-.368.184-.875.323-2.214.367-3.089.262-.07 0-.14-.026-.21-.044.105.026.237 0 .315-.096Z',
},
}), h('path', {
attrs: {
d: 'M10.393 11.785c-.333-.28-.508-.683-.691-1.103-.07-.166-.15-.332-.228-.498A.351.351 0 0 0 9.185 10a.331.331 0 0 0-.297.166l-.7 1.243a.31.31 0 0 0-.035.218c.087.5.175 1.007.271 1.514.271 1.461.551 2.967.621 4.419.088 1.759-.105 2.266-.192 2.406-.376.604-2.074.893-2.931.753-.727-.114-1.182-.341-1.383-.7-.324-.569 0-1.54.376-2.494a.334.334 0 0 0-.13-.402.322.322 0 0 0-.42.06c-1.55 1.777-1.34 3.168-1.068 3.85.402 1.016 1.4 1.716 2.607 1.838.123.009.254.018.376.018 1.4 0 2.74-.788 3.64-2.162.578-.883.56-1.54.525-2.44-.026-.71-.105-1.418-.175-2.11-.07-.62-.14-1.268-.166-1.898-.035-.7-.009-1.435.35-2.091a.325.325 0 0 0-.079-.412l.018.009Z',
},
}), h('path', {
attrs: {
d: 'M12.51 15.346c.237.088.464.175.63.271.35.21.508.42.71.753l.743 1.724a.332.332 0 0 0 .297.201h.07a.337.337 0 0 0 .263-.324v-1.303c0-.963-.788-2.372-1.33-2.975-.105-.114-1.943-1.768-2.581-1.602-.22.053-.333.228-.342.552-.017.21-.035 1.46.263 1.916.28.429.814.63 1.277.805v-.018Z',
},
})]);
},
};
exports.default = IconHalalLarge;