google-material-icons
Version:
A google material icon library package for React applications
36 lines (32 loc) • 937 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 3ZM20 19H4V5H20V19Z",
key: "1gz1hm"
}
],
[
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M19.41 10.42L17.99 9L14.82 12.17L13.41 10.75L12 12.16L14.82 15L19.41 10.42Z",
key: "1j8npy"
}
],
["path", { d: "M10 7H5V9H10V7Z", key: "1ou3t1" }],
["path", { d: "M10 11H5V13H10V11Z", key: "y2gupw" }],
["path", { d: "M10 15H5V17H10V15Z", key: "1l1i9k" }]
]);
export { FactCheck as default };
//# sourceMappingURL=fact_check.js.map