@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.29 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 IconMaterialSleepScoreW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SleepScoreW100Filled', short_name: 'SleepScore', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M820-581q-6 0-10-4.5t-5-11.5q-3-41-19-76t-42-63l-16 28q-10 16-21 35.5T683-639q-8 8-18.5 8t-18.5-8q-8-8-8-18.5t8-18.5q13-14 33-24.5t36-20.5l28-17q-29-30-67-48.5T593-807q-6 0-9.5-4t-3.5-10q0-6 5-10.5t11-3.5q95 6 162 72t75 161q1 8-2.5 14.5T820-581ZM483-132q-73 0-137-27.5T234-235q-48-48-75.5-112T131-484q0-100 52-184.5T324-798q5-2 9.5-2t8.5 2q4 2 6.5 6.5T351-781q5 85 38.5 161T483-484q60 60 136 93.5T780-352q6 0 10.5 2.5t6.5 6.5q2 4 2 8.5t-2 9.5q-45 89-129.5 141T483-132Z" }) })));
});
IconMaterialSleepScoreW100Filled.displayName = 'OnesyIconMaterialSleepScoreW100Filled';
exports.default = IconMaterialSleepScoreW100Filled;
;