UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (34 loc) 1.19 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconFoundations = { name: 'IconFoundations', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--foundations', 'IconFoundations'); 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: 'M10.739 1.945H5.253v5.486h5.486zM9.426 6.12H6.565V3.258h2.861z', }, }), h('path', { attrs: { d: 'M1.875 14.169h5.486V8.683H1.875zm1.313-4.174h2.86v2.861h-2.86z', }, }), h('path', { attrs: { d: 'M8.621 8.674v5.486h5.486V8.674zm4.174 4.174H9.934V9.986h2.861z', }, })]); }, }; export { IconFoundations as default };