declare const API_Table = "\n| Name | Type | Default Value | Required | Description |\n| --- | --- | --- | --- | --- |\n| className | string | | | Set custom class to svg root of icon |\n| size | string | | | Set the size of the icon (for square icons) |\n| width | string | | | Set the width of the icon |\n| height | string | | | Set the height of the icon |\n| style | object | | | Set style object to svg root of icon |\n| ***All other Props are passed to the SVG element*** | | | | |\n"; export default API_Table; //# sourceMappingURL=APITable.d.ts.map