UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.16 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 IconDocument = { name: 'IconDocument', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--document', 'IconDocument'); 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: 'M9.75 2.094H2.094V14.78h11.812V6.25A4.156 4.156 0 0 0 9.75 2.094Zm2.756 3.5h-2.1v-2.1a2.826 2.826 0 0 1 2.1 2.1Zm-9.1 7.875V3.406h5.688v3.5h3.5v6.563H3.406ZM8 7.78H5.375V6.47H8V7.78ZM5.375 9.094h5.25v1.312h-5.25V9.094Z', }, })]); }, }; exports.default = IconDocument;