UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.31 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 IconEditFilled = { name: 'IconEditFilled', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--editFilled', 'IconEditFilled'); 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: 'M14.44 3.503 12.498 1.56a1.531 1.531 0 0 0-2.162 0L9.12 2.75l.928.928 2.257 2.248.464.473.464.464 1.207-1.217a1.522 1.522 0 0 0 0-2.143Z', }, }), h('path', { attrs: { d: 'M11.378 6.889 8.193 3.704 2.068 9.829c-.267.26-.437.602-.482.971l-.455 4.078 4.07-.455c.357-.04.69-.2.944-.455l6.125-6.125-.464-.464-.428-.49Z', }, })]); }, }; exports.default = IconEditFilled;