@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 994 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNestCamMagnetMount = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NestCamMagnetMount",
short_name: "NestCamMagnetMount",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M920-308q-33 0-56.5-23.5T840-388v-160q0-34 23.5-57t56.5-23h40v320h-40Zm-629 79q-15 0-30-5.5T234-252L64-421q-12-12-18-26.5T40-477q0-15 5.5-30T63-534l115-116q29-29 65.5-44t76.5-15q84 0 142 58t58 142q0 40-15 76.5T461-367L347-253q-12 12-26.5 18t-29.5 6Zm29-400q-23 0-45 9t-40 27L120-478l170 170 115-115q18-18 27-40t9-45q0-51-35-86t-86-35Zm-39 160Zm397 123-42-42 48-48H560v-60h128l-50-50 42-42 120 120-122 122Z"
}));
});
IconMaterialNestCamMagnetMount.displayName = 'OnesyIconMaterialNestCamMagnetMount';
export default IconMaterialNestCamMagnetMount;