@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
24 lines • 2.11 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
/*
* Copyright 2026 Palantir Technologies, Inc. All rights reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import * as React from "react";
import { SvgIconContainerNext } from "../../svgIconContainerNext";
const PATHS = ["M6.75.749a6.25 6.25 0 0 1 6 4.501A4.25 4.25 0 0 0 8.5 9.5l.014.283c.062.659.322 1.305.537 1.773.156.34.338.684.525 1.017A6.25 6.25 0 1 1 6.75.75m0 3.095a.75.75 0 0 0-.75.75V7c0 .199.08.39.22.53l1 1.001A.752.752 0 0 0 8.28 7.47l-.78-.782V4.594a.75.75 0 0 0-.75-.75m6 3.155a2.5 2.5 0 0 1 2.5 2.5c0 1.38-2.5 4.751-2.5 4.751s-2.5-3.37-2.5-4.751a2.5 2.5 0 0 1 2.5-2.5m0 1.501a1 1 0 1 0 0 2 1 1 0 0 0 0-2m1.75 1a1.75 1.75 0 1 0-3.5 0c0 .17.092.51.322 1.011.217.471.512.994.817 1.488.21.343.425.665.611.942.187-.277.4-.599.611-.942.305-.495.6-1.017.817-1.488.23-.5.322-.842.322-1.012m1.5 0c0 .52-.22 1.117-.459 1.637a16 16 0 0 1-.902 1.649 30 30 0 0 1-1.255 1.869l-.023.03-.007.009v.002h-.002a.75.75 0 0 1-1.148.069l-.056-.068-.002-.003-.007-.01-.023-.03a23 23 0 0 1-.373-.525c-.24-.345-.56-.821-.882-1.343-.32-.52-.65-1.1-.902-1.649C9.72 10.617 9.5 10.02 9.5 9.5a3.25 3.25 0 0 1 6.5 0"];
export const ClockLocationPinFilledIcon = React.forwardRef((props, ref) => {
return (_jsx(SvgIconContainerNext, { iconName: "clock-location-pin-filled", ref: ref, ...props, children: PATHS.map((d, i) => (_jsx("path", { d: d }, i))) }));
});
ClockLocationPinFilledIcon.displayName = "Blueprint6.Icon.Next.ClockLocationPinFilledIcon";
export default ClockLocationPinFilledIcon;
//# sourceMappingURL=clock-location-pin-filled.js.map