UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 891 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAutoFixNormalW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AutoFixNormalW100", short_name: "AutoFixNormal", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "m18.75 5.15-.625-.275q-.25-.1-.25-.375t.25-.375l.625-.275.275-.625q.1-.25.375-.25t.375.25l.275.625.625.275q.25.1.25.375t-.25.375l-.625.275-.275.625q-.1.25-.375.25t-.375-.25ZM5.2 20.1l-1.4-1.4q-.2-.2-.2-.5t.2-.5l9.8-9.75q.2-.2.5-.2t.5.2l1.4 1.4q.2.2.2.5t-.2.5L6.2 20.1q-.2.2-.5.2t-.5-.2Zm.5-.5 7.2-7.2-1.4-1.4-7.2 7.2Z" })); }); IconMaterialAutoFixNormalW100.displayName = 'OnesyIconMaterialAutoFixNormalW100'; export default IconMaterialAutoFixNormalW100;