google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 499 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 TurnLeft = createIcon("TurnLeft", [
[
"path",
{
d: "M8.83 10L10.42 11.59L9 13L5 9L9 5L10.41 6.41L8.83 8H17C18.1 8 19 8.9 19 10V19H17V10H8.83Z",
key: "d6f3gy"
}
]
]);
export { TurnLeft as default };
//# sourceMappingURL=turn_left.js.map