google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 489 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 SwapHoriz = createIcon("SwapHoriz", [
[
"path",
{
d: "M6.99 11L3 15L6.99 19V16H14V14H6.99V11ZM21 9L17.01 5V8H10V10H17.01V13L21 9Z",
key: "1g58ts"
}
]
]);
export { SwapHoriz as default };
//# sourceMappingURL=swap_horiz.js.map