8 lines
394 B
JavaScript
8 lines
394 B
JavaScript
import React from 'react';
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
|
|
d: "M5 16h3.04l-1.52-2.03z",
|
|
opacity: ".3"
|
|
}), React.createElement("path", {
|
|
d: "M9.78 11.63l1.25 1.67L14 9.33 19 16h-8.46l-4.01-5.37L1 18h22L14 6l-4.22 5.63zM5 16l1.52-2.03L8.04 16H5z"
|
|
})), 'TerrainTwoTone'); |