google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 567 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 TurnSharpLeft = createIcon("TurnSharpLeft", [
[
"path",
{
d: "M7.5 6.83L5.91 8.41L4.5 7L8.5 3L12.5 7L11.09 8.41L9.5 6.83V13H17.5C18.6 13 19.5 13.9 19.5 15V21H17.5V15H9.5C8.4 15 7.5 14.1 7.5 13V6.83Z",
key: "1qx1b1"
}
]
]);
export { TurnSharpLeft as default };
//# sourceMappingURL=turn_sharp_left.js.map