google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 974 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 Directions = createIcon("Directions", [
[
"path",
{
d: "M22.4279 10.5938L13.4179 1.58383C12.6679 0.833834 11.3479 0.823834 10.5879 1.58383L1.58793 10.5838C0.80793 11.3638 0.80793 12.6238 1.58793 13.4038L10.5879 22.4038C10.9779 22.7938 11.4879 22.9838 11.9979 22.9838C12.5079 22.9838 13.0179 22.7938 13.4079 22.4038L22.3979 13.4138C23.1879 12.6538 23.1979 11.3938 22.4279 10.5938ZM12.0079 20.9938L3.00793 11.9938L12.0079 2.99383L21.0079 11.9938L12.0079 20.9938ZM7.99793 11.0038V15.0038H9.99793V12.0038H13.9979V14.5038L17.4979 11.0038L13.9979 7.50383V10.0038H8.99793C8.44793 10.0038 7.99793 10.4538 7.99793 11.0038Z",
key: "qqur4h"
}
]
]);
export { Directions as default };
//# sourceMappingURL=directions.js.map