techpack-icons
v2.0.1
Published
Light and Bold, Regular, Filled React SVG icon set generated from techpack.
Downloads
269
Maintainers
Readme
techpack-icons
React SVG icon set with Light and Bold variants generated from the original SVG files.
Install
npm install techpack-icons
# эсвэл
yarn add techpack-iconsUsage
import { UserLight, UserBold } from "techpack-icons";
export function Example() {
return (
<div>
<UserLight className="w-6 h-6 text-blue-500" />
<UserBold className="w-6 h-6 text-red-500" />
</div>
);
}All icons:
- Use
fill="currentColor"so you can control color withclassName(e.g. Tailwindtext-*). - Accept
classNameand otherSVGprops.
