@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.55 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialMacroAutoW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "MacroAutoW100",
short_name: "MacroAuto",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M479.92-440q-26.92 0-45.42-18.56T416-504v-6q-7.71 6-16.39 9T380-498q-27 0-45.5-18.56T316-562q0-20 10.48-35.2Q336.97-612.4 354-620q-17.03-7.6-27.52-22.8Q316-658 316-677.58q0-27.42 18.59-45.92T380.1-742q10.9 0 19.55 3 8.66 3 16.35 9v-5.6q0-29.4 18.58-46.9 18.59-17.5 45.5-17.5 26.92 0 45.42 17.5t18.5 46.9v5.6q9-7 19.5-10t21.5-2l-25 62q-14-18-34.41-29-20.41-11-45.59-11-42 0-71 29t-29 71q0 42 29 71t71 29q14 0 26-3.5t23-9.5q7 9 17 14.5t23 5.5h53q-8 7-19 11t-23 4q-10.93 0-19.61-3T544-510v6q0 26.88-18.58 45.44Q506.83-440 479.92-440ZM639-645l-25 64q-2 4-5.12 6-3.13 2-6.88 2-7 0-10-5.5t-1-11.5l87-224q.86-1.8 2.46-2.9 1.61-1.1 3.54-1.1h5.75q2.25 0 3.83 1.1T696-814l89 223q2 6-1 12t-10.5 6q-4.5 0-7.5-2t-5-6l-27-64h-95Zm11-24h74l-36-95h-2l-36 95ZM510-170q85-21 142-78t78-142q-85 21-142 78t-78 142Zm-30 30q-96 0-180-78t-98-174q-2-11 6.5-19.5T228-418q96 14 174 98t78 180Zm-30-30q-21-85-78-142t-142-78q21 85 78 142t142 78Zm60 0Zm-60 0Zm30 30q0-96 78-180t174-98q11-2 19.5 6.5T758-392q-14 96-98 174t-180 78Z"
}));
});
IconMaterialMacroAutoW100.displayName = 'OnesyIconMaterialMacroAutoW100';
export default IconMaterialMacroAutoW100;