google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 500 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 SwitchRight = createIcon("SwitchRight", [
[
"path",
{
d: "M15.5 15.38V8.62L18.88 12L15.5 15.38ZM14 19L21 12L14 5V19ZM10 19V5L3 12L10 19Z",
key: "r0xkqr"
}
]
]);
export { SwitchRight as default };
//# sourceMappingURL=switch_right.js.map