@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
45 lines (40 loc) • 3.9 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.148h.767V2.96h-9.29V4.7h.714l.027 8.149-6.066 11.939a2.75 2.75 0 0 0 2.292 4.261h15.355a2.73 2.73 0 0 0 2.432-1.473 2.757 2.757 0 0 0-.14-2.788ZM18.14 4.7l.026 8.567 2.013 3.965h-.096c-1.22 0-2.318-.662-3.486-1.36-1.002-.6-2.117-1.254-3.355-1.446l.593-1.176-.026-8.567h4.322l.009.017Zm6.431 22.066a.979.979 0 0 1-.889.54H8.327a.979.979 0 0 1-.889-.54A1.008 1.008 0 0 1 7.5 25.73l4.88-9.595c1.098-.078 2.17.566 3.32 1.246 1.256.75 2.676 1.604 4.384 1.604.288 0 .593-.035.933-.105l3.424 6.745.061.105a.97.97 0 0 1 .061 1.037h.01Z',
},
}), h('path', {
attrs: {
d: 'M13.782 22.915a1.295 1.295 0 0 0-.383-.235 2.496 2.496 0 0 0-.454-.14c-.174-.035-.322-.06-.435-.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.148-.21a.942.942 0 0 1 .384-.07c.104 0 .191.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-.261-.227c-.096-.07-.21-.14-.34-.192a2.592 2.592 0 0 0-.985-.183c-.244 0-.47.026-.68.087-.2.061-.374.14-.522.253a1.22 1.22 0 0 0-.331.401 1.165 1.165 0 0 0-.122.532c0 .183.026.34.087.479.06.14.14.261.244.357.104.105.235.183.375.244.148.061.305.105.479.14.174.026.322.06.444.087.122.026.218.06.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-.34-.026a1.375 1.375 0 0 1-.27-.079 1.745 1.745 0 0 1-.217-.122 1.745 1.745 0 0 1-.192-.165l-.68.688c.192.218.419.392.689.506.27.113.592.165.985.165.252 0 .488-.035.697-.096a1.56 1.56 0 0 0 .54-.261 1.2 1.2 0 0 0 .349-.41c.087-.157.122-.34.122-.531a1.048 1.048 0 0 0-.358-.828h.01Z',
},
}), h('path', {
attrs: {
d: 'M18.236 21.582c-.183-.2-.401-.366-.671-.488-.27-.131-.593-.192-.959-.192s-.68.06-.95.192c-.27.13-.497.287-.68.488a2.114 2.114 0 0 0-.4 2.126c.087.244.226.47.4.671.183.2.41.366.68.488.27.13.593.192.95.192s.688-.061.959-.192c.27-.13.496-.288.67-.488a2.115 2.115 0 0 0 .532-1.394 2.115 2.115 0 0 0-.532-1.403Zm-.898 2.152c-.183.192-.427.279-.732.279s-.549-.096-.732-.279c-.183-.192-.279-.444-.279-.758s.096-.575.279-.758c.183-.183.427-.28.732-.28s.549.097.732.28c.183.183.27.444.27.758s-.087.566-.27.758Z',
},
}), h('path', {
attrs: {
d: 'M19.891 24.928s0-.017.01-.035c.008-.017.025-.026.06-.052.035-.017.079-.052.148-.078.07-.035.157-.079.28-.131.26-.122.452-.244.583-.384a.677.677 0 0 0 .192-.488.7.7 0 0 0-.288-.583 1.103 1.103 0 0 0-.305-.149 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.052.177.177 0 0 1 .096.165c0 .035-.009.07-.026.096a.274.274 0 0 1-.087.087 6.421 6.421 0 0 1-.183.105c-.079.035-.183.087-.305.139-.105.044-.2.096-.28.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;