@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.63 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Man20 = (_a) => {
var { fill, size = '1.25rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M5.917 5.833a4.083 4.083 0 0 1 7.854-1.568c.136.06.291.107.452.143a4.089 4.089 0 0 0 .766.092H15a.5.5 0 0 1 .39.812 4.306 4.306 0 0 1-1.307 1.105V7.5a4.083 4.083 0 1 1-8.166 0V5.833Zm6.666.063v-.063a2.583 2.583 0 1 0-5.166 0v.2c.064-.022.126-.048.185-.078.252-.129.498-.355.7-.762l.269-.536.479.36c.75.563 1.792.941 2.825.941.239 0 .476-.02.708-.062Zm-5.166 1.17c.216-.044.431-.114.64-.22.32-.164.606-.403.846-.725.854.514 1.91.837 2.972.837.236 0 .473-.016.708-.05V7.5a2.583 2.583 0 1 1-5.166 0v-.434Zm-5.08 5.952 3.02-.671a.498.498 0 0 1 .123-.2l.833-.834a.5.5 0 0 1 .577-.094L10 12.774l3.11-1.554a.5.5 0 0 1 .577.093l.833.833a.498.498 0 0 1 .123.2l3.02.672a.75.75 0 0 1 .587.732v3.75a.75.75 0 0 1-.75.75h-15a.75.75 0 0 1-.75-.75v-3.75a.75.75 0 0 1 .587-.732Zm.913 1.334 2.95-.656 1.754 2.046a.5.5 0 0 0 .77-.013L10 14.134l1.276 1.595a.5.5 0 0 0 .77.013l1.754-2.046 2.95.656v2.398H3.25v-2.398Zm8.43.28-.903-1.128 2.458-1.229.25.251-1.805 2.107Zm-4.915-2.357-.25.251 1.805 2.107.903-1.13-2.458-1.228Z" })));
};
exports.default = Man20;