Skip to content

Commit 31fac89

Browse files
committed
move octicons to deprecated
1 parent 1627f96 commit 31fac89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/styled-react/src/components/Octicon.tsx renamed to packages/styled-react/src/components/deprecated/Octicon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {Octicon as PrimerOcticon, type OcticonProps as PrimerOcticonProps} from '@primer/react/deprecated'
22
import styled from 'styled-components'
3-
import {type SxProp, sx} from '../sx'
3+
import {type SxProp, sx} from '../../sx'
44
import {forwardRef} from 'react'
55

66
/**

packages/styled-react/src/deprecated.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export {TabNav, type TabNavProps, type TabNavLinkProps} from './components/deprecated/TabNav'
22
export {Dialog, type DialogProps, type DialogHeaderProps} from './components/deprecated/DialogV1'
3-
export {Octicon, type OcticonProps} from './components/Octicon'
3+
export {Octicon, type OcticonProps} from './components/deprecated/Octicon'
44
export {Tooltip, type TooltipProps} from './components/deprecated/Tooltip'
55
export {
66
ActionList,

0 commit comments

Comments
 (0)