@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.43 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 IconMaterialPersonApronW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PersonApronW100', short_name: 'PersonApron', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-512q-44.55 0-76.27-31.72Q372-575.45 372-620t31.73-76.28Q435.45-728 480-728t76.28 31.72Q588-664.55 588-620t-31.72 76.28Q524.55-512 480-512ZM212-262v-21.59q0-22.95 14-42.18T262-356q52-24 106.69-38t111.5-14q56.81 0 111.31 14T698-356q22 11 36 30.23t14 42.18V-262q0 13-8.5 21.5T718-232H242q-13 0-21.5-8.5T212-262Zm268-278q33 0 56.5-23.5T560-620q0-33-23.5-56.5T480-700q-33 0-56.5 23.5T400-620q0 33 23.5 56.5T480-540Zm130 179v101h110v-24q0-16-11-28t-25-20q-18-9-36.5-16T610-361Zm-232-7v48h204v-48q-25-6-50.75-9t-51.5-3q-25.75 0-51.25 3t-50.5 9ZM240-260h110v-101q-19 6-37.5 13T276-332q-14 8-25 20t-11 28v24Zm370 0H350h260ZM480-620Z" }) })));
});
IconMaterialPersonApronW100.displayName = 'OnesyIconMaterialPersonApronW100';
exports.default = IconMaterialPersonApronW100;
;