UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.08 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAutoFixOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AutoFixOffW100Filled", short_name: "AutoFixOff", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "m18.9 5.775-.275-.625L18 4.875q-.25-.125-.25-.375t.25-.375l.625-.275.275-.625q.125-.25.375-.25t.375.25l.275.625.625.275q.25.125.25.375t-.25.375l-.625.275-.275.625q-.125.25-.375.25t-.375-.25Zm-4.525 6.05-2.4-2.4 1.5-1.475q.225-.225.5-.225t.5.225l1.4 1.4q.225.225.225.5t-.225.5Zm4.85 8.675-6.75-6.75-6.4 6.35q-.2.2-.5.2t-.5-.2l-1.4-1.4q-.2-.2-.2-.5t.2-.5l6.4-6.375L3.325 4.6Q3.2 4.475 3.2 4.35t.125-.25q.125-.125.25-.125t.25.125l15.9 15.9q.125.125.125.25t-.125.25q-.125.125-.25.125t-.25-.125Z" })); }); IconMaterialAutoFixOffW100Filled.displayName = 'OnesyIconMaterialAutoFixOffW100Filled'; export default IconMaterialAutoFixOffW100Filled;