@evg-b/evg-icons
Version:
material icons
41 lines (38 loc) • 1.12 kB
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var AddRoad = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("rect", {
fill: "none",
height: "24",
width: "24"
})), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
points: "20,18 20,15 18,15 18,18 15,18 15,20 18,20 18,23 20,23 20,20 23,20 23,18"
}), /*#__PURE__*/React.createElement("rect", {
height: "9",
width: "2",
x: "18",
y: "4"
}), /*#__PURE__*/React.createElement("rect", {
height: "16",
width: "2",
x: "4",
y: "4"
}), /*#__PURE__*/React.createElement("rect", {
height: "4",
width: "2",
x: "11",
y: "4"
}), /*#__PURE__*/React.createElement("rect", {
height: "4",
width: "2",
x: "11",
y: "10"
}), /*#__PURE__*/React.createElement("rect", {
height: "4",
width: "2",
x: "11",
y: "16"
})))),
name: 'AddRoad'
});
export default AddRoad;