UNPKG

@material-ui/icons

Version:

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

12 lines 455 B
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", { fill: "none", d: "M24 24H0V0h24v24z" }), React.createElement("circle", { cx: "9", cy: "12", r: "8" }), React.createElement("path", { d: "M17 4.26v2.09c2.33.82 4 3.04 4 5.65s-1.67 4.83-4 5.65v2.09c3.45-.89 6-4.01 6-7.74s-2.55-6.85-6-7.74z" })), 'FiberSmartRecord');