@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNestCamWiredStandW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NestCamWiredStandW100",
short_name: "NestCamWiredStand",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M500-322q-50 0-85 34.5T380-202v24q0 6 5 11t11 5h208q7 0 11.5-5t4.5-11v-24q0-51-34.5-85.5T500-322ZM320-598q0 67 45.5 116T477-425l129 13q14 2 24.5-8t10.5-24v-309q0-14-10.5-24t-24.5-8l-129 13q-67 6-112 55.8-45 49.79-45 118.2Zm62 464q-12 0-21-9t-9-21v-38q0-62.16 43.29-105.08T500-350q11.35 0 21.68 1.5Q532-347 543-344l28-44-96-9q-77.52-7.93-130.26-65.39Q292-519.86 292-597.53q0-78.47 52.5-135.97T475-801l129-12q26-2 45.5 15.93T669-753v309q0 26.14-19.5 44.07T604-384l-1-1-34 51q35 19 57 53.5t22 78.5v38q0 12-8.5 21-8.49 9-21.06 9H382Zm259-465ZM500-162Z"
}));
});
IconMaterialNestCamWiredStandW100.displayName = 'OnesyIconMaterialNestCamWiredStandW100';
export default IconMaterialNestCamWiredStandW100;