@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
33 lines (30 loc) • 1.61 kB
JavaScript
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 IconPharmacyAlt = {
name: 'IconPharmacyAlt',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--pharmacyAlt', 'IconPharmacyAlt');
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: 'M8.63 6.88H7.379v1.391h-1.4v1.252h1.4v1.39h1.25v-1.39h1.392V8.27H8.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',
},
})]);
},
};
export { IconPharmacyAlt as default };