@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.5 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 Faucet20 = (_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: "M10.417 3.25A3.417 3.417 0 0 0 7 6.667v5.75h.917a.5.5 0 0 1 .5.5v.46l1.23-1.23a.5.5 0 0 1 .707.707l-.814.813h.877a.5.5 0 0 1 .5.5v2.5a.5.5 0 0 1-.5.5h-2v.75a.5.5 0 0 1-.5.5H4.583a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5H5.5v-5.75a4.917 4.917 0 0 1 9.833 0 .75.75 0 0 1-1.5 0 3.417 3.417 0 0 0-3.416-3.417Zm-2.5 11.417h2v1.5h-2a.5.5 0 0 0-.5.5v.75H5.083v-4h2.334v.75a.5.5 0 0 0 .5.5Zm6.458-5.5.372-.334a.5.5 0 0 0-.744 0l.372.334Zm0 0 .372-.334.002.001.003.004.012.014a6.475 6.475 0 0 1 .191.224c.122.147.286.352.45.582.164.227.336.488.47.746.124.242.25.548.25.846a1.75 1.75 0 1 1-3.5 0c0-.298.126-.604.25-.846a6.13 6.13 0 0 1 .469-.746 10.9 10.9 0 0 1 .642-.806l.012-.014.003-.004h.001v-.001l.373.334Zm-.22 1.074a9.22 9.22 0 0 1 .22-.291c.07.09.145.188.219.291.149.207.29.424.391.621.11.213.14.34.14.388a.75.75 0 0 1-1.5 0c0-.047.03-.175.14-.388.101-.197.242-.414.39-.62Z" })));
};
exports.default = Faucet20;