New: React package

September 16th, 2024

package

We added a React package to Obra Icons. Now it’s possible to use Obra Icons easily in a react context.

To install:

npm i obra-icons-react

To use (example on CodeSandbox):

import { IconAddRoundrect } from "obra-icons-react";

export default function App() {
	return (
		<div>
			<IconAddRoundrect strokeWidth={1} color="red" size={64}/>
		</div>
	);
}

With this change, we also provided the foundations to add more formats, for example a Vue package. If you would like to see Obra Icons in more formats, let us know!