import React from "react";
const PinAltF = props => (
<svg viewBox="0 0 30 64" {...props}>
<path
d="M30 15c0-8.3-6.7-15-15-15S0 6.7 0 15c0 7.6 5.7 13.9 13 14.9V62c0 1.1.9 2 2 2s2-.9 2-2V29.9c7.3-1 13-7.3 13-14.9z"
fill="#343434"
/>
</svg>
);
export default PinAltF;