UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 3.08 kB
/** * @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: "M22 21.0002C20.89 21.0002 20.27 20.6302 19.82 20.3602C19.45 20.1402 19.22 20.0002 18.67 20.0002C18.11 20.0002 17.89 20.1302 17.52 20.3602C17.06 20.6302 16.45 21.0002 15.34 21.0002C14.23 21.0002 13.61 20.6302 13.16 20.3602C12.79 20.1402 12.56 20.0002 12.01 20.0002C11.45 20.0002 11.23 20.1302 10.86 20.3602C10.4 20.6302 9.78 21.0002 8.67 21.0002C7.56 21.0002 6.94 20.6302 6.49 20.3602C6.12 20.1302 5.89 20.0002 5.34 20.0002C4.79 20.0002 4.56 20.1302 4.19 20.3602C3.73 20.6302 3.11 21.0002 2 21.0002V19.0002C2.56 19.0002 2.78 18.8702 3.15 18.6402C3.61 18.3702 4.23 18.0002 5.34 18.0002C6.45 18.0002 7.07 18.3702 7.52 18.6402C7.89 18.8702 8.11 19.0002 8.67 19.0002C9.23 19.0002 9.45 18.8702 9.82 18.6402C10.28 18.3702 10.9 18.0002 12.01 18.0002C13.12 18.0002 13.74 18.3702 14.19 18.6402C14.56 18.8602 14.79 19.0002 15.34 19.0002C15.89 19.0002 16.12 18.8702 16.49 18.6402C16.94 18.3702 17.56 18.0002 18.67 18.0002C19.78 18.0002 20.4 18.3702 20.85 18.6402C21.22 18.8702 21.44 19.0002 22 19.0002V21.0002ZM22 16.5002C20.89 16.5002 20.27 16.1302 19.82 15.8602C19.45 15.6402 19.22 15.5002 18.67 15.5002C18.11 15.5002 17.89 15.6302 17.52 15.8602C17.07 16.1302 16.45 16.5002 15.34 16.5002C14.23 16.5002 13.61 16.1302 13.16 15.8602C12.79 15.6402 12.56 15.5002 12.01 15.5002C11.45 15.5002 11.23 15.6302 10.86 15.8602C10.41 16.1302 9.79 16.5002 8.68 16.5002C7.57 16.5002 6.95 16.1302 6.5 15.8602C6.13 15.6402 5.9 15.5002 5.35 15.5002C4.8 15.5002 4.57 15.6302 4.2 15.8602C3.73 16.1302 3.11 16.5002 2 16.5002V14.5002C2.56 14.5002 2.78 14.3702 3.15 14.1402C3.6 13.8702 4.22 13.5002 5.33 13.5002C6.44 13.5002 7.06 13.8702 7.51 14.1402C7.88 14.3602 8.11 14.5002 8.66 14.5002C9.22 14.5002 9.44 14.3702 9.81 14.1402C10.26 13.8702 10.88 13.5002 11.99 13.5002C13.1 13.5002 13.72 13.8702 14.17 14.1402C14.54 14.3602 14.77 14.5002 15.32 14.5002C15.87 14.5002 16.1 14.3702 16.47 14.1402C16.92 13.8702 17.54 13.5002 18.65 13.5002C19.76 13.5002 20.38 13.8702 20.83 14.1402C21.2 14.3602 21.43 14.5002 21.98 14.5002V16.5002H22ZM8.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.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.0002Z", key: "fwwkka" } ], [ "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