UNPKG

@material-ui/icons

Version:

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

5 lines 237 B
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( /*#__PURE__*/React.createElement("path", { d: "M5 15h2V8.41L18.59 20 20 18.59 8.41 7H15V5H5v10z" }), 'NorthWestOutlined');