1.0.1 • Published 3 years ago

for-loop-icons v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Welcome to for-loop-icons

Install

npm i for-loop-icons

Usage

import { House } from 'for-loop-icons';

function IconEx() {
  return <House size={40} color='black' />;
}
import { DarkPlusButton } from 'for-loop-icons';

function ComponentEx() {
  return <DarkPlusButton size={120} />;
}

Props

nametypedefaultdescription
sizenumberrequiredall icons
colorstringrequiredall icons
sizenumberrequiredbutton/toggle components
widthnumberrequiredinput/search/dropdown components
scalenumberrequiredcheckbox components
1.0.1

3 years ago

1.0.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago