separate print layout from draft layout. add better buttons
This commit is contained in:
parent
236f35f765
commit
1a65a16e56
16 changed files with 246 additions and 112 deletions
7
sites/shared/components/icons/rotate.js
Normal file
7
sites/shared/components/icons/rotate.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
export const RotateIconInner = ({flipX=false}) => <path strokeLinecap="round" strokeLinejoin="round" d="M3 10h10a8 8 0 018 8v2M3 10l6 6m-6-6l6-6" transform={flipX ? 'scale(-1,1)' : ''} transform-origin="12 12"/>
|
||||
|
||||
export default function () {
|
||||
return <svg xmlns="http://www.w3.org/2000/svg" className="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}>
|
||||
<RotateIconInner></RotateIconInner>
|
||||
</svg>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue