google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 807 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 LocalPizza = createIcon("LocalPizza", [
[
"path",
{
d: "M11.9998 2C8.42977 2 5.22977 3.54 3.00977 6L11.9998 22L20.9898 6C18.7798 3.55 15.5698 2 11.9998 2ZM6.99977 7C6.99977 5.9 7.89977 5 8.99977 5C10.0998 5 10.9998 5.9 10.9998 7C10.9998 8.1 10.0998 9 8.99977 9C7.89977 9 6.99977 8.1 6.99977 7ZM11.9998 15C10.8998 15 9.99977 14.1 9.99977 13C9.99977 11.9 10.8998 11 11.9998 11C13.0998 11 13.9998 11.9 13.9998 13C13.9998 14.1 13.0998 15 11.9998 15Z",
key: "fmrp1l"
}
]
]);
export { LocalPizza as default };
//# sourceMappingURL=local_pizza.js.map