UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.84 kB
"use strict"; 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 IconMaterialWatchWakeW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WatchWakeW100', short_name: 'WatchWake', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M742-332h-24q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h24q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4Zm40-134h-64q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h64q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4Zm40-134H718q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-10.46 4.02-4.5 9.97-4.5h104q5.95 0 9.97 4.34 4.03 4.35 4.03 10.5 0 6.16-4.03 10.16-4.02 4-9.97 4ZM357-174q-10 0-17.92-6.07-7.91-6.07-11.08-15.93l-24-86q-51-27-83.5-80T188-480q0-65 32.5-118t83.5-80l24-86q3.17-9.86 11.08-15.93Q347-786 357-786h118q10 0 17.92 6.07 7.91 6.07 11.08 15.93l24 86q51 27 83.5 80T644-480q0 65-32.5 118T528-282l-24 86q-3.17 9.86-11.08 15.93Q485-174 475-174H357Zm59-106q83 0 141.5-58.5T616-480q0-83-58.5-141.5T416-680q-83 0-141.5 58.5T216-480q0 83 58.5 141.5T416-280Zm-78-414q21-7 39.83-10.5T416-708q19.34 0 38.17 3.5Q473-701 494-694l-18-64H356l-18 64Zm18 492h120l18-64q-21 7-39.83 10T416-253q-19.34 0-38.17-3Q359-259 338-266l18 64Zm-18-556h156-156Zm18 556h-18 156-138Z" }) }))); }); IconMaterialWatchWakeW100.displayName = 'OnesyIconMaterialWatchWakeW100'; exports.default = IconMaterialWatchWakeW100;