UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.16 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 IconMaterialHdrWeakW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HdrWeakW100', short_name: 'HdrWeak', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M232-372q-44.55 0-76.27-31.73Q124-435.45 124-480t31.73-76.28Q187.45-588 232-588t76.27 31.72Q340-524.55 340-480t-31.73 76.27Q276.55-372 232-372Zm416.24 80Q570-292 515-346.76q-55-54.77-55-133Q460-558 514.76-613q54.77-55 133-55Q726-668 781-613.24q55 54.77 55 133Q836-402 781.24-347q-54.77 55-133 55Zm-.24-28q66 0 113-47t47-113q0-66-47-113t-113-47q-66 0-113 47t-47 113q0 66 47 113t113 47Z" }) }))); }); IconMaterialHdrWeakW100.displayName = 'OnesyIconMaterialHdrWeakW100'; exports.default = IconMaterialHdrWeakW100;