@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.75 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSettingsSlowMotionFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SettingsSlowMotionFilled",
short_name: "SettingsSlowMotion",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M423-80q-24 0-40-18.5T363-142l-9-66q-13-5-24.5-12T307-235l-62 26q-25 11-50 2t-39-32l-47-82q-14-23-8-49t27-43l53-40q-1-7-1-13.5v-27q0-6.5 1-13.5l-53-40q-21-17-27-43t8-49l47-82q14-23 39-32t50 2l62 26q11-8 22.5-15t24.5-12l9-66q4-26 24-44t46-18h94q26 0 46 18t24 44l9 66q13 5 24.5 12t22.5 15l62-26q25-11 50-2t39 32l47 82q14 23 8 49t-27 43l-8 6q-8 6-17 6.5t-18-3.5q-21-9-42.5-14.5T702-559q-25-2-49.5 2t-49.5 7q-19-32-51-51t-70-19q-58 0-99 41t-41 99q0 38 19 70.5t52 51.5q-7 20-10 41t-3 42q0 42 13.5 81.5T451-119q8 12-1 25.5T423-80Zm231-130q-5 3-10.5.5T638-218v-124q0-6 5.5-8.5t10.5.5l95 62q5 3 5 8t-5 8l-95 62Zm95 117q-11 4-21-2.5T715-115q-2-11 3.5-22t16.5-16q38-17 60.5-51t22.5-76q0-42-22.5-76T735-407q-12-5-17-16t-3-22q3-13 13-19.5t21-2.5q59 22 94 73t35 114q0 63-35 114t-94 73Zm-141-2q-20-8-37.5-19T538-140q-15-15-26-32.5T493-210q-4-11 2.5-21t18.5-13q11-2 21.5 4t15.5 17q5 12 12.5 22t16.5 19q9 9 19.5 16.5T621-153q11 5 16.5 16t3.5 22q-3 12-12.5 18T608-95Zm-94-221q-12-3-18.5-13t-2.5-21q8-20 19-37.5t26-32.5q15-15 32.5-26t37.5-19q11-4 20.5 2t12.5 18q2 11-3.5 22T621-407q-11 5-21.5 12.5T580-378q-9 9-16.5 19T551-337q-5 11-15.5 17t-21.5 4Z"
}));
});
IconMaterialSettingsSlowMotionFilled.displayName = 'OnesyIconMaterialSettingsSlowMotionFilled';
export default IconMaterialSettingsSlowMotionFilled;