google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 599 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 8V6ZM18.89 20H5.11L7.11 14L5.11 8H18.89L16.89 14L18.89 20ZM13 10H11V13H8V15H11V18H13V15H16V13H13V10Z",
key: "x6jp8"
}
]
]);
export { LocalPharmacy as default };
//# sourceMappingURL=local_pharmacy.js.map