@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.29 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 Helpline32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M16 5a9.005 9.005 0 0 0-8.496 6.024C7.667 11.008 7.833 11 8 11a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1 5 5 0 0 1-2.79-9.15C6.212 6.804 10.66 3 16 3c5.34 0 9.79 3.804 10.79 8.85a5 5 0 0 1-.504 8.598 10.362 10.362 0 0 1-6.13 5.947C19.6 28.005 17.805 29 16 29c-2.174 0-4.333-1.445-4.333-3.667 0-2.221 2.16-3.666 4.333-3.666 1.793 0 3.576.983 4.146 2.574A8.372 8.372 0 0 0 23.8 20.98 1 1 0 0 1 23 20v-8a1 1 0 0 1 1-1c.168 0 .334.008.497.024A9.005 9.005 0 0 0 16 5Zm-9 8.17a3.001 3.001 0 0 0 0 5.66v-5.66Zm18 5.66a3.001 3.001 0 0 0 0-5.66v5.66Zm-11.333 6.503c0-.723.825-1.666 2.333-1.666 1.508 0 2.333.943 2.333 1.666 0 .724-.825 1.667-2.333 1.667-1.508 0-2.333-.943-2.333-1.667Z" })));
};
exports.default = Helpline32;