google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.52 kB
JavaScript
/**
* @license google-material-icons v2.1.4 - 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: "M14.75 6C15.16 6 15.5 6.34 15.5 6.75C15.5 7.16 15.16 7.5 14.75 7.5C14.34 7.5 14 7.16 14 6.75C14 6.34 14.34 6 14.75 6ZM14.75 4.5C13.51 4.5 12.5 5.51 12.5 6.75C12.5 7.99 13.51 9 14.75 9C15.99 9 17 7.99 17 6.75C17 5.51 15.99 4.5 14.75 4.5ZM20.5 5.5C20.78 5.5 21 5.72 21 6C21 6.28 20.78 6.5 20.5 6.5C20.22 6.5 20 6.28 20 6C20 5.72 20.22 5.5 20.5 5.5ZM20.5 4C19.4 4 18.5 4.9 18.5 6C18.5 7.1 19.4 8 20.5 8C21.6 8 22.5 7.1 22.5 6C22.5 4.9 21.6 4 20.5 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 1ZM21.25 16C21.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.58 19.97 10.05 19.32 10.01L9.37 10L10.85 7.4C10.94 7.23 10.99 7.06 10.99 6.86C10.99 6.6 10.9 6.36 10.73 6.16L9.62 5L2.44 11.8C1.84 12.36 1.5 13.15 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.25ZM10.5 21H4.5C3.95 21 3.5 20.55 3.5 20V14C3.5 13.61 3.73 13.36 3.86 13.25L7.5 9.87V12H10.5V21Z",
key: "1qpoii"
}
]
]);
export { Soap as default };
//# sourceMappingURL=soap.js.map