google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 683 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 FactCheck = createIcon("FactCheck", [
[
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M20 3H4C2.9 3 2 3.9 2 5V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V5C22 3.9 21.1 3 20 3ZM10 17H5V15H10V17ZM10 13H5V11H10V13ZM10 9H5V7H10V9ZM14.82 15L12 12.16L13.41 10.75L14.82 12.17L17.99 9L19.41 10.42L14.82 15Z",
key: "1xkamu"
}
]
]);
export { FactCheck as default };
//# sourceMappingURL=fact_check.js.map