UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 917 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function LocationIcon(props) { return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "location icon", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M12 12c-1.654 0-3-1.345-3-3 0-1.654 1.346-3 3-3s3 1.346 3 3c0 1.655-1.346 3-3 3Zm-1-3c0-.551.449-1 1-1a1.001 1.001 0 1 1-1 1Z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M5 9c0 2.546 2.198 6.912 6.592 13.097a.5.5 0 0 0 .816 0C16.802 15.912 19 11.547 19 9c0-3.86-3.141-7-7-7S5 5.14 5 9Zm2 0c0-2.757 2.243-5 5-5s5 2.243 5 5c0 2.589-3.107 7.582-5 10.291-1.893-2.708-5-7.7-5-10.291Z", clipRule: "evenodd" })] }); } exports.default = LocationIcon;