google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 575 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 TurnSharpRight = createIcon("TurnSharpRight", [
[
"path",
{
d: "M16.5 6.83L18.09 8.42L19.5 7L15.5 3L11.5 7L12.91 8.41L14.5 6.83V13H6.5C5.4 13 4.5 13.9 4.5 15V21H6.5V15H14.5C15.6 15 16.5 14.1 16.5 13V6.83Z",
key: "gw3vr5"
}
]
]);
export { TurnSharpRight as default };
//# sourceMappingURL=turn_sharp_right.js.map