UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.52 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 Soap = createIcon("Soap", [ [ "path", { d: "M9.62 5L2.44 11.79C1.84 12.35 1.5 13.14 1.5 13.97V20C1.5 21.66 2.84 23 4.5 23H18.25C18.94 23 19.5 22.44 19.5 21.75C19.5 21.06 18.94 20.5 18.25 20.5H12.5V19.5H20.25C20.94 19.5 21.5 18.94 21.5 18.25C21.5 17.56 20.94 17 20.25 17H12.5V16H21.25C21.94 16 22.5 15.44 22.5 14.75C22.5 14.06 21.94 13.5 21.25 13.5H12.5V12.5H19.25C19.94 12.5 20.5 11.94 20.5 11.25C20.5 10.56 19.94 10 19.25 10H9.36C10 8.89 10.84 7.42 10.85 7.39C10.94 7.23 10.99 7.06 10.99 6.86C10.99 6.6 10.9 6.36 10.73 6.16C10.72 6.12 9.62 5 9.62 5ZM14.5 6.25C14.91 6.25 15.25 6.59 15.25 7C15.25 7.41 14.91 7.75 14.5 7.75C14.09 7.75 13.75 7.41 13.75 7C13.75 6.59 14.09 6.25 14.5 6.25ZM14.5 4.75C13.26 4.75 12.25 5.76 12.25 7C12.25 8.24 13.26 9.25 14.5 9.25C15.74 9.25 16.75 8.24 16.75 7C16.75 5.76 15.74 4.75 14.5 4.75ZM20.25 5.5C20.53 5.5 20.75 5.72 20.75 6C20.75 6.28 20.53 6.5 20.25 6.5C19.97 6.5 19.75 6.28 19.75 6C19.75 5.72 19.97 5.5 20.25 5.5ZM20.25 4C19.15 4 18.25 4.9 18.25 6C18.25 7.1 19.15 8 20.25 8C21.35 8 22.25 7.1 22.25 6C22.25 4.9 21.35 4 20.25 4ZM17 1C16.17 1 15.5 1.67 15.5 2.5C15.5 3.33 16.17 4 17 4C17.83 4 18.5 3.33 18.5 2.5C18.5 1.67 17.83 1 17 1Z", key: "1c062d" } ] ]); export { Soap as default }; //# sourceMappingURL=soap.js.map