google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 3.08 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Pool = createIcon("Pool", [
[
"path",
{
d: "M10 8.00016L6.75 11.2502C7.06 11.3702 7.31 11.5202 7.52 11.6402C7.89 11.8702 8.11 12.0002 8.67 12.0002C9.23 12.0002 9.45 11.8702 9.82 11.6402C10.28 11.3702 10.9 11.0002 12.01 11.0002C13.12 11.0002 13.74 11.3702 14.19 11.6402C14.56 11.8602 14.79 12.0002 15.34 12.0002C15.89 12.0002 16.12 11.8702 16.49 11.6402C16.61 11.5702 16.75 11.4902 16.9 11.4102L10.48 5.00016C8.93 3.45016 7.5 2.99016 5 3.00016V5.50016C6.82 5.49016 7.89 5.89016 9 7.00016L10 8.00016ZM5.35 15.5002C5.9 15.5002 6.13 15.6402 6.5 15.8602C6.95 16.1302 7.57 16.5002 8.68 16.5002C9.79 16.5002 10.41 16.1302 10.86 15.8602C11.23 15.6302 11.45 15.5002 12.01 15.5002C12.56 15.5002 12.79 15.6402 13.16 15.8602C13.61 16.1302 14.23 16.5002 15.34 16.5002C16.45 16.5002 17.07 16.1302 17.52 15.8602C17.89 15.6302 18.11 15.5002 18.67 15.5002C19.22 15.5002 19.45 15.6402 19.82 15.8602C20.27 16.1302 20.88 16.4902 21.98 16.5002V14.5002C21.43 14.5002 21.2 14.3602 20.83 14.1402C20.38 13.8702 19.76 13.5002 18.65 13.5002C17.54 13.5002 16.92 13.8702 16.47 14.1402C16.1 14.3702 15.87 14.5002 15.32 14.5002C14.77 14.5002 14.54 14.3602 14.17 14.1402C13.72 13.8702 13.1 13.5002 11.99 13.5002C10.88 13.5002 10.26 13.8702 9.81 14.1402C9.44 14.3702 9.22 14.5002 8.66 14.5002C8.11 14.5002 7.88 14.3602 7.51 14.1402C7.06 13.8702 6.44 13.5002 5.33 13.5002C4.22 13.5002 3.6 13.8702 3.15 14.1402C2.78 14.3702 2.56 14.5002 2 14.5002V16.5002C3.11 16.5002 3.73 16.1302 4.2 15.8602C4.57 15.6302 4.8 15.5002 5.35 15.5002ZM18.67 18.0002C17.56 18.0002 16.94 18.3702 16.49 18.6402C16.12 18.8702 15.89 19.0002 15.34 19.0002C14.79 19.0002 14.56 18.8602 14.19 18.6402C13.74 18.3702 13.12 18.0002 12.01 18.0002C10.9 18.0002 10.28 18.3702 9.82 18.6402C9.45 18.8702 9.23 19.0002 8.67 19.0002C8.11 19.0002 7.89 18.8702 7.52 18.6402C7.07 18.3702 6.45 18.0002 5.34 18.0002C4.23 18.0002 3.61 18.3702 3.15 18.6402C2.78 18.8702 2.56 19.0002 2 19.0002V21.0002C3.11 21.0002 3.73 20.6302 4.19 20.3602C4.56 20.1302 4.79 20.0002 5.34 20.0002C5.89 20.0002 6.12 20.1302 6.49 20.3602C6.94 20.6302 7.56 21.0002 8.67 21.0002C9.78 21.0002 10.4 20.6302 10.86 20.3602C11.23 20.1302 11.45 20.0002 12.01 20.0002C12.56 20.0002 12.79 20.1402 13.16 20.3602C13.61 20.6302 14.23 21.0002 15.34 21.0002C16.45 21.0002 17.06 20.6302 17.52 20.3602C17.89 20.1302 18.11 20.0002 18.67 20.0002C19.22 20.0002 19.45 20.1402 19.82 20.3602C20.27 20.6302 20.89 21.0002 22 21.0002V19.0002C21.44 19.0002 21.22 18.8702 20.85 18.6402C20.4 18.3702 19.78 18.0002 18.67 18.0002Z",
key: "jj4jtd"
}
],
[
"path",
{
d: "M16.5 8.00016C17.8807 8.00016 19 6.88087 19 5.50016C19 4.11945 17.8807 3.00016 16.5 3.00016C15.1193 3.00016 14 4.11945 14 5.50016C14 6.88087 15.1193 8.00016 16.5 8.00016Z",
key: "1iew46"
}
]
]);
export { Pool as default };
//# sourceMappingURL=pool.js.map