UNPKG

@evg-b/evg-icons

Version:

material icons

38 lines (35 loc) 1.2 kB
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var EditRoad = 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: "18,4 16,4 16,11.9 18,9.9" }), /*#__PURE__*/React.createElement("rect", { height: "16", width: "2", x: "4", y: "4" }), /*#__PURE__*/React.createElement("rect", { height: "4", width: "2", x: "10", y: "4" }), /*#__PURE__*/React.createElement("rect", { height: "4", width: "2", x: "10", y: "10" }), /*#__PURE__*/React.createElement("rect", { height: "4", width: "2", x: "10", y: "16" }), /*#__PURE__*/React.createElement("path", { d: "M22.56,12.59l-1.15-1.15c-0.59-0.59-1.54-0.59-2.12,0L14,16.73V20h3.27l5.29-5.29C23.15,14.12,23.15,13.17,22.56,12.59z M16.58,18.45h-1.03v-1.03L19,13.97L20.03,15L16.58,18.45z" })))), name: 'EditRoad' }); export default EditRoad;