2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-06 07:20:40 +00:00

chore: force import iconify-icon in react wrapper

This commit is contained in:
Vjacheslav Trushkin 2024-02-14 22:41:22 +02:00
parent e42c84a90e
commit c2b52cbf82
2 changed files with 3 additions and 1 deletions

View File

@ -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/",

View File

@ -1,4 +1,6 @@
import React from 'react';
import 'iconify-icon';
import type {
IconifyIcon,
IconifyIconProperties,