@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
45 lines (40 loc) • 3.84 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 IconSulphites = {
name: 'IconSulphites',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--sulphites', 'IconSulphites');
return h('svg', helper.default([{
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: 'M13.057 11.986 10.182 6.34V2.42h.619V1.113H5.155V2.42h.602v3.912l-2.832 5.654a1.965 1.965 0 0 0 .087 1.934c.366.592 1.002.94 1.69.94h6.57c.696 0 1.332-.357 1.698-.949a1.98 1.98 0 0 0 .078-1.943l.01.018ZM8.867 2.42l.017 4.225.863 1.708c-.488-.009-.967-.296-1.464-.593-.427-.252-.897-.522-1.429-.653l.236-.462-.018-4.225h1.795Zm2.997 10.82a.676.676 0 0 1-.584.323H4.71a.69.69 0 0 1-.584-.323.661.661 0 0 1-.026-.662l2.135-4.243c.418-.017.888.253 1.368.55.61.365 1.306.783 2.169.783.174 0 .357-.026.566-.07l-.026-.104 1.568 3.084a.661.661 0 0 1-.026.662h.009Z',
},
}), h('path', {
attrs: {
d: 'M6.863 11.533c-.052-.053-.122-.087-.192-.122a.934.934 0 0 0-.235-.07c-.087-.017-.165-.035-.226-.043-.061-.018-.114-.027-.148-.044a.301.301 0 0 1-.079-.052.099.099 0 0 1-.026-.07c0-.052.026-.087.07-.105a.42.42 0 0 1 .191-.034c.053 0 .096 0 .14.017.043.017.078.017.113.035.035.017.07.035.096.052.035.018.06.044.087.07l.357-.357s-.087-.079-.13-.114a.824.824 0 0 0-.175-.095 1.291 1.291 0 0 0-.218-.07 1.464 1.464 0 0 0-.627.018.709.709 0 0 0-.444.33.56.56 0 0 0-.061.27c0 .096.017.175.043.244a.554.554 0 0 0 .314.305c.078.035.157.053.244.07.087.017.165.026.226.043.061.018.114.027.149.044a.307.307 0 0 1 .078.052.094.094 0 0 1 .026.061c0 .053-.026.087-.078.114a.466.466 0 0 1-.21.043c-.06 0-.121 0-.174-.017-.052-.009-.095-.027-.139-.044a.466.466 0 0 1-.113-.06.86.86 0 0 1-.096-.088l-.349.348c.096.114.218.2.349.253.14.061.305.087.505.087.13 0 .253-.017.357-.052a.837.837 0 0 0 .28-.14.561.561 0 0 0 .173-.209.56.56 0 0 0 .061-.27.53.53 0 0 0-.052-.243.696.696 0 0 0-.13-.183l.043.026Z',
},
}), h('path', {
attrs: {
d: 'M9.137 10.845a1.157 1.157 0 0 0-.349-.253 1.218 1.218 0 0 0-.488-.096c-.182 0-.348.035-.487.096-.14.07-.253.148-.349.252a1.127 1.127 0 0 0-.27.715c0 .122.026.244.07.374.043.122.113.244.2.34a1.087 1.087 0 0 0 .836.349c.183 0 .349-.035.488-.096.14-.061.253-.148.349-.253a1.126 1.126 0 0 0 .27-.714 1.127 1.127 0 0 0-.27-.714Zm-.462 1.097a.505.505 0 0 1-.375.148.505.505 0 0 1-.374-.148c-.096-.096-.14-.226-.14-.392 0-.165.044-.296.14-.392a.5.5 0 0 1 .374-.14.5.5 0 0 1 .375.14c.096.096.14.227.14.392a.541.541 0 0 1-.14.392Z',
},
}), h('path', {
attrs: {
d: 'M9.99 12.56v-.017s.018-.017.035-.026c.018-.009.044-.026.079-.043.035-.018.078-.044.14-.07a.915.915 0 0 0 .295-.192.38.38 0 0 0 .096-.252.517.517 0 0 0-.035-.175.355.355 0 0 0-.104-.122.442.442 0 0 0-.157-.078.676.676 0 0 0-.192-.026c-.104 0-.2.017-.287.043a.505.505 0 0 0-.21.131l.192.244s.079-.052.122-.07a.408.408 0 0 1 .149-.026c.052 0 .087 0 .122.026.034.018.052.044.052.087 0 .018 0 .035-.018.053 0 .017-.026.026-.043.043a.473.473 0 0 1-.096.053c-.044.017-.096.043-.157.07-.052.025-.104.052-.148.078a.427.427 0 0 0-.183.244.579.579 0 0 0-.026.182v.166h1.054v-.305h-.688l.009-.017Z',
},
})]);
},
};
exports.default = IconSulphites;