@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.39 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialNestCamWiredStandW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NestCamWiredStandW100', short_name: 'NestCamWiredStand', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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';
exports.default = IconMaterialNestCamWiredStandW100;
;