@meistericons/meistericons
Version:
Meistericons, an icon library,
8 lines (3 loc) • 506 B
text/typescript
import createMeisterIcons from '../src/createMeisterIcons';
const Cross = createMeisterIcons("cross", [["path",{"fill":"currentColor","d":"M18.18 5.82a.75.75 0 0 1 0 1.06l-11.3 11.3a.75.75 0 1 1-1.06-1.06l11.3-11.3a.75.75 0 0 1 1.06 0Z","key":"f9a447615fb241a72be7800dffeecfec22ca3104"}],["path",{"fill":"currentColor","d":"M5.82 5.82a.75.75 0 0 1 1.06 0l11.3 11.3a.75.75 0 0 1-1.06 1.06L5.82 6.88a.75.75 0 0 1 0-1.06Z","key":"31c2c4dfbeb697f27166449bfbb95f2692113638"}]])
export default Cross