UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.25 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 IconMaterialHumidityLowW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HumidityLowW100Filled', short_name: 'HumidityLow', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-152q-111.39 0-189.69-76.71Q212-305.41 212-415.47 212-468 233.5-516t56.5-86l148-145q8.96-8.13 19.78-12.57Q468.61-764 479.8-764q11.2 0 22.16 4.43Q512.93-755.13 522-747l148 145q35 38 56.5 86.04Q748-467.92 748-415.28 748-305 669.69-228.5 591.39-152 480-152Zm0-28q100 0 170-68.21T720-415q0-47.29-18-90.05-18-42.75-52-74.95L502-726q-9-9-22-9t-22 9L310-580q-34 32.2-52 74.95-18 42.76-18 90.05 0 98.58 70 166.79T480-180Z" }) }))); }); IconMaterialHumidityLowW100Filled.displayName = 'OnesyIconMaterialHumidityLowW100Filled'; exports.default = IconMaterialHumidityLowW100Filled;