google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 504 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 TurnRight = createIcon("TurnRight", [
[
"path",
{
d: "M15.17 10L13.58 11.59L15 13L19 9L15 5L13.59 6.41L15.17 8H7C5.9 8 5 8.9 5 10V19H7V10H15.17Z",
key: "1aiay6"
}
]
]);
export { TurnRight as default };
//# sourceMappingURL=turn_right.js.map