1
0
Fork 0

fix: Issues with exports

This commit is contained in:
joostdecock 2024-12-21 14:25:49 +01:00
parent d703707532
commit b4c4031fc5
20 changed files with 252 additions and 274 deletions

View file

@ -1,5 +1,5 @@
import React from 'react'
import { logoPath } from '@freesewing/react/components/Logo'
import { logoPath } from '@freesewing/config'
/*
* Used inside the pattern editor
@ -120,6 +120,13 @@ export const ControlIcon = (props) => (
</IconWrapper>
)
// Looks like two rounded squares above each other with a bit of offset
export const CopyIcon = (props) => (
<IconWrapper {...props}>
<path d="M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z" />
</IconWrapper>
)
// Looks like a museum building
export const CuratedMeasurementsSetIcon = (props) => (
<IconWrapper {...props}>