@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.72 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 Man48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M14.5 14A9.5 9.5 0 0 1 24 4.5c3.942 0 7.323 2.4 8.761 5.82.39.2.854.348 1.33.454a9.996 9.996 0 0 0 1.88.226H36a1 1 0 0 1 .78 1.625 10.129 10.129 0 0 1-3.28 2.708V18a9.5 9.5 0 0 1-19 0v-4Zm18.952-.966a8 8 0 0 0 .37-.273 11.325 11.325 0 0 1-.415-.094c.017.122.032.244.045.367Zm-2.952 1.26a9.585 9.585 0 0 1-2 .206c-2.523 0-5.065-.924-6.9-2.3l-.959-.719-.535 1.072c-.505 1.01-1.123 1.586-1.77 1.917a3.702 3.702 0 0 1-.836.302V14a6.5 6.5 0 1 1 13 0v.295Zm-13 2.514a5.804 5.804 0 0 0 1.745-.557c.788-.402 1.487-1.002 2.069-1.827 2.046 1.27 4.61 2.076 7.186 2.076.667 0 1.337-.054 2-.17V18a6.5 6.5 0 1 1-13 0v-1.192ZM5.675 31.536l7.33-1.63a.997.997 0 0 1 .288-.613l2-2a1 1 0 0 1 1.154-.187L24 30.882l7.553-3.776a1 1 0 0 1 1.154.187l2 2c.171.17.268.39.289.614l7.33 1.629A1.5 1.5 0 0 1 43.5 33v9a1.5 1.5 0 0 1-1.5 1.5H6A1.5 1.5 0 0 1 4.5 42v-9a1.5 1.5 0 0 1 1.175-1.464ZM7.5 34.203l7.38-1.64 4.36 5.088a1 1 0 0 0 1.54-.026L24 33.6l3.22 4.024a1 1 0 0 0 1.54.026l4.36-5.088 7.38 1.64V40.5h-33v-6.297Zm20.527 1.23-2.473-3.092 6.248-3.124.836.835-4.611 5.38Zm-11.83-6.216-.835.835 4.611 5.38 2.473-3.09-6.248-3.125Z" })));
};
exports.default = Man48;