google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 490 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 SwitchLeft = createIcon("SwitchLeft", [
[
"path",
{
d: "M8.5 8.62V15.38L5.12 12L8.5 8.62ZM10 5L3 12L10 19V5ZM14 5V19L21 12L14 5Z",
key: "1lxm8c"
}
]
]);
export { SwitchLeft as default };
//# sourceMappingURL=switch_left.js.map