UNPKG

@material-ui/icons

Version:

Material Design Svg Icons converted to Material-UI React components.

9 lines 369 B
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", { fill: "none", d: "M0 0h24v24H0V0z", opacity: ".87" }), React.createElement("path", { d: "M1 11.6V16h8.31l-1.12 5.38L9.83 23 17 15.82V3H4.69zM19 3h4v12h-4z" })), 'ThumbDownAltSharp');