@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.5 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 IconMaterialSupervisorAccountW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SupervisorAccountW100Filled', short_name: 'SupervisorAccount', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M674-432q-30 0-52-22t-22-52q0-30 22-52t52-22q30 0 52 22t22 52q0 30-22 52t-52 22ZM530-232q-12.75 0-21.37-8.63Q500-249.25 500-262q0-17 8.33-30.53Q516.67-306.06 532-312q34-14 69.5-21t72.5-7q37 0 72.5 7t69.5 21q15.33 5.94 23.67 19.47Q848-279 848-262q0 12.75-8.62 21.37Q830.75-232 818-232H530ZM380-512q-44.55 0-76.27-31.72Q272-575.45 272-620t31.73-76.28Q335.45-728 380-728t76.27 31.72Q488-664.55 488-620t-31.73 76.28Q424.55-512 380-512ZM112-284.11q0-23.5 13.5-43.19Q139-347 162-356q51-26 105.96-39 54.95-13 112.04-13 18 0 36 1.2t36 2.8l-27 26q-21 24-33 54.5T380-261q0 8.49 2.37 15.91 2.37 7.43 7.63 13.09H142q-13 0-21.5-8.5T112-262v-22.11Z" }) })));
});
IconMaterialSupervisorAccountW100Filled.displayName = 'OnesyIconMaterialSupervisorAccountW100Filled';
exports.default = IconMaterialSupervisorAccountW100Filled;
;