-
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.
Updating figma icons scripts to handle the new naming convensions in …
…the figma file
- Loading branch information
1 parent
56ce40f
commit c5c6398
Showing
26 changed files
with
303 additions
and
10 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
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 { AirDropperIcon } from './index' | ||
|
||
figma.connect( | ||
AirDropperIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2146-25164', | ||
{ | ||
example: () => <AirDropperIcon /> | ||
} | ||
) |
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 { AppleIcon } from './index' | ||
|
||
figma.connect( | ||
AppleIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2159-28190', | ||
{ | ||
example: () => <AppleIcon /> | ||
} | ||
) |
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 { ArrowDownIcon } from './index' | ||
|
||
figma.connect( | ||
ArrowDownIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2431-2649', | ||
{ | ||
example: () => <ArrowDownIcon /> | ||
} | ||
) |
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 { ArrowRightIcon } from './index' | ||
|
||
figma.connect( | ||
ArrowRightIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-22013', | ||
{ | ||
example: () => <ArrowRightIcon /> | ||
} | ||
) |
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 { ChevronDownIcon } from './index' | ||
|
||
figma.connect( | ||
ChevronDownIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-21944', | ||
{ | ||
example: () => <ChevronDownIcon /> | ||
} | ||
) |
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 { ChevronLeftIcon } from './index' | ||
|
||
figma.connect( | ||
ChevronLeftIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-21962', | ||
{ | ||
example: () => <ChevronLeftIcon /> | ||
} | ||
) |
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 { ChevronRightIcon } from './index' | ||
|
||
figma.connect( | ||
ChevronRightIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-21956', | ||
{ | ||
example: () => <ChevronRightIcon /> | ||
} | ||
) |
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 { ChevronUpIcon } from './index' | ||
|
||
figma.connect( | ||
ChevronUpIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-21950', | ||
{ | ||
example: () => <ChevronUpIcon /> | ||
} | ||
) |
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 { ContactsIcon } from './index' | ||
|
||
figma.connect( | ||
ContactsIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=11017-8639', | ||
{ | ||
example: () => <ContactsIcon /> | ||
} | ||
) |
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 { ContextMenuIcon } from './index' | ||
|
||
figma.connect( | ||
ContextMenuIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=768-47027', | ||
{ | ||
example: () => <ContextMenuIcon /> | ||
} | ||
) |
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 { ContractIcon } from './index' | ||
|
||
figma.connect( | ||
ContractIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2146-25148', | ||
{ | ||
example: () => <ContractIcon /> | ||
} | ||
) |
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 { DashedCircleIcon } from './index' | ||
|
||
figma.connect( | ||
DashedCircleIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=848-57511', | ||
{ | ||
example: () => <DashedCircleIcon /> | ||
} | ||
) |
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 { DiscordIcon } from './index' | ||
|
||
figma.connect( | ||
DiscordIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=23094-59442', | ||
{ | ||
example: () => <DiscordIcon /> | ||
} | ||
) |
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 { ExpandIcon } from './index' | ||
|
||
figma.connect( | ||
ExpandIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-22079', | ||
{ | ||
example: () => <ExpandIcon /> | ||
} | ||
) |
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 { ExternalLinkIcon } from './index' | ||
|
||
figma.connect( | ||
ExternalLinkIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=830-46613', | ||
{ | ||
example: () => <ExternalLinkIcon /> | ||
} | ||
) |
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 { FacebookIcon } from './index' | ||
|
||
figma.connect( | ||
FacebookIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=10594-539', | ||
{ | ||
example: () => <FacebookIcon /> | ||
} | ||
) |
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 { GasTankIcon } from './index' | ||
|
||
figma.connect( | ||
GasTankIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2146-25160', | ||
{ | ||
example: () => <GasTankIcon /> | ||
} | ||
) |
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 { GoogleIcon } from './index' | ||
|
||
figma.connect( | ||
GoogleIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=10594-538', | ||
{ | ||
example: () => <GoogleIcon /> | ||
} | ||
) |
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 { QrCodeIcon } from './index' | ||
|
||
figma.connect( | ||
QrCodeIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-21878', | ||
{ | ||
example: () => <QrCodeIcon /> | ||
} | ||
) |
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 { SendIcon } from './index' | ||
|
||
figma.connect( | ||
SendIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-21862', | ||
{ | ||
example: () => <SendIcon /> | ||
} | ||
) |
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 { SignoutIcon } from './index' | ||
|
||
figma.connect( | ||
SignoutIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-22019', | ||
{ | ||
example: () => <SignoutIcon /> | ||
} | ||
) |
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 { SubtractIcon } from './index' | ||
|
||
figma.connect( | ||
SubtractIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=2159-27742', | ||
{ | ||
example: () => <SubtractIcon /> | ||
} | ||
) |
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 { TransactionIcon } from './index' | ||
|
||
figma.connect( | ||
TransactionIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=453-21932', | ||
{ | ||
example: () => <TransactionIcon /> | ||
} | ||
) |
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 { TwitchIcon } from './index' | ||
|
||
figma.connect( | ||
TwitchIcon, | ||
'https://figma.com/file/0OB1JVXSqaxmJDrP7qAMJr/?node-id=10594-540', | ||
{ | ||
example: () => <TwitchIcon /> | ||
} | ||
) |