Skip to content

Commit

Permalink
fix: un-deprecate icons that will be migrated by codemod (#2729)
Browse files Browse the repository at this point in the history
  • Loading branch information
denkristoffer committed Apr 25, 2024
1 parent 077eb2e commit 84bdcf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/shy-geckos-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@contentful/f36-icons": patch
---

Un-deprecate icons that will be migrated by codemod in the future
3 changes: 0 additions & 3 deletions packages/components/icons/src/HelpCircle.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import React, { Fragment } from 'react';
import { generateIcon } from '@contentful/f36-icon';

/**
* @deprecated This icon will be removed in a future major release.
*/
export const HelpCircle = /*#__PURE__*/ generateIcon({
name: 'HelpCircle',
path: (
Expand Down
3 changes: 0 additions & 3 deletions packages/components/icons/src/HelpCircleInverted.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import React, { Fragment } from 'react';
import { generateIcon } from '@contentful/f36-icon';

/**
* @deprecated This icon will be removed in a future major release.
*/
export const HelpCircleInverted = /*#__PURE__*/ generateIcon({
name: 'HelpCircleInverted',
path: (
Expand Down

0 comments on commit 84bdcf9

Please sign in to comment.