@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
45 lines (40 loc) • 3.94 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 IconSulphitesLarge = {
name: 'IconSulphitesLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--sulphitesLarge', 'IconSulphitesLarge');
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: 'm25.974 24.789-6.065-11.94-.026-8.147h.766V2.959h-9.29v1.743h.715l.026 8.148-6.065 11.939a2.75 2.75 0 0 0 2.292 4.261h15.355a2.73 2.73 0 0 0 2.431-1.473 2.757 2.757 0 0 0-.139-2.788ZM18.14 4.702l.026 8.566 2.013 3.965h-.096c-1.22 0-2.318-.662-3.486-1.36-1.002-.6-2.118-1.254-3.355-1.446l.592-1.176-.026-8.567h4.323l.009.018Zm6.43 22.065a.979.979 0 0 1-.888.54H8.327a.979.979 0 0 1-.889-.54 1.008 1.008 0 0 1 .061-1.037l4.88-9.595c1.098-.078 2.17.566 3.32 1.246 1.255.75 2.676 1.604 4.384 1.604.288 0 .593-.035.932-.105l3.425 6.745.061.105a.97.97 0 0 1 .061 1.037h.009Z',
},
}), h('path', {
attrs: {
d: 'M13.782 22.915a1.295 1.295 0 0 0-.383-.235 2.496 2.496 0 0 0-.453-.14c-.175-.034-.323-.06-.436-.087a1.176 1.176 0 0 1-.279-.087c-.07-.026-.122-.061-.148-.105a.214.214 0 0 1-.044-.13c0-.096.053-.166.149-.21a.942.942 0 0 1 .383-.07c.104 0 .192.01.279.027a.866.866 0 0 1 .226.07c.07.026.131.07.192.104.061.044.113.087.174.14l.697-.706a2.214 2.214 0 0 0-.26-.227c-.097-.07-.21-.14-.34-.192a2.592 2.592 0 0 0-.986-.183c-.244 0-.47.027-.68.088-.2.06-.374.14-.522.252a1.22 1.22 0 0 0-.331.401 1.165 1.165 0 0 0-.122.532c0 .183.026.34.087.48.06.139.14.26.244.357.104.104.235.183.375.244.148.06.305.104.479.139.174.026.322.06.444.087.122.026.218.061.288.087.07.026.122.061.148.096a.208.208 0 0 1 .044.122c0 .096-.053.166-.149.227a.878.878 0 0 1-.41.078c-.13 0-.243-.009-.339-.026a1.375 1.375 0 0 1-.27-.078 1.745 1.745 0 0 1-.218-.122 1.745 1.745 0 0 1-.192-.166l-.68.688c.192.218.419.392.689.506.27.113.593.165.985.165.252 0 .488-.035.697-.096a1.56 1.56 0 0 0 .54-.26 1.2 1.2 0 0 0 .349-.41c.087-.157.122-.34.122-.532a1.048 1.048 0 0 0-.357-.828h.008Z',
},
}), h('path', {
attrs: {
d: 'M18.235 21.582c-.183-.2-.4-.366-.67-.488-.27-.131-.593-.192-.96-.192-.365 0-.679.061-.95.192-.27.13-.496.287-.679.488a2.114 2.114 0 0 0-.4 2.126c.086.244.226.47.4.671.183.2.41.366.68.488.27.13.592.192.95.192.357 0 .688-.061.958-.192.27-.13.497-.288.671-.488a2.115 2.115 0 0 0 .532-1.394c0-.235-.044-.48-.13-.732a2.115 2.115 0 0 0-.402-.671Zm-.897 2.152c-.183.192-.427.28-.732.28s-.55-.097-.732-.28c-.183-.192-.28-.444-.28-.758s.097-.575.28-.758c.183-.183.427-.279.732-.279s.549.096.732.279c.183.183.27.444.27.758s-.087.567-.27.758Z',
},
}), h('path', {
attrs: {
d: 'M19.891 24.928s0-.017.009-.035c.009-.017.026-.026.06-.052.036-.018.08-.052.149-.079.07-.034.157-.078.279-.13.261-.122.453-.244.584-.384a.677.677 0 0 0 .191-.488.7.7 0 0 0-.287-.584 1.103 1.103 0 0 0-.305-.148 1.258 1.258 0 0 0-.375-.052c-.209 0-.4.035-.566.087-.174.061-.305.14-.41.244l.375.47a.798.798 0 0 1 .523-.19.53.53 0 0 1 .244.051.177.177 0 0 1 .096.166c0 .035-.01.07-.026.096a.274.274 0 0 1-.088.087 6.421 6.421 0 0 1-.183.105c-.078.034-.183.087-.305.139-.104.043-.2.096-.279.157a.798.798 0 0 0-.217.2.94.94 0 0 0-.14.262 1.41 1.41 0 0 0-.043.348v.323h2.065v-.593h-1.35Z',
},
})]);
},
};
exports.default = IconSulphitesLarge;