0.2.5 • Published 1 year ago

espil-icons v0.2.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Espil icons

packege of icons design by Mohamad esfilar

install

npm install espil-icons

Usage/Examples

import Icons, { AcceptedReceipt } from "espil-icons";

function App() {
  return (
    <>
      <AcceptedReceipt
        width={"24px"}
        height={"24px"}
        color="red"
        onClick={() => alert("clicked!")}
        className="cursor-pointer"
      />

      <Icons
        name="InfoSquareOutline"
        color="green"
        size={60}
        onClick={() => alert("clicked!")}
        className="cursor-pointer"
      />
    </>
  );
}

Screenshot

Icons

Author

0.2.5

1 year ago

0.2.3

1 year ago

0.1.27

1 year ago

0.1.28

1 year ago

0.1.29

1 year ago

0.1.21

1 year ago

0.1.23

1 year ago

0.1.24

1 year ago

0.1.25

1 year ago

0.1.26

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.2

1 year ago

0.1.20

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.17

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago