google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 539 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 FmdBad = createIcon("FmdBad", [
[
"path",
{
d: "M12 2C7.8 2 4 5.22 4 10.2C4 13.52 6.67 17.45 12 22C17.33 17.45 20 13.52 20 10.2C20 5.22 16.2 2 12 2ZM13 15H11V13H13V15ZM13 11H11V6H13V11Z",
key: "1ne84f"
}
]
]);
export { FmdBad as default };
//# sourceMappingURL=fmd_bad.js.map