@tabula/ui-separator-icon
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

@tabula/ui-separator-icon

Icons for separators.

Installation

Use the package manager pnpm to install @tabula/ui-separator-icon.

pnpm add @tabula/ui-separator-icon

You can use npm or yarn too.

Usage

import { UiCommaIcon } from '@tabula/ui-separator-icon';

function ComponentWithIcon() {
  return <UiCommaIcon />
}

Or you can import icon URL which should be resolved by yours bundler:

import { uiCommaIconUrl } from "@tabula/ui-separator-icon";

Also, if you use Vite, you can use icon in your styles too:

.awesome-component {
  background-image: url('@tabula/ui-separator-icon/comma.svg');
}

License

This project is ISC licensed.

Package Sidebar

Install

npm i @tabula/ui-separator-icon

Weekly Downloads

59

Version

0.2.2

License

ISC

Unpacked Size

16.5 kB

Total Files

11

Last publish

Collaborators

  • tabula