UNPKG

google-material-icons

Version:

A google material icon library package for React applications

27 lines (23 loc) 759 B
/** * @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 MedicationLiquid = createIcon("MedicationLiquid", [ ["path", { d: "M14.5 3H2.5V5H14.5V3Z", key: "1dgc5r" }], [ "path", { d: "M1.5 21H15.5V6H1.5V21ZM4.5 12H7V9.5H10V12H12.5V15H10V17.5H7V15H4.5V12Z", key: "se26q1" } ], [ "path", { d: "M19.5 6C17.82 6 16.5 7.76 16.5 10C16.5 11.77 17.33 13.22 18.5 13.76V21H20.5V13.76C21.67 13.22 22.5 11.77 22.5 10C22.5 7.76 21.18 6 19.5 6Z", key: "2l5as6" } ] ]); export { MedicationLiquid as default }; //# sourceMappingURL=medication_liquid.js.map