@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialMotionPhotosOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "MotionPhotosOffW100Filled",
short_name: "MotionPhotosOff",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m784-136-79-79q-46 39-103 61t-122 22q-72.21 0-135.72-27.4-63.51-27.41-110.49-74.39-46.98-46.98-74.39-110.49Q132-407.79 132-480q0-65 22-122t61-103l-79-79q-4-4-4.5-9.5T136-804q5-5 10-5t10 5l648 648q4 4 4.5 9.5T804-136q-5 5-10 5t-10-5Zm-44-196L332-740q-14-13.76-10.5-32.88Q325-792 342-800q32.25-14 66.63-21 34.37-7 70.95-7 72.3 0 135.89 27.44 63.58 27.44 110.62 74.47 47.03 47.04 74.47 110.62Q828-551.88 828-479.58q0 36.58-7 70.95-7 34.38-21 66.63-8 17-27 20.5T740-332Z"
}));
});
IconMaterialMotionPhotosOffW100Filled.displayName = 'OnesyIconMaterialMotionPhotosOffW100Filled';
export default IconMaterialMotionPhotosOffW100Filled;