UNPKG

@justeattakeaway/pie-icons-vue

Version:
49 lines (44 loc) 3.94 kB
'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: 'M3.751 7.545a.991.991 0 0 0 .198.324.876.876 0 0 0 .313.21c.132.061.255.087.403.122.14.027.272.044.37.08.1.034.19.043.248.078.058.035.099.061.132.087.033.027.04.08.04.105 0 .088-.04.15-.13.202a.662.662 0 0 1-.347.078c-.099 0-.197 0-.288-.026a1.033 1.033 0 0 1-.23-.079.675.675 0 0 1-.19-.105c-.058-.043-.099-.087-.156-.148l-.577.612c.157.201.362.35.577.446.23.105.502.15.831.15.214 0 .42-.027.593-.088.19-.062.33-.14.461-.245a.924.924 0 0 0 .289-.368c.074-.14.099-.306.099-.472a.989.989 0 0 0-.083-.43 1.438 1.438 0 0 0-.214-.323l.074.044c-.082-.088-.197-.149-.313-.21-.115-.061-.247-.088-.387-.123a5.55 5.55 0 0 0-.37-.078c-.1-.027-.19-.044-.247-.08a1.29 1.29 0 0 1-.132-.087c-.033-.026-.041-.078-.041-.122a.19.19 0 0 1 .115-.184.673.673 0 0 1 .313-.061.67.67 0 0 1 .23.026c.075.035.132.035.19.061.057.027.115.062.156.088.058.026.1.079.14.122l.593-.63s-.14-.14-.214-.2a1.17 1.17 0 0 0-.288-.167 2.584 2.584 0 0 0-.362-.123 2.446 2.446 0 0 0-.462-.043c-.197 0-.403.026-.576.078a1.148 1.148 0 0 0-.445.228c-.115.087-.214.21-.288.35-.074.14-.099.306-.099.472 0 .167.025.307.074.43Z', }, }), h('path', { attrs: { d: 'M7.152 9.094c.157.184.346.324.577.446.23.123.502.166.807.166.305 0 .576-.06.807-.166.23-.105.42-.262.577-.446a2.044 2.044 0 0 0 .445-1.251c0-.21-.042-.43-.116-.657a2.209 2.209 0 0 0-.33-.595 1.906 1.906 0 0 0-.576-.446 1.94 1.94 0 0 0-.807-.166 1.94 1.94 0 0 0-.807.166c-.23.123-.42.263-.577.446a2.04 2.04 0 0 0-.445 1.251c0 .21.042.43.116.657.074.21.19.429.33.595Zm.766-1.96c.157-.166.363-.245.618-.245s.461.079.618.245c.156.166.23.394.23.691 0 .298-.074.508-.23.691a.819.819 0 0 1-.618.263.789.789 0 0 1-.618-.263c-.156-.166-.23-.393-.23-.69 0-.298.074-.517.23-.692Z', }, }), h('path', { attrs: { d: 'm12.448 9.768-1.137-.14.017.105v-.027s.024-.026.058-.043c.024-.018.074-.044.131-.08.058-.025.132-.078.23-.122.215-.105.388-.21.487-.332a.694.694 0 0 0 .156-.446.875.875 0 0 0-.058-.307.593.593 0 0 0-.172-.21.817.817 0 0 0-.256-.14 1.182 1.182 0 0 0-.313-.043c-.173 0-.33.026-.477.078a.908.908 0 0 0-.346.228l.313.429s.132-.088.197-.123a.547.547 0 0 1 .247-.044c.091 0 .14 0 .198.044.058.026.082.079.082.149 0 .026 0 .061-.024.087 0 .027-.041.044-.074.08a.45.45 0 0 1-.157.087c-.074.026-.156.078-.255.122-.082.044-.173.088-.247.14a.64.64 0 0 0-.19.184 1.092 1.092 0 0 0-.115.245 1.227 1.227 0 0 0-.041.324v.288h1.738v-.533h.008Z', }, }), h('path', { attrs: { d: 'M7.35 2.435h1.688l.017 3.22h1.227v-3.22h.576V1.123H5.547v1.312h.568v3.22h1.252l-.017-3.22Z', }, }), h('path', { attrs: { d: 'M12.448 10.87h-1.392l.823 1.724a.7.7 0 0 1-.024.665h.008a.635.635 0 0 1-.552.324H5.126a.647.647 0 0 1-.551-.324.7.7 0 0 1-.025-.665l.815-1.724H3.974L3.438 12a2.063 2.063 0 0 0 .083 1.934c.345.595.947.945 1.589.945h6.185c.659 0 1.251-.36 1.597-.954a2.08 2.08 0 0 0 .075-1.943l-.536-1.11h.017Z', }, })]); }, }; exports.default = IconSulphites;