Skip to content

Commit

Permalink
add AI icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Nov 18, 2024
1 parent 718f3d7 commit 059a6c3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@oddbird/popover-polyfill": "^0.4.4",
"@primer/behaviors": "^1.7.2",
"@primer/live-region-element": "^0.7.1",
"@primer/octicons-react": "^19.9.0",
"@primer/octicons-react": "^19.12.0",
"@primer/primitives": "9.x || 10.x",
"@styled-system/css": "^5.1.5",
"@styled-system/props": "^5.1.5",
Expand Down
31 changes: 16 additions & 15 deletions packages/react/src/Octicon/Octicon.figma.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ import {
TriangleDownIcon,
CopilotIcon,
XCircleIcon,
AiModelIcon,
} from '@primer/octicons-react'

figma.connect(NoEntryFillIcon, 'https://figma.com/file/1ljgTFkT5NKNRfq5hw07JQ/?node-id=2617-91', {
Expand Down Expand Up @@ -3247,21 +3248,21 @@ figma.connect(FileIcon, 'https://figma.com/file/1ljgTFkT5NKNRfq5hw07JQ/?node-id=
example: () => <FileIcon size={16} />,
})

// figma.connect(AiModelIcon, 'https://figma.com/file/1ljgTFkT5NKNRfq5hw07JQ/?node-id=6003-39', {
// props: {
// name: 'AiModelIcon',
// fn: AiModelIcon,
// },
// example: () => <AiModelIcon size={16} />,
// })

// figma.connect(AiModelIcon, 'https://figma.com/file/1ljgTFkT5NKNRfq5hw07JQ/?node-id=6003-52', {
// props: {
// name: 'AiModelIcon',
// fn: AiModelIcon,
// },
// example: () => <AiModelIcon size={24} />,
// })
figma.connect(AiModelIcon, 'https://figma.com/file/1ljgTFkT5NKNRfq5hw07JQ/?node-id=6003-39', {
props: {
name: 'AiModelIcon',
fn: AiModelIcon,
},
example: () => <AiModelIcon size={16} />,
})

figma.connect(AiModelIcon, 'https://figma.com/file/1ljgTFkT5NKNRfq5hw07JQ/?node-id=6003-52', {
props: {
name: 'AiModelIcon',
fn: AiModelIcon,
},
example: () => <AiModelIcon size={24} />,
})

figma.connect(CodeIcon, 'https://figma.com/file/1ljgTFkT5NKNRfq5hw07JQ/?node-id=13-280', {
props: {
Expand Down

0 comments on commit 059a6c3

Please sign in to comment.