-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e55339
commit 56ce40f
Showing
50 changed files
with
623 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { Divider } from './Divider' | ||
|
||
/** | ||
* -- This file was auto-generated by Code Connect -- | ||
* None of your props could be automatically mapped to Figma properties. | ||
* You should update the `props` object to include a mapping from your | ||
* code props to Figma properties, and update the `example` function to | ||
* return the code example you'd like to see in Figma | ||
*/ | ||
|
||
figma.connect( | ||
Divider, | ||
'https://www.figma.com/design/0OB1JVXSqaxmJDrP7qAMJr?node-id=11869-30796', | ||
{ | ||
example: () => <Divider />, | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { AddIcon } from './index' | ||
|
||
figma.connect( | ||
AddIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-22028', | ||
{ | ||
example: () => <AddIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { BridgeIcon } from './index' | ||
|
||
figma.connect( | ||
BridgeIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-21926', | ||
{ | ||
example: () => <BridgeIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { CheckmarkIcon } from './index' | ||
|
||
figma.connect( | ||
CheckmarkIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2159-28156', | ||
{ | ||
example: () => <CheckmarkIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { CloseIcon } from './index' | ||
|
||
figma.connect( | ||
CloseIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-22010', | ||
{ | ||
example: () => <CloseIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { CollaboratorsIcon } from './index' | ||
|
||
figma.connect( | ||
CollaboratorsIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=10474-2503', | ||
{ | ||
example: () => <CollaboratorsIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { CopyIcon } from './index' | ||
|
||
figma.connect( | ||
CopyIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-22022', | ||
{ | ||
example: () => <CopyIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { CurrencyIcon } from './index' | ||
|
||
figma.connect( | ||
CurrencyIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2159-28205', | ||
{ | ||
example: () => <CurrencyIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { DeployIcon } from './index' | ||
|
||
figma.connect( | ||
DeployIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2146-28123', | ||
{ | ||
example: () => <DeployIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { DeviceIcon } from './index' | ||
|
||
figma.connect( | ||
DeviceIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2159-28162', | ||
{ | ||
example: () => <DeviceIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { DocsIcon } from './index' | ||
|
||
figma.connect( | ||
DocsIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-22070', | ||
{ | ||
example: () => <DocsIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { DotIcon } from './index' | ||
|
||
figma.connect( | ||
DotIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-22025', | ||
{ | ||
example: () => <DotIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { DownloadIcon } from './index' | ||
|
||
figma.connect( | ||
DownloadIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2159-28107', | ||
{ | ||
example: () => <DownloadIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { DragIcon } from './index' | ||
|
||
figma.connect( | ||
DragIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2364-1640', | ||
{ | ||
example: () => <DragIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { EditIcon } from './index' | ||
|
||
figma.connect( | ||
EditIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-22034', | ||
{ | ||
example: () => <EditIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { EllipsisIcon } from './index' | ||
|
||
figma.connect( | ||
EllipsisIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=768-47027', | ||
{ | ||
example: () => <EllipsisIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { EmailIcon } from './index' | ||
|
||
figma.connect( | ||
EmailIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2159-28122', | ||
{ | ||
example: () => <EmailIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { GlobeIcon } from './index' | ||
|
||
figma.connect( | ||
GlobeIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2159-28130', | ||
{ | ||
example: () => <GlobeIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { GridIcon } from './index' | ||
|
||
figma.connect( | ||
GridIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2178-26429', | ||
{ | ||
example: () => <GridIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { HelpIcon } from './index' | ||
|
||
figma.connect( | ||
HelpIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-22067', | ||
{ | ||
example: () => <HelpIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { HiddenIcon } from './index' | ||
|
||
figma.connect( | ||
HiddenIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2146-28118', | ||
{ | ||
example: () => <HiddenIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { HomeIcon } from './index' | ||
|
||
figma.connect( | ||
HomeIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=8044-1484', | ||
{ | ||
example: () => <HomeIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { IndexerIcon } from './index' | ||
|
||
figma.connect( | ||
IndexerIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2209-26451', | ||
{ | ||
example: () => <IndexerIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { KeyIcon } from './index' | ||
|
||
figma.connect( | ||
KeyIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2511-2669', | ||
{ | ||
example: () => <KeyIcon /> | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import figma from '@figma/code-connect' | ||
import React from 'react' | ||
|
||
import { LinkIcon } from './index' | ||
|
||
figma.connect( | ||
LinkIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2039-24951', | ||
{ | ||
example: () => <LinkIcon /> | ||
} | ||
) |
Oops, something went wrong.