```js import { UnorderedList, ListItem } from '@invisionag/iris-react-list'; ```
npm install @invisionag/iris-react-list``js`
import { UnorderedList, ListItem } from '@invisionag/iris-react-list';
#DEPRECATED
A basic list component for unordered lists.
``
#### icon
When passed a string, it is used to set an iris icon as bullet point
``
When passed a react element, the element is rendered as icon
``
It is advisable to base the custom icon on the default BulletPoint` component, so native styles are extended instead of overwritten. Examples can be found in the story and test files of this component.