@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.62 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("@amaui/ui-react");
const IconMaterialAlarmSmartWake = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AlarmSmartWake', short_name: 'AlarmSmartWake', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M320 656q17 0 28.5-11.5T360 616q0-17-11.5-28.5T320 576q-17 0-28.5 11.5T280 616q0 17 11.5 28.5T320 656Zm160 0q17 0 28.5-11.5T520 616q0-17-11.5-28.5T480 576q-17 0-28.5 11.5T440 616q0 17 11.5 28.5T480 656Zm160 0q17 0 28.5-11.5T680 616q0-17-11.5-28.5T640 576q-17 0-28.5 11.5T600 616q0 17 11.5 28.5T640 656ZM480 976q-75 0-140.5-28.5t-114-77q-48.5-48.5-77-114T120 616q0-75 28.5-140.5t77-114q48.5-48.5 114-77T480 256q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840 616q0 75-28.5 140.5t-77 114q-48.5 48.5-114 77T480 976Zm0-360ZM82 388q-11-11-11-28t11-28l114-114q11-11 28-11t28 11q11 11 11 28t-11 28L138 388q-11 11-28 11t-28-11Zm796 0q-11 11-28 11t-28-11L708 274q-11-11-11-28t11-28q11-11 28-11t28 11l114 114q11 11 11 28t-11 28ZM480 896q117 0 198.5-81.5T760 616q0-117-81.5-198.5T480 336q-117 0-198.5 81.5T200 616q0 117 81.5 198.5T480 896Z" }) })));
});
IconMaterialAlarmSmartWake.displayName = 'AmauiIconMaterialAlarmSmartWake';
exports.default = IconMaterialAlarmSmartWake;