UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.12 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 IconMaterialClearNightW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ClearNightW100', short_name: 'ClearNight', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M524-92q-73.09 0-137.05-27.5Q323-147 275-195t-75.5-111.95Q172-370.91 172-444q0-108 59.5-196.5T391-769q0 92 34 176t99 149q65 65 149 99t176 34q-40 100-128.5 159.5T524-92Zm0-28q88 0 163-44t118-121.28q-86-8.03-163-43.65-77-35.63-138-96.85Q443-487 407-563.5T364-726q-77 43-120.5 118.5T200-444q0 135 94.5 229.5T524-120Zm-20-306Z" }) }))); }); IconMaterialClearNightW100.displayName = 'OnesyIconMaterialClearNightW100'; exports.default = IconMaterialClearNightW100;