UNPKG

@material-ui/icons

Version:

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

6 lines 282 B
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M19 13H5c-.55 0-1-.45-1-1s.45-1 1-1h14c.55 0 1 .45 1 1s-.45 1-1 1z" }), 'HorizontalRuleRounded');