google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 541 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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 TurnSlightLeft = createIcon("TurnSlightLeft", [
[
"path",
{
d: "M13.16 4H7.5V9.66H9.5V7.41L14.5 12.41V20H16.5V12.42C16.5 11.89 16.29 11.38 15.91 11.01L10.91 6.01H13.16V4Z",
key: "13a9aw"
}
]
]);
export { TurnSlightLeft as default };
//# sourceMappingURL=turn_slight_left.js.map