UNPKG

@uiw/bootstrap-icons

Version:

Official open source SVG icon library for Bootstrap.

15 lines 544 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; export var GeoAltFill = props => /*#__PURE__*/_jsx("svg", _extends({ viewBox: "0 0 20 20", width: "16px", height: "16px" }, props, { className: "btfont " + (props.className ? props.className : ''), children: /*#__PURE__*/_jsx("path", { d: "M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z", fillRule: "evenodd" }) })); //# sourceMappingURL=GeoAltFill.js.map