UNPKG

@material-ui/icons

Version:

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

5 lines 277 B
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( /*#__PURE__*/React.createElement("path", { d: "M12 6l-2-2H2v16h20V6H12zm7 11h-6V9h3.5l2.5 2.5V17zm-3.12-6.5l1.62 1.62v3.38h-3v-5h1.38z" }), 'SnippetFolderSharp');