iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.46 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const LocationArrow = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.75 1.662c-.002.011.001.022-.002.033l-6.33 16.606a.55.55 0 0 1-.24.356c-.02.014-.038.029-.06.04-.025.013-.052.019-.079.027a.526.526 0 0 1-.152.03c-.005 0-.008.003-.012.003-.008 0-.015-.004-.023-.005-.045 0-.09.003-.135-.009-.022-.006-.039-.021-.06-.03a.55.55 0 0 1-.346-.514l-.001-.007L9.808 9.95 1.565 8.448l-.007-.002a.55.55 0 0 1-.514-.347c-.008-.02-.024-.037-.03-.06-.012-.043-.007-.086-.008-.13C1.005 7.9 1 7.892 1 7.882c0-.005.002-.009.003-.014a.548.548 0 0 1 .03-.146c.008-.03.015-.058.028-.085.01-.02.025-.037.038-.056a.549.549 0 0 1 .358-.242l16.604-6.33c.012-.004.023 0 .034-.003.036-.007.072-.006.11-.006.038 0 .075 0 .112.008.011.002.022-.001.033.002.023.006.04.021.06.03.038.015.073.03.106.052.029.02.053.044.078.068a.55.55 0 0 1 .07.082.549.549 0 0 1 .051.1c.01.023.025.04.032.064.003.011 0 .022.002.033.007.037.007.073.007.111 0 .038.001.075-.006.112zM3.646 7.696l6.622 1.207a.56.56 0 0 1 .408.178.559.559 0 0 1 .179.409l1.206 6.623L17.246 2.51l-13.6 5.185z", fill: "#000", fillRule: "evenodd" }));
exports.default = LocationArrow;