UNPKG

@justeattakeaway/pie-icons-vue

Version:
39 lines (34 loc) 2.37 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 IconBooksLarge = { name: 'IconBooksLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--booksLarge', 'IconBooksLarge'); 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: 'm24.98 12.527-3.599 2.153v-2.03l3.6-2.145v2.022Z', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M25.87 5.564a1.932 1.932 0 0 1 1.951-.008c.619.357.994.993.994 1.708v11.311c0 .828-.392 1.612-1.055 2.1l-9.83 7.33c-.087.07-.165.13-.261.191l-.018.009c-.4.244-.862.392-1.368.392h-.558a2.58 2.58 0 0 1-1.751-.689l-9.656-6.71a2.606 2.606 0 0 1-1.124-2.143V7.264c0-.715.375-1.36.993-1.708a1.944 1.944 0 0 1 1.97.026l.375.218.174-2.074.871.078c.27.026 6.057.636 8.419 5.664 2.309-5.028 7.8-5.638 8.052-5.664l.88-.087.192 2.274.75-.427ZM5.31 19.77l7.8 5.42V12.92l.009-.008c0-.366.07-.715.209-1.029l-8.061-4.81c-.087-.052-.166-.026-.218 0-.052.035-.113.087-.113.192v11.79c0 .288.14.55.374.715ZM8.196 6.793l6.362 3.8v-.01c.004 0 .01-.004.017-.008.007-.004.013-.008.018-.008-1.386-3.4-4.706-4.532-6.301-4.88l-.096 1.106Zm8.715 19.79a.872.872 0 0 0 .244-.6v-.872h-2.301v.863c0 .227.087.418.227.575l.07.061v.018c.156.139.357.226.574.226h.558a.872.872 0 0 0 .506-.183l.122-.087Zm-2.057-3.206h2.3v-7.843h-2.3v7.843Zm0-9.586h2.3v-.88a.874.874 0 0 0-.87-.872h-.559a.874.874 0 0 0-.871.872v.88Zm8.488-8.087c-1.473.348-4.418 1.446-5.821 4.61v.008l5.926-3.372-.105-1.246Zm3.373 13.568a.884.884 0 0 0 .348-.697l.009.009V7.272a.208.208 0 0 0-.113-.191.196.196 0 0 0-.218 0l-8.157 4.636c.183.357.305.767.305 1.202v12.183l7.826-5.83Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconBooksLarge;