mirror of
https://github.com/iconify/iconify.git
synced 2025-01-08 15:54:09 +00:00
chore: force import iconify-icon in react wrapper
This commit is contained in:
parent
e42c84a90e
commit
c2b52cbf82
@ -2,7 +2,7 @@
|
|||||||
"name": "@iconify-icon/react",
|
"name": "@iconify-icon/react",
|
||||||
"description": "React wrapper for Iconify Icon web component",
|
"description": "React wrapper for Iconify Icon web component",
|
||||||
"author": "Vjacheslav Trushkin",
|
"author": "Vjacheslav Trushkin",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": "https://github.com/iconify/iconify/issues",
|
"bugs": "https://github.com/iconify/iconify/issues",
|
||||||
"homepage": "https://iconify.design/",
|
"homepage": "https://iconify.design/",
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
import 'iconify-icon';
|
||||||
|
|
||||||
import type {
|
import type {
|
||||||
IconifyIcon,
|
IconifyIcon,
|
||||||
IconifyIconProperties,
|
IconifyIconProperties,
|
||||||
|
Loading…
Reference in New Issue
Block a user