@evg-b/evg-icons
Version:
material icons
38 lines (35 loc) • 1.11 kB
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var Gavel = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("rect", {
fill: "none",
height: "24",
width: "24",
x: "0"
})), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("rect", {
height: "20",
transform: "matrix(0.7075 -0.7067 0.7067 0.7075 -5.6854 13.7194)",
width: "4",
x: "11.73",
y: "3.73"
}), /*#__PURE__*/React.createElement("rect", {
height: "8",
transform: "matrix(0.707 -0.7072 0.7072 0.707 0.3157 11.246)",
width: "4",
x: "11.73",
y: "1.24"
}), /*#__PURE__*/React.createElement("rect", {
height: "8",
transform: "matrix(0.7071 -0.7071 0.7071 0.7071 -8.1722 7.7256)",
width: "4",
x: "3.24",
y: "9.73"
}), /*#__PURE__*/React.createElement("rect", {
height: "2",
width: "12",
x: "1",
y: "21"
})))),
name: 'Gavel'
});
export default Gavel;