@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.15 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 IconMaterialWbShadeW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WbShadeW100', short_name: 'WbShade', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M767-200 557-410v-4q0-9.92 9.5-13.46Q576-431 583-424l198 198q7 7 3.46 16.5T771-200h-4Zm-210-30v-50l80 80h-50q-12.75 0-21.37-8.63Q557-217.25 557-230Zm-360 0v-350h-8q-9.92 0-13.46-9.5Q172-599 179-606l117-117q9-9 21-9t21 9l117 117q7 7 3.46 16.5T445-580h-8v350q0 12.75-8.63 21.37-8.64 8.63-21.4 8.63H226.76q-12.76 0-21.26-8.63-8.5-8.62-8.5-21.37Zm52-142h136v-208H249v208Z" }) })));
});
IconMaterialWbShadeW100.displayName = 'OnesyIconMaterialWbShadeW100';
exports.default = IconMaterialWbShadeW100;
;