UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (42 loc) 3.61 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconSulphites = { name: 'IconSulphites', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--sulphites', 'IconSulphites'); return h('svg', _mergeJSXProps([{ 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.545a1 1 0 0 0 .198.324.9.9 0 0 0 .313.21c.132.061.255.087.403.122.14.027.272.044.37.08.1.034.19.043.248.078s.099.061.132.087c.033.027.04.08.04.105 0 .088-.04.15-.13.202a.66.66 0 0 1-.347.078c-.099 0-.197 0-.288-.026a1 1 0 0 1-.23-.079.7.7 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.9.9 0 0 0 .289-.368c.074-.14.099-.306.099-.472a1 1 0 0 0-.083-.43 1.4 1.4 0 0 0-.214-.323l.074.044c-.082-.088-.197-.149-.313-.21s-.247-.088-.387-.123a6 6 0 0 0-.37-.078c-.1-.027-.19-.044-.247-.08a1 1 0 0 1-.132-.087c-.033-.026-.041-.078-.041-.122a.19.19 0 0 1 .115-.184.7.7 0 0 1 .313-.061.7.7 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.2 1.2 0 0 0-.288-.167 3 3 0 0 0-.362-.123 2.5 2.5 0 0 0-.462-.043c-.197 0-.403.026-.576.078a1.15 1.15 0 0 0-.445.228c-.115.087-.214.21-.288.35s-.099.306-.099.472c0 .167.025.307.074.43', }, }), h('path', { attrs: { d: 'M7.152 9.094c.157.184.346.324.577.446.23.123.502.166.807.166s.576-.06.807-.166c.23-.105.42-.262.577-.446a2.044 2.044 0 0 0 .445-1.251c0-.21-.042-.43-.116-.657a2.2 2.2 0 0 0-.33-.595 1.9 1.9 0 0 0-.576-.446 1.9 1.9 0 0 0-.807-.166 1.9 1.9 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.595m.766-1.96c.157-.166.363-.245.618-.245s.461.079.618.245.23.394.23.691c0 .298-.074.508-.23.691a.82.82 0 0 1-.618.263.79.79 0 0 1-.618-.263c-.156-.166-.23-.393-.23-.69 0-.298.074-.517.23-.692', }, }), 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.7.7 0 0 0 .156-.446.9.9 0 0 0-.058-.307.6.6 0 0 0-.172-.21.8.8 0 0 0-.256-.14 1.2 1.2 0 0 0-.313-.043q-.258 0-.477.078a.9.9 0 0 0-.346.228l.313.429s.132-.088.197-.123a.55.55 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.5.5 0 0 1-.157.087c-.074.026-.156.078-.255.122-.082.044-.173.088-.247.14a.6.6 0 0 0-.19.184 1 1 0 0 0-.115.245 1.2 1.2 0 0 0-.041.324v.288h1.738v-.533z', }, }), h('path', { attrs: { d: 'M7.35 2.435h1.688l.017 3.22h1.227v-3.22h.576V1.123H5.547v1.312h.568v3.22h1.252z', }, }), h('path', { attrs: { d: 'M12.448 10.87h-1.392l.823 1.724a.7.7 0 0 1-.024.665h.008a.64.64 0 0 1-.552.324H5.126a.65.65 0 0 1-.551-.324.7.7 0 0 1-.025-.665l.815-1.724H3.974L3.438 12a2.06 2.06 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.11z', }, })]); }, }; export { IconSulphites as default };