google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 724 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 2ZM12 19.33C7.95 15.63 6 12.54 6 10.19C6 6.57 8.65 4 12 4C15.35 4 18 6.57 18 10.2C18 12.54 16.05 15.64 12 19.33Z",
key: "kw4nlb"
}
],
["path", { d: "M13 6H11V11H13V6Z", key: "q4pt0z" }],
["path", { d: "M13 13H11V15H13V13Z", key: "4roojb" }]
]);
export { FmdBad as default };
//# sourceMappingURL=fmd_bad.js.map