Dev Roar Lab API Documentation - v1.6.0
    Preparing search index...

    Custom SVG icons for technologies not available in react-icons These are lightweight alternatives to avoid large bundle sizes from icon libraries

    interface CustomIconProps {
        size?: string | number;
        color?: string;
        className?: string;
    }
    Index

    Properties

    size?: string | number
    color?: string
    className?: string