@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.42 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 Faucet24 = (_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: "M12.5 4a4 4 0 0 0-4 4v7h1a.5.5 0 0 1 .5.5v.793l1.646-1.647a.5.5 0 0 1 .708.708L11.207 16.5H12.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H10v1a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5h1V8a6 6 0 1 1 12 0 1 1 0 1 1-2 0 4 4 0 0 0-4-4Zm-3 13.5H12v2H9.5a.5.5 0 0 0-.5.5v1H6v-5h3v1a.5.5 0 0 0 .5.5Zm7.75-6.5.372-.334a.5.5 0 0 0-.744 0l.372.334Zm0 0 .372-.334.002.002.004.004.014.016a9.752 9.752 0 0 1 .227.267c.146.175.34.42.537.692.195.271.398.58.554.884.148.288.29.637.29.969a2 2 0 0 1-4 0c0-.332.142-.681.29-.969.156-.304.36-.613.554-.884a13.084 13.084 0 0 1 .714-.901l.05-.058.014-.016.004-.004.001-.001.373.333Zm-.344 1.231c.119-.165.238-.32.344-.453.106.134.225.288.344.453.18.25.352.515.477.758.133.258.179.429.179.511a1 1 0 1 1-2 0c0-.082.046-.253.179-.511.125-.243.297-.507.477-.758Z" })));
};
exports.default = Faucet24;