google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 628 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: "M1.39453 21H13.3945V23H1.39453V21ZM5.63453 8.07L8.46453 5.24L22.6045 19.38L19.7745 22.21L5.63453 8.07ZM12.7145 1L18.3745 6.66L15.5445 9.49L9.88453 3.83L12.7145 1ZM4.22453 9.48L9.88453 15.14L7.05453 17.97L1.39453 12.31L4.22453 9.48Z",
key: "sf5cqs"
}
]
]);
export { Gavel as default };
//# sourceMappingURL=gavel.js.map