UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 931 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAutoFixHighW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AutoFixHighW100Filled", short_name: "AutoFixHigh", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "m19.4 6.55-.65-1.4-1.4-.65 1.4-.65.65-1.4.65 1.4 1.4.65-1.4.65Zm-10.85 0-.65-1.4-1.4-.65 1.4-.65.65-1.4.65 1.4 1.4.65-1.4.65ZM19.4 17.4l-.65-1.4-1.4-.65 1.4-.65.65-1.4.65 1.4 1.4.65-1.4.65ZM5.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-.2Zm8.875-8.875 1.4-1.4-1.4-1.4-1.4 1.4Z" })); }); IconMaterialAutoFixHighW100Filled.displayName = 'OnesyIconMaterialAutoFixHighW100Filled'; export default IconMaterialAutoFixHighW100Filled;