UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.23 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 IconMaterialSleepW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SleepW100', short_name: 'Sleep', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M483 924q-73 0-137-27.5T234 821q-48-48-75.5-112T131 572q0-100 52-184.5T324 258q5-2 9.5-2t8.5 2q4 2 6.5 6.5T351 275q5 85 38.5 161T483 572q60 60 136 93.5T780 704q6 0 10.5 2.5t6.5 6.5q2 4 2 8.5t-2 9.5q-45 89-129.5 141T483 924Zm0-28q88 0 163-44t118-121q-86-8-163-44t-138-97q-61-61-97-137.5T323 290q-77 43-120.5 118.5T159 572q0 135 94.5 229.5T483 896Zm-20-306Zm203-244-52-23q-5-2-5-7t5-7l52-23 23-52q2-5 7-5t7 5l23 52 52 23q5 2 5 7t-5 7l-52 23-23 52q-2 5-7 5t-7-5l-23-52Z" }) }))); }); IconMaterialSleepW100.displayName = 'OnesyIconMaterialSleepW100'; exports.default = IconMaterialSleepW100;