google-material-icons
Version:
A google material icon library package for React applications
27 lines (23 loc) • 964 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 EditRoad = createIcon("EditRoad", [
["path", { d: "M16.499 4H14.499V11.9L16.499 9.9V4Z", key: "1jnyoi" }],
["path", { d: "M4.49902 4H2.49902V20H4.49902V4Z", key: "d3cjyz" }],
["path", { d: "M10.499 4H8.49902V8H10.499V4Z", key: "blh6p7" }],
["path", { d: "M10.499 10H8.49902V14H10.499V10Z", key: "1wfbzw" }],
["path", { d: "M10.499 16H8.49902V20H10.499V16Z", key: "1mqioy" }],
[
"path",
{
d: "M21.059 12.59L19.909 11.44C19.319 10.85 18.369 10.85 17.789 11.44L12.499 16.73V20H15.769L21.059 14.71C21.649 14.12 21.649 13.17 21.059 12.59ZM15.079 18.45H14.049V17.42L17.499 13.97L18.529 15L15.079 18.45Z",
key: "ipvwi3"
}
]
]);
export { EditRoad as default };
//# sourceMappingURL=edit_road.js.map