@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.84 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 IconMaterialUserAttributesW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'UserAttributesW100', short_name: 'UserAttributes', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M593-694q-5.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-4h240q5.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 4H593Zm0 148q-5.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-4h240q5.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 4H593Zm0 148q-5.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-4h240q5.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 4H593Zm-279.76-22q-33.24 0-56.74-23.26-23.5-23.27-23.5-56.5 0-33.24 23.26-56.74 23.27-23.5 56.5-23.5 33.24 0 56.74 23.26 23.5 23.27 23.5 56.5 0 33.24-23.26 56.74-23.27 23.5-56.5 23.5ZM113-250v-6q0-10.68 5.5-20.34T133-292q41-23 85.71-35.5Q263.42-340 313-340q49.58 0 94.29 12.5Q452-315 493-292q9 6 14.5 15.66T513-256v6q0 12.75-8.62 21.37Q495.75-220 483-220H143q-12.75 0-21.37-8.63Q113-237.25 113-250Zm28-14v16h344v-16q-41-23-84.5-35.5T313-312q-44 0-87.5 12.5T141-264Zm172-184q21 0 36.5-15.5T365-500q0-21-15.5-36.5T313-552q-21 0-36.5 15.5T261-500q0 21 15.5 36.5T313-448Zm0-52Zm0 252Z" }) })));
});
IconMaterialUserAttributesW100.displayName = 'OnesyIconMaterialUserAttributesW100';
exports.default = IconMaterialUserAttributesW100;
;