UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 595 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: "M10.5 15H8V12H10.5V9.5H13.5V12H16V15H13.5V17.5H10.5V15ZM19 8V19C19 20.1 18.1 21 17 21H7C5.9 21 5 20.1 5 19V8C5 6.9 5.9 6 7 6H17C18.1 6 19 6.9 19 8ZM17 8H7V19H17V8ZM18 3H6V5H18V3Z", key: "188b67" } ] ]); export { Medication as default }; //# sourceMappingURL=medication.js.map