google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 597 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 UTurnRight = createIcon("UTurnRight", [
[
"path",
{
d: "M4.5 9V21H6.5V9C6.5 6.79 8.29 5 10.5 5C12.71 5 14.5 6.79 14.5 9V13.17L12.91 11.58L11.5 13L15.5 17L19.5 13L18.09 11.59L16.5 13.17V9C16.5 5.69 13.81 3 10.5 3C7.19 3 4.5 5.69 4.5 9Z",
key: "1ecbj8"
}
]
]);
export { UTurnRight as default };
//# sourceMappingURL=u_turn_right.js.map