Repository URL to install this package:
Version:
0.9.6 ▾
|
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const react_1 = __importDefault(require("react"));
const Vector_1 = __importDefault(require("atoms/Vector"));
const wording = {
description: 'An oddly shapen location pin icon',
title: 'Location Pin Icon',
};
class LocationPinIcon extends react_1.default.PureComponent {
render() {
return (react_1.default.createElement(Vector_1.default, Object.assign({}, this.props, wording),
react_1.default.createElement("g", null,
react_1.default.createElement("path", { d: "M13.12 0A13.8 13.8 0 0 0 0 13a13.62 13.62 0 0 0 8.81 13.4 2.72 2.72 0 0 1 1.69 1.83L13.78 40 17 28.18a2.72 2.72 0 0 1 1.67-1.83A13.61 13.61 0 0 0 13.12 0zm.66 20a6.36 6.36 0 1 1 6.43-6.36A6.39 6.39 0 0 1 13.78 20z" }))));
}
}
LocationPinIcon.defaultProps = {
width: '28px',
height: '40px',
viewBox: '0 0 28 40',
fill: '#000000',
overflow: 'visible',
};
exports.LocationPinIcon = LocationPinIcon;
exports.default = LocationPinIcon;
//# sourceMappingURL=LocationPinIcon.js.map