@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.59 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 IconMaterialNaturePeopleW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NaturePeopleW100', short_name: 'NaturePeople', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M184.23-448q-17.23 0-28.73-11.27-11.5-11.26-11.5-28.5 0-17.23 11.27-28.73 11.26-11.5 28.5-11.5 17.23 0 28.73 11.27 11.5 11.26 11.5 28.5 0 17.23-11.27 28.73-11.26 11.5-28.5 11.5ZM212-134h378v-258h-96q-50 0-84-33.5T376-504q0-41 27-74.5t69-51.5q0-63 42-100.5t90-37.5q48 0 90 37.5T736-630q42 18 69 51.5t27 74.5q0 45-34 78.5T714-392h-96v258h186q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H186q-12.75 0-21.37-8.51-8.63-8.51-8.63-21.09V-254q-11 0-19.5-8.5T128-282v-112q0-5.95 4.02-9.98Q136.05-408 142-408h84q5.95 0 9.98 4.02Q240-399.95 240-394v112q0 11-8.5 19.5T212-254v120Zm282-286h220q37 0 63.5-24.27Q804-468.53 804-504q0-34-22-59.5T728-602l-20-8v-20q0-45-30-77.5T604-740q-44 0-74 32.5T500-630v20l-20 8q-32 13-54 38.5T404-504q0 35.47 26.5 59.73Q457-420 494-420Zm110-160Z" }) })));
});
IconMaterialNaturePeopleW100.displayName = 'OnesyIconMaterialNaturePeopleW100';
exports.default = IconMaterialNaturePeopleW100;
;