UNPKG

google-material-icons

Version:

A google material icon library package for React applications

23 lines (19 loc) 615 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 Medication = createIcon("Medication", [ ["path", { d: "M18 3H6V5H18V3Z", key: "glnywg" }], [ "path", { d: "M17 6H7C5.9 6 5 6.9 5 8V19C5 20.1 5.9 21 7 21H17C18.1 21 19 20.1 19 19V8C19 6.9 18.1 6 17 6ZM16 15H13.5V17.5H10.5V15H8V12H10.5V9.5H13.5V12H16V15Z", key: "cczslb" } ] ]); export { Medication as default }; //# sourceMappingURL=medication.js.map