xxxxxxxxxx
import React from 'react';
import * as Icon from 'react-bootstrap-icons';
export default function App() => {
return <Icon.ArrowRight />
};
add this to your index.html
xxxxxxxxxx
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">