@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.9 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 HandGel24 = (_a) => {
var { fill, size = '1.5rem' } = _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 24 24" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "m16 3 .744-.668a1 1 0 0 0-1.488 0L16 3Zm0 0 .744-.668.002.001.002.003.008.009.027.031.102.116a25.985 25.985 0 0 1 1.427 1.803c.39.542.796 1.16 1.108 1.767.297.575.58 1.274.58 1.938a4 4 0 1 1-8 0c0-.664.284-1.363.58-1.938.312-.608.719-1.225 1.108-1.767a25.985 25.985 0 0 1 1.529-1.919l.027-.031.008-.009.003-.003L16 3Zm-.688 2.463c.237-.33.475-.64.688-.906.213.266.45.576.688.906.36.5.704 1.03.954 1.514.267.518.358.859.358 1.023a2 2 0 1 1-4 0c0-.164.092-.505.358-1.023.25-.485.593-1.013.954-1.514ZM3.992 11.38A1 1 0 0 0 2 11.5v9a1 1 0 1 0 2 0v-.88c.055.049.11.097.168.145C5.468 20.859 7.438 22 10 22c1.846 0 3.944-.461 5.791-1.005a46.418 46.418 0 0 0 4.564-1.627A2.685 2.685 0 0 0 22 16.877a2.755 2.755 0 0 0-3.566-2.634l-3.021.93c-.325-1.24-1.517-2.094-2.816-2.02-1.37.08-3.14.104-4.412-.136-.783-.147-1.936-.601-2.96-1.058a38.355 38.355 0 0 1-1.232-.579Zm.245 5.614A7.827 7.827 0 0 1 4 16.688v-3.09c.131.061.268.123.409.186 1.022.457 2.368 1.003 3.406 1.199 1.53.288 3.512.247 4.896.168.444-.026.789.323.789.701 0 .358-.29.648-.648.648H10a1 1 0 1 0 0 2h2.852c.889 0 1.676-.438 2.156-1.11l4.014-1.235a.755.755 0 0 1 .978.722c0 .299-.17.544-.412.644a44.446 44.446 0 0 1-4.361 1.555C13.443 19.601 11.56 20 10 20c-1.939 0-3.468-.86-4.544-1.765a9.344 9.344 0 0 1-1.22-1.24Z" })));
};
exports.default = HandGel24;