google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 809 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 Directions = createIcon("Directions", [
[
"path",
{
d: "M21.4111 10.585L13.4211 2.585C12.6411 1.805 11.3711 1.805 10.5911 2.585L2.58109 10.585C1.80109 11.365 1.80109 12.635 2.58109 13.415L10.5911 21.415C11.3711 22.195 12.6411 22.195 13.4211 21.415L21.4111 13.415C22.2011 12.625 22.2011 11.365 21.4111 10.585ZM13.5011 14.495V11.995H10.0011V14.995H8.00109V10.995C8.00109 10.445 8.45109 9.995 9.00109 9.995H13.5011V7.495L17.0011 10.995L13.5011 14.495Z",
key: "156nug"
}
]
]);
export { Directions as default };
//# sourceMappingURL=directions.js.map