UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 1.88 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconPharmacyAltLarge = { name: 'IconPharmacyAltLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--pharmacyAltLarge', 'IconPharmacyAltLarge'); return h('svg', _mergeJSXProps([{ 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: 'M19.815 16.551h-2.468a.135.135 0 0 1-.13-.13v-2.468a.135.135 0 0 0-.132-.132h-2.188a.135.135 0 0 0-.13.132v2.467c0 .07-.062.131-.132.131h-2.468a.135.135 0 0 0-.13.132v2.187c0 .07.06.131.13.131h2.468c.07 0 .131.062.131.132V21.6c0 .07.061.131.131.131h2.188c.07 0 .131-.06.131-.13v-2.468c0-.07.061-.132.131-.132h2.468c.07 0 .131-.06.131-.13v-2.188a.135.135 0 0 0-.131-.132Z', }, }), h('path', { attrs: { d: 'M25.083 8.633a3.167 3.167 0 0 0 1.373-2.6 3.163 3.163 0 0 0-3.158-3.158H8.703a3.163 3.163 0 0 0-3.16 3.159c0 1.076.543 2.03 1.366 2.599L5.343 26.01c-.07.796.192 1.592.735 2.188a2.856 2.856 0 0 0 2.108.927h15.62c.804 0 1.565-.341 2.108-.927a2.874 2.874 0 0 0 .735-2.188L25.083 8.632ZM8.703 4.625h14.595a1.408 1.408 0 1 1 0 2.817H8.703a1.408 1.408 0 1 1 0-2.817Zm15.925 22.391c-.21.237-.5.359-.814.359H8.186a1.1 1.1 0 0 1-.813-.359 1.123 1.123 0 0 1-.29-.848L8.616 9.192h14.761l1.532 16.976a1.09 1.09 0 0 1-.29.848h.01Z', }, })]); }, }; export { IconPharmacyAltLarge as default };