@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.72 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 IconMaterialNestDoorbellVisitorW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NestDoorbellVisitorW100', short_name: 'NestDoorbellVisitor', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M720-292q-23 0-38.5-15.5T666-346q0-23 15.5-38.5T720-400q23 0 38.5 15.5T774-346q0 23-15.5 38.5T720-292ZM586-106v-23q0-31 37.5-51t96.5-20q59 0 96.5 20t37.5 51v23H586ZM480-566q30.52 0 52.26-21.74Q554-609.47 554-640q0-30.53-21.74-52.26Q510.52-714 480-714t-52.26 21.74Q406-670.53 406-640q0 30.53 21.74 52.26Q449.48-566 480-566Zm0 86Zm-74 160q0 30.52 21.74 52.26T480-246q30.52 0 52.26-21.74T554-320q0-30.52-21.74-52.26T480-394q-30.52 0-52.26 21.74T406-320Zm74 46q-19 0-32.5-13.5T434-320q0-19 13.5-32.5T480-366q19 0 32.5 13.5T526-320q0 19-13.5 32.5T480-274ZM306-680q0-73 50.5-123.5T480-854q73 0 123.5 50.5T654-680v186q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-186q0-63-43.5-104.5T480-826q-59 0-102.5 41.5T334-680v400q0 50.94 32.5 90.97T447-138q5 2 8.5 5.73 3.5 3.73 3.5 8.48 0 6.79-5.5 11.29Q448-108 441-110q-59-14-97-60.37-38-46.36-38-109.63v-400Z" }) })));
});
IconMaterialNestDoorbellVisitorW100.displayName = 'OnesyIconMaterialNestDoorbellVisitorW100';
exports.default = IconMaterialNestDoorbellVisitorW100;
;