UNPKG

@material-ui/icons

Version:

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

6 lines 290 B
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M16 9V4h2V2H6v2h2v5c0 1.66-1.34 3-3 3v2h5.97v7l1 1 1-1v-7H19v-2c-1.66 0-3-1.34-3-3z" }), 'PushPinSharp');