Files
tekelanew_acs/acs/nladmin-ui/node_modules/svg-baker-runtime/src/sprite.config.js
2024-12-03 17:40:13 +08:00

13 lines
270 B
JavaScript

import namespaces from 'svg-baker/namespaces';
const { svg, xlink } = namespaces;
export default {
attrs: {
[svg.name]: svg.uri,
[xlink.name]: xlink.uri,
style: ['position: absolute', 'width: 0', 'height: 0'].join('; '),
'aria-hidden': 'true'
}
};