@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.48 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 Faucet48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M25 7.5a8.5 8.5 0 0 0-8.5 8.5v14H19a1 1 0 0 1 1 1v1.586l3.293-3.293a1 1 0 0 1 1.414 1.414L22.414 33H25a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-5v2a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1V31a1 1 0 0 1 1-1h2.5V16c0-6.351 5.149-11.5 11.5-11.5S36.5 9.649 36.5 16a1.5 1.5 0 0 1-3 0A8.5 8.5 0 0 0 25 7.5ZM19 35h5v4h-5a1 1 0 0 0-1 1v2h-6V32h6v2a1 1 0 0 0 1 1Zm15.5-13 .744-.668a1 1 0 0 0-1.488 0L34.5 22Zm0 0 .744-.668.001.002.003.002.008.009.027.031.102.116a25.961 25.961 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.283-1.363.58-1.938.312-.608.719-1.225 1.108-1.767a25.961 25.961 0 0 1 1.529-1.919l.027-.031.008-.009.002-.002.001-.001.745.667Zm-.688 2.462c.237-.33.475-.639.688-.905.213.266.45.576.688.905.36.502.704 1.03.954 1.515.266.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.515Z" })));
};
exports.default = Faucet48;