google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 542 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 TurnSlightRight = createIcon("TurnSlightRight", [
[
"path",
{
d: "M10.84 4H16.5V9.66H14.5V7.41L9.5 12.41V20H7.5V12.42C7.5 11.89 7.71 11.38 8.09 11.01L13.09 6.01H10.84V4Z",
key: "1v3z8s"
}
]
]);
export { TurnSlightRight as default };
//# sourceMappingURL=turn_slight_right.js.map