fix: Issues with exports
This commit is contained in:
parent
d703707532
commit
b4c4031fc5
20 changed files with 252 additions and 274 deletions
|
@ -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}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue