UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.65 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMotionSensorAlertW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MotionSensorAlertW100", short_name: "MotionSensorAlert", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M192-212q-26 0-43-17t-17-43v-114q0-6 4-10t10-4q6 0 10 4t4 10v114q0 12 10 22t22 10h114q6 0 10 4t4 10q0 6-4 10t-10 4H192Zm-60-522v-114q0-26 17-43t43-17h114q6 0 10 4t4 10q0 6-4 10t-10 4H192q-12 0-22 10t-10 22v114q0 6-4 10t-10 4q-6 0-10-4t-4-10Zm348 228q-23 0-38.5-15.5T426-560q0-23 15.5-38.5T480-614q23 0 38.5 15.5T534-560q0 23-15.5 38.5T480-506Zm320-228v-114q0-12-10-22t-22-10H654q-6 0-10-4t-4-10q0-6 4-10t10-4h114q26 0 43 17t17 43v114q0 6-4 10t-10 4q-6 0-10-4t-4-10ZM248-508q-7 0-10.5 5.5T236-490q17 63 63 109.5T408-315q8 2 15-1t7-11q0-5-5-9t-10-6q-55-18-95.5-57.5T263-495q-2-5-6-9t-9-4Zm0-100q-7 0-10.5-5.5T236-626q17-63 63-109.5T408-801q8-2 15 1t7 11q0 5-4.5 9t-9.5 6q-55 18-96 57.5T263-621q-2 5-6 9t-9 4Zm464 0q7 0 10.5-5.5T724-626q-17-63-63-109.5T552-801q-8-2-15 1t-7 11q0 5 5 9t10 6q55 18 95.5 57.5T697-621q2 5 6 9t9 4Zm-2 426q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105t-105 43Zm0-56q8 0 13-5t5-13q0-8-5-13t-13-5q-8 0-13 5t-5 13q0 8 5 13t13 5Zm0-72q6 0 10-4t4-10v-80q0-6-4-10t-10-4q-6 0-10 4t-4 10v80q0 6 4 10t10 4Z" })); }); IconMaterialMotionSensorAlertW100.displayName = 'OnesyIconMaterialMotionSensorAlertW100'; export default IconMaterialMotionSensorAlertW100;