google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 546 B
JavaScript
/**
* @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 LocalPharmacy = createIcon("LocalPharmacy", [
[
"path",
{
d: "M21 6H18.36L19.5 2.86L17.15 2L15.69 6H3V8L5 14L3 20V22H21V20L19 14L21 8V6ZM16 15H13V18H11V15H8V13H11V10H13V13H16V15Z",
key: "hlrj7o"
}
]
]);
export { LocalPharmacy as default };
//# sourceMappingURL=local_pharmacy.js.map