Skip to main content

List.Icon

#List Icon

A component that displays an icon within a list item.

Apple Image

Usage

import React from "react";

import { List } from "./components";

const Example = () => {
return <List.Icon icon="heart" />;
};

export default Example;

Props

Extends IconProps from Icon component