Skip to content

Commit

Permalink
chore: force import iconify-icon in react wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberalien committed Feb 14, 2024
1 parent e42c84a commit c2b52cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion iconify-icon/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@iconify-icon/react",
"description": "React wrapper for Iconify Icon web component",
"author": "Vjacheslav Trushkin",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/",
Expand Down
2 changes: 2 additions & 0 deletions iconify-icon/react/src/iconify.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import React from 'react';
import 'iconify-icon';

import type {
IconifyIcon,
IconifyIconProperties,
Expand Down

0 comments on commit c2b52cb

Please sign in to comment.