@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.59 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 IconMaterialDoorbell3pW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Doorbell3pW100Filled', short_name: 'Doorbell3p', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M312-132q-24.75 0-42.37-17.63Q252-167.25 252-192v-576q0-24.75 17.63-42.38Q287.25-828 312-828h336q24.75 0 42.38 17.62Q708-792.75 708-768v576q0 24.75-17.62 42.37Q672.75-132 648-132H312Zm168-94q30.52 0 52.26-21.74T554-300q0-30.52-21.74-52.26T480-374q-30.52 0-52.26 21.74T406-300q0 30.52 21.74 52.26T480-226Zm0-28q-19 0-32.5-13.5T434-300q0-19 13.5-32.5T480-346q19 0 32.5 13.5T526-300q0 19-13.5 32.5T480-254Zm0-182q14.4 0 23.2-8.8 8.8-8.8 8.8-23.2h-64q0 14 8.8 23t23.2 9Zm-114-52h227.5q6.5 0 10.5-4.2t4-9.8q0-5.6-4.2-9.8-4.2-4.2-9.8-4.2h-18v-73.87Q576-626 558-654q-18-28-52.05-37.86v-9.85q0-11.5-7.3-18.9Q491.35-728 480-728q-11.35 0-18.65 7.32-7.3 7.32-7.3 18.71v9.77Q420-680 402-652.8t-18 63.2v73.6h-18q-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8 0 5.6 4.2 9.8 4.2 4.2 9.8 4.2Z" }) })));
});
IconMaterialDoorbell3pW100Filled.displayName = 'OnesyIconMaterialDoorbell3pW100Filled';
exports.default = IconMaterialDoorbell3pW100Filled;
;