@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
39 lines (34 loc) • 2.01 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 IconBooks = {
name: 'IconBooks',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--books', 'IconBooks');
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: 'm10.853 6.532 1.664-.993v1.524l-1.664.994V6.532Z',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M12.988 2.333a1.216 1.216 0 0 1 1.228-.018c.383.21.618.619.618 1.055v5.654c0 .61-.296 1.202-.792 1.568l-5.07 3.78-.036-.043a1.668 1.668 0 0 1-1.977-.078l-.026.043-4.931-3.424a1.952 1.952 0 0 1-.845-1.611v-5.89a1.212 1.212 0 0 1 1.76-1.08l.087-1.019.697.113.005.001c.188.035 2.875.535 4.29 2.726 1.369-2.178 3.904-2.68 4.089-2.717l.005-.001.706-.122.096 1.124.096-.061Zm-6.691 9.931v-5.82c0-.2.043-.391.104-.565L2.472 3.526V9.26c0 .218.105.418.279.54l3.546 2.465Zm-2.117-9.4-.018.157 2.51 1.499C5.93 3.596 4.876 3.1 4.18 2.864ZM7.996 13.31a.39.39 0 0 0 .392-.392v-.906h-.784v.906a.39.39 0 0 0 .392.392Zm-.392-2.605h.784V8.649h-.784v2.056Zm0-3.363h.784v-.906a.39.39 0 0 0-.392-.392.39.39 0 0 0-.392.392v.906Zm4.033-4.208-.017-.261c-.662.235-1.638.732-2.335 1.664l2.352-1.403Zm1.63 6.412a.644.644 0 0 0 .26-.522V3.526L9.6 5.88c.06.174.104.366.104.566v5.758l3.563-2.657Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconBooks;