This commit is contained in:
parent
361a200d07
commit
a059a3d710
3 changed files with 2 additions and 7 deletions
|
@ -14,11 +14,7 @@ interface ISVGProps {
|
|||
export class SVG extends React.PureComponent<ISVGProps> {
|
||||
public static ID = 'svg';
|
||||
|
||||
constructor(props: ISVGProps) {
|
||||
super(props);
|
||||
}
|
||||
|
||||
render() {
|
||||
render(): JSX.Element {
|
||||
const xmlns = '<http://www.w3.org/2000/svg>';
|
||||
|
||||
const properties = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue