iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 959 B
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 Location = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-location", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M20.891 2.006L20.997 2l.13.008.09.016.123.035.107.046.1.057.09.067.082.075.052.059.082.116.052.096c.047.1.077.206.09.316l.005.106c0 .075-.008.149-.024.22l-.035.123-6.532 18.077A1.55 1.55 0 0114 22.32a1.547 1.547 0 01-1.329-.747l-.065-.127-3.352-6.702-6.67-3.336a1.55 1.55 0 01-.898-1.259L1.68 10c0-.56.301-1.072.841-1.37l.14-.07 18.017-6.506.106-.03.108-.018z" }));
exports.default = Location;