v3.0.2
- 9326927 fix(:bug:) Icons with selectors that contain
type
as a substring weren't getting cloned. Moving a word boundary search.
Which means this will work now 👍
function App() {
return <Checkbox icon={<i className="myicon myicon-star" />} />
}