A customizable SVG icon component representing a legal scale/balance symbol, commonly used for license or legal-related UI elements. ## Key Components - **`CustomLicenseIconProps`** - Interface defining the component's optional props - **`CustomLicenseIcon`** - React functional component that renders an SVG of scales/balance symbol - **SVG Paths** - Two path elements creating the scale icon: the central pole/base and the two balance scales ## Usage Example ```typescript import { CustomLicenseIcon } from './custom-license-icon'; // Basic usage with defaults // Customized styling // With additional props ``` The component accepts standard SVG props through spread operators, making it highly flexible for styling and accessibility attributes. Default values provide a gray 24x24 pixel icon suitable for most UI contexts.