@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.27 kB
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var _react = _interopRequireWildcard(require("react"));
var _accessibleIcon = require("../accessible-icon");
var _styles = require("../styles");
var _jsxRuntime = require("react/jsx-runtime");
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
const StyledLocationCrosshairsRegular = ({
label,
color = "#000000",
className = "",
css = {},
viewBox = "0 0 24 24"
}, ref) => {
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_accessibleIcon.AccessibleIcon, {
label: label,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledSvg, {
className: className,
css: css,
viewBox: viewBox,
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
ref: ref,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledPath, {
css: {
fill: `${color}`
},
d: "M16.5 12C16.5 14.4844 14.4844 16.5 12 16.5C9.47344 16.5 7.5 14.4844 7.5 12C7.5 9.47344 9.47344 7.5 12 7.5C14.4844 7.5 16.5 9.47344 16.5 12ZM12 9.75C10.7578 9.75 9.75 10.7578 9.75 12C9.75 13.2422 10.7578 14.25 12 14.25C13.2422 14.25 14.25 13.2422 14.25 12C14.25 10.7578 13.2422 9.75 12 9.75ZM12 0C12.6234 0 13.125 0.503906 13.125 1.125V3.06984C17.1938 3.5775 20.4234 6.80625 20.9297 10.875H22.875C23.4984 10.875 24 11.3766 24 12C24 12.6234 23.4984 13.125 22.875 13.125H20.9297C20.4234 17.1938 17.1938 20.4234 13.125 20.9297V22.875C13.125 23.4984 12.6234 24 12 24C11.3766 24 10.875 23.4984 10.875 22.875V20.9297C6.80625 20.4234 3.5775 17.1938 3.06984 13.125H1.125C0.503906 13.125 0 12.6234 0 12C0 11.3766 0.503906 10.875 1.125 10.875H3.06984C3.5775 6.80625 6.80625 3.5775 10.875 3.06984V1.125C10.875 0.503906 11.3766 0 12 0ZM5.25 12C5.25 15.7266 8.27344 18.75 12 18.75C15.7266 18.75 18.75 15.7266 18.75 12C18.75 8.27344 15.7266 5.25 12 5.25C8.27344 5.25 5.25 8.27344 5.25 12Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledLocationCrosshairsRegular);
const LocationCrosshairsRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = LocationCrosshairsRegular;
exports.default = _default;
module.exports = exports.default;