google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 593 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 UTurnLeft = createIcon("UTurnLeft", [
[
"path",
{
d: "M19.5 9V21H17.5V9C17.5 6.79 15.71 5 13.5 5C11.29 5 9.5 6.79 9.5 9V13.17L11.09 11.58L12.5 13L8.5 17L4.5 13L5.91 11.59L7.5 13.17V9C7.5 5.69 10.19 3 13.5 3C16.81 3 19.5 5.69 19.5 9Z",
key: "c6dq4d"
}
]
]);
export { UTurnLeft as default };
//# sourceMappingURL=u_turn_left.js.map