UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.04 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 IconMaterialWbShade = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WbShade', short_name: 'WbShade', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M780-160 560-380v-52q0-14 12-19t22 5l252 252q10 10 5 22t-19 12h-52Zm-220-40v-80l120 120h-80q-17 0-28.5-11.5T560-200Zm-400 0v-360h-32q-14 0-19-12t5-22l178-178q12-12 28-12t28 12l178 178q10 10 5 22t-19 12h-32v360q0 17-11.5 28.5T440-160H200q-17 0-28.5-11.5T160-200Zm120-200h80v-160h-80v160Z" }) }))); }); IconMaterialWbShade.displayName = 'OnesyIconMaterialWbShade'; exports.default = IconMaterialWbShade;