UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (40 loc) 3.64 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/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.76 2.76 0 0 0-.14-2.788M18.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.322zm6.431 22.066a.98.98 0 0 1-.889.54H8.327a.98.98 0 0 1-.889-.54A1.01 1.01 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.037z', }, }), h('path', { attrs: { d: 'M13.782 22.915a1.3 1.3 0 0 0-.383-.235 2.5 2.5 0 0 0-.453-.14c-.175-.035-.323-.06-.436-.087a1.2 1.2 0 0 1-.279-.087q-.107-.039-.148-.105a.2.2 0 0 1-.044-.13c0-.096.053-.166.148-.21a.9.9 0 0 1 .384-.07c.104 0 .191.01.279.027a.9.9 0 0 1 .226.07c.07.026.131.07.192.104.061.044.113.087.174.14l.697-.706a2 2 0 0 0-.261-.227c-.096-.07-.21-.14-.34-.192a2.6 2.6 0 0 0-.985-.183c-.244 0-.47.026-.68.087-.2.061-.374.14-.522.253a1.2 1.2 0 0 0-.331.401 1.2 1.2 0 0 0-.122.532c0 .183.026.34.087.479q.089.212.244.357c.104.105.235.183.375.244.148.061.305.105.479.14.174.026.322.06.444.087s.218.06.288.087.122.061.148.096a.2.2 0 0 1 .044.122c0 .096-.053.166-.149.227a.9.9 0 0 1-.41.078q-.195 0-.34-.026a1.4 1.4 0 0 1-.27-.079 2 2 0 0 1-.217-.122 2 2 0 0 1-.192-.165l-.68.688c.192.218.419.392.689.506s.592.165.985.165c.252 0 .488-.035.697-.096a1.6 1.6 0 0 0 .54-.261 1.2 1.2 0 0 0 .349-.41c.087-.157.122-.34.122-.531a1.05 1.05 0 0 0-.358-.828z', }, }), 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.11 2.11 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.12 2.12 0 0 0 .532-1.394q0-.354-.13-.732a2.1 2.1 0 0 0-.401-.671m-.898 2.152c-.183.192-.427.279-.732.279s-.549-.096-.732-.279c-.183-.192-.279-.444-.279-.758s.096-.575.279-.758.427-.28.732-.28.549.097.732.28.27.444.27.758-.087.566-.27.758', }, }), 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.68.68 0 0 0 .192-.488.7.7 0 0 0-.288-.583 1.1 1.1 0 0 0-.305-.149 1.3 1.3 0 0 0-.375-.052c-.209 0-.4.035-.566.087-.174.061-.305.14-.41.244l.375.47a.8.8 0 0 1 .523-.19.5.5 0 0 1 .244.052.18.18 0 0 1 .096.165c0 .035-.009.07-.026.096a.3.3 0 0 1-.087.087l-.183.105c-.079.035-.183.087-.305.139q-.159.066-.28.157a.8.8 0 0 0-.217.2 1 1 0 0 0-.14.262 1.4 1.4 0 0 0-.043.348v.323h2.065v-.593z', }, })]); }, }; exports.default = IconSulphitesLarge;