mirror of
https://github.com/zoriya/flood.git
synced 2026-05-25 08:23:26 +00:00
Fix start icon
This commit is contained in:
@@ -6,8 +6,8 @@ export default class Start extends BaseIcon {
|
||||
render() {
|
||||
return (
|
||||
<svg className={`icon icon--start ${this.props.className}`}
|
||||
xmlns={this.getXmlns} viewBox={this.getViewBox()}>
|
||||
<path d="M11.9 11.9H48v36.2H11.9V11.9z"/>
|
||||
xmlns={this.getXmlns()} viewBox={this.getViewBox()}>
|
||||
<path d="M13.1 9.5L46.9 30 13.1 50.5v-41z"/>
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user