@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
37 lines (32 loc) • 1.95 kB
JavaScript
'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 IconPharmacyAltLarge = {
name: 'IconPharmacyAltLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--pharmacyAltLarge', 'IconPharmacyAltLarge');
return h('svg', helper.default([{
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-.131v-2.468a.135.135 0 0 0-.132-.13h-2.188a.135.135 0 0 0-.13.13v2.468c0 .07-.062.131-.132.131h-2.468a.135.135 0 0 0-.13.132v2.187c0 .07.06.131.13.131h2.468c.07 0 .131.061.131.131V21.6c0 .07.061.131.131.131h2.188c.07 0 .131-.061.131-.131v-2.468c0-.07.061-.13.131-.13h2.468c.07 0 .131-.062.131-.132v-2.188a.135.135 0 0 0-.131-.13Z',
},
}), 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',
},
})]);
},
};
exports.default = IconPharmacyAltLarge;