UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.69 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 IconPharmacyAlt = { name: 'IconPharmacyAlt', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--pharmacyAlt', 'IconPharmacyAlt'); 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: 'M8.63 6.88H7.379V8.27h-1.4v1.251h1.4v1.392h1.25V9.522h1.392v-1.25H8.63V6.88Z', }, }), h('path', { attrs: { d: 'M13.67 2.934v-.105c0-.98-.796-1.777-1.776-1.777H4.106c-.98 0-1.776.797-1.776 1.777v.105c0 .612.315 1.155.788 1.47l-.7 7.796a2.51 2.51 0 0 0 .638 1.899 2.51 2.51 0 0 0 1.838.813h6.212c.7 0 1.365-.297 1.838-.813a2.462 2.462 0 0 0 .639-1.908l-.7-7.796c.472-.315.787-.858.787-1.47v.009ZM3.643 2.829c0-.254.21-.464.463-.464h7.797c.253 0 .463.21.463.464v.105c0 .253-.21.463-.463.463H4.106a.467.467 0 0 1-.463-.463v-.105Zm8.338 10.395a1.174 1.174 0 0 1-.866.385H4.903c-.333 0-.64-.14-.867-.385a1.175 1.175 0 0 1-.306-.902l.683-7.612h7.183l.692 7.612c.026.333-.08.657-.307.902Z', }, })]); }, }; exports.default = IconPharmacyAlt;