UNPKG

@evg-b/evg-icons

Version:

material icons

24 lines (21 loc) 1.14 kB
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var DirectionsOff = 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("path", { d: "M9.41,6.58L12,4h0l8,8l-2.58,2.59L18.83,16l2.58-2.59c0.78-0.78,0.78-2.05,0-2.83l-8-8c-0.78-0.78-2.05-0.78-2.83,0 L8,5.17L9.41,6.58z" }), /*#__PURE__*/React.createElement("path", { d: "M2.81,2.81L1.39,4.22L5.17,8l-2.58,2.59c-0.78,0.78-0.78,2.05,0,2.83l8,8c0.78,0.78,2.05,0.78,2.83,0L16,18.83l3.78,3.78 l1.41-1.41L2.81,2.81z M12,20l-8-8l2.58-2.59L8.17,11H7v2h3.17l1.5,1.5l-1.08,1.09L12,17l1.09-1.09l1.5,1.5L12,20z" }), /*#__PURE__*/React.createElement("rect", { height: "7.07", transform: "matrix(0.7071 -0.7071 0.7071 0.7071 -3.0134 12.8107)", width: "1.54", x: "13.19", y: "6.51" })))), name: 'DirectionsOff' }); export default DirectionsOff;