Completely updated React, fixed #11, (hopefully)
This commit is contained in:
17
goTorrentWebUI/node_modules/material-ui/internal/svg-icons/ArrowDropDown.js.flow
generated
vendored
Normal file
17
goTorrentWebUI/node_modules/material-ui/internal/svg-icons/ArrowDropDown.js.flow
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import React from 'react';
|
||||
import pure from 'recompose/pure';
|
||||
import SvgIcon from '../../SvgIcon';
|
||||
|
||||
/**
|
||||
* @ignore - internal component.
|
||||
*/
|
||||
let ArrowDropDown = props => (
|
||||
<SvgIcon {...props}>
|
||||
<path d="M7 10l5 5 5-5z" />
|
||||
</SvgIcon>
|
||||
);
|
||||
|
||||
ArrowDropDown = pure(ArrowDropDown);
|
||||
ArrowDropDown.muiName = 'SvgIcon';
|
||||
|
||||
export default ArrowDropDown;
|
Reference in New Issue
Block a user