@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
35 lines (32 loc) • 1.62 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconCopyFilled = {
name: 'IconCopyFilled',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--copyFilled', 'IconCopyFilled');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 17',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M13.795 2.628a1.345 1.345 0 0 0-.862-.56L6.946 1a1.34 1.34 0 0 0-1 .233c-.29.208-.49.524-.552.878l-.07.64h3.874c.69.013 1.346.3 1.83.799.483.498.755 1.17.758 1.869v7.28c.209-.08.393-.215.536-.39.142-.175.236-.384.274-.608l1.424-8.076a1.363 1.363 0 0 0-.225-.997Z',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M9.198 15H3.159a1.32 1.32 0 0 1-.977-.394 1.357 1.357 0 0 1-.394-.988v-8.19a1.364 1.364 0 0 1 .389-.962 1.327 1.327 0 0 1 .948-.395h6.038a1.312 1.312 0 0 1 .948.395 1.35 1.35 0 0 1 .39.962v8.19c.006.358-.127.704-.371.963-.244.26-.58.41-.932.42ZM7.86 7.501H4.47v1.357h3.39V7.5Zm-3.39 2.634h3.39v1.356H4.47v-1.356Z',
'clip-rule': 'evenodd',
},
})]);
},
};
export { IconCopyFilled as default };