mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 14:15:15 +00:00
Adjust torrent details pane
This commit is contained in:
@@ -17,6 +17,7 @@ export default class BaseIcon extends React.Component {
|
||||
}
|
||||
|
||||
BaseIcon.defaultProps = {
|
||||
className: '',
|
||||
what: 'hello',
|
||||
viewBox: '0 0 60 60'
|
||||
};
|
||||
|
||||
@@ -7,9 +7,8 @@ export default class ETA extends BaseIcon {
|
||||
return (
|
||||
<svg className={`icon icon--eta ${this.props.className}`}
|
||||
xmlns={this.getXmlns()} viewBox={this.getViewBox()}>
|
||||
<circle cx="0.9" cy="4" r="0.9"/>
|
||||
<circle cx="4" cy="4" r="0.9"/>
|
||||
<circle cx="7.1" cy="4" r="0.9"/>
|
||||
<path class="icon__ring" d="M44.28,54.77a28.56,28.56,0,1,1,10.45-39A28.56,28.56,0,0,1,44.28,54.77Zm6-36.41a23.36,23.36,0,1,0-8.55,31.92A23.36,23.36,0,0,0,50.23,18.36Z"/>
|
||||
<polygon class="icon__hands" points="30 17.06 35.19 17.06 35.19 32.64 35.19 37.83 30 37.83 19.62 37.83 19.62 32.64 30 32.64 30 17.06"/>
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -5,9 +5,9 @@ import BaseIcon from './BaseIcon';
|
||||
export default class Ratio extends BaseIcon {
|
||||
render() {
|
||||
return (
|
||||
<svg className={`icon icon--start ${this.props.className}`}
|
||||
<svg className={`icon icon--ratio ${this.props.className}`}
|
||||
xmlns={this.getXmlns()} viewBox={this.getViewBox()}>
|
||||
<path d="M11.9 11.9H48v36.2H11.9V11.9z"/>
|
||||
<path d="M54.57,15.76a28.56,28.56,0,1,0-10.45,39A28.56,28.56,0,0,0,54.57,15.76ZM9.68,41.86a23.36,23.36,0,1,1,40.39-23.5C40.72,29.74,24.32,39.36,9.68,41.86Z"/>
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user