UNPKG

@material-ui/icons

Version:

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

12 lines 450 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" }), React.createElement("circle", { cx: "12", cy: "12", r: "3" }), React.createElement("path", { d: "M16.83 4L15 2H9L7.17 4H2v16h20V4h-5.17zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z" })), 'CameraAltSharp');