google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 509 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 CompareArrows = createIcon("CompareArrows", [
[
"path",
{
d: "M9.01 14H2V16H9.01V19L13 15L9.01 11V14ZM14.99 13V10H22V8H14.99V5L11 9L14.99 13Z",
key: "r1nd6f"
}
]
]);
export { CompareArrows as default };
//# sourceMappingURL=compare_arrows.js.map