google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 969 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 DirectionsRun = createIcon("DirectionsRun", [
[
"path",
{
d: "M14.5502 5.25C15.6502 5.25 16.5502 4.35 16.5502 3.25C16.5502 2.15 15.6502 1.25 14.5502 1.25C13.4502 1.25 12.5502 2.15 12.5502 3.25C12.5502 4.35 13.4502 5.25 14.5502 5.25ZM10.9502 19.15L11.9502 14.75L14.0502 16.75V22.75H16.0502V15.25L13.9502 13.25L14.5502 10.25C15.8502 11.75 17.8502 12.75 20.0502 12.75V10.75C18.1502 10.75 16.5502 9.75 15.7502 8.35L14.7502 6.75C14.3502 6.15 13.7502 5.75 13.0502 5.75C12.7502 5.75 12.5502 5.85 12.2502 5.85L7.05019 8.05V12.75H9.05019V9.35L10.8502 8.65L9.25019 16.75L4.3502 15.75L3.9502 17.75L10.9502 19.15Z",
key: "1ik66q"
}
]
]);
export { DirectionsRun as default };
//# sourceMappingURL=directions_run.js.map