@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.95 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 HandGel20 = (_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: "m13.333 2.5.558-.5a.75.75 0 0 0-1.116 0l.558.5Zm0 0 .559-.5.002.002.007.007.023.026.083.096a21.578 21.578 0 0 1 1.185 1.496c.324.45.66.962.917 1.463.246.477.474 1.044.474 1.577a3.25 3.25 0 1 1-6.5 0c0-.533.229-1.1.474-1.577a12.02 12.02 0 0 1 .917-1.462 21.626 21.626 0 0 1 1.269-1.593l.023-.026.006-.007.002-.002.56.5Zm-.64 2.003c.222-.31.447-.599.64-.839.194.24.418.529.641.84.302.419.591.863.802 1.272.223.434.307.733.307.89a1.75 1.75 0 1 1-3.5 0c0-.157.085-.456.308-.89.21-.409.5-.853.801-1.273ZM3.248 9.537a.75.75 0 0 0-1.5.046v.393a.75.75 0 0 0 0 .047v7.06a.75.75 0 0 0 1.5 0v-.919c.09.08.181.162.278.243 1.074.904 2.697 1.843 4.806 1.843 1.527 0 3.266-.382 4.803-.834a38.585 38.585 0 0 0 3.794-1.353c.82-.34 1.32-1.14 1.32-2a2.213 2.213 0 0 0-2.864-2.114l-2.602.8c-.228-1.039-1.209-1.766-2.282-1.704-1.142.065-2.627.086-3.697-.115-.662-.125-1.632-.507-2.485-.889a32.001 32.001 0 0 1-1.051-.494l-.02-.01Zm.217 4.678a6.6 6.6 0 0 1-.216-.28v-2.733c.144.067.298.137.458.209.851.38 1.965.832 2.82.993 1.264.238 2.907.205 4.06.138.415-.024.745.302.745.668a.623.623 0 0 1-.623.623H8.333a.75.75 0 0 0 0 1.5h2.377a2.12 2.12 0 0 0 1.745-.913l3.372-1.037a.713.713 0 0 1 .923.68c0 .282-.16.518-.395.615-.824.342-2.164.864-3.643 1.299-1.489.438-3.066.773-4.379.773-1.641 0-2.934-.728-3.84-1.49a7.87 7.87 0 0 1-1.027-1.045Z" })));
};
exports.default = HandGel20;