google-material-icons
Version:
A google material icon library package for React applications
37 lines (33 loc) • 858 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 Gavel = createIcon("Gavel", [
[
"path",
{
d: "M8.47326 5.24283L5.64326 8.06963L19.7773 22.2196L22.6073 19.3928L8.47326 5.24283Z",
key: "x0orf"
}
],
[
"path",
{
d: "M12.7074 0.999268L9.87943 3.82807L15.537 9.48407L18.365 6.65527L12.7074 0.999268Z",
key: "1qambc"
}
],
[
"path",
{
d: "M4.22098 9.48712L1.39258 12.3155L7.04938 17.9723L9.87778 15.1439L4.22098 9.48712Z",
key: "1k6qre"
}
],
["path", { d: "M13.3937 21.0008H1.39369V23.0008H13.3937V21.0008Z", key: "3dm0hp" }]
]);
export { Gavel as default };
//# sourceMappingURL=gavel.js.map