@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StoreIcon = void 0;
const tslib_1 = require("tslib");
const jsx_runtime_1 = require("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.
*/
const React = tslib_1.__importStar(require("react"));
const svgIconContainerNext_1 = require("../../svgIconContainerNext");
const PATHS = ["M12.625 1.75c.238 0 .47.068.669.194l.084.058.078.064c.151.135.268.304.339.494l.032.096v.001l.895 3.137q.026.097.027.195L14.75 6v1a2.75 2.75 0 0 1-1.549 2.47l-.456 4.113a.75.75 0 0 1-.745.667H4a.75.75 0 0 1-.745-.667L2.798 9.47a2.8 2.8 0 0 1-.742-.526A2.75 2.75 0 0 1 1.25 7V6l.001-.022.001-.027a1 1 0 0 1 .027-.157l.896-3.138a1.25 1.25 0 0 1 1.197-.906zm-6.68 7.194a2.75 2.75 0 0 1-1.61.783l.336 3.023h6.658l.335-3.023a2.75 2.75 0 0 1-1.608-.783L10 8.882l-.056.062a2.75 2.75 0 0 1-3.888 0L6 8.882c-.02.02-.036.043-.056.062M2.75 7a1.25 1.25 0 0 0 2.5 0v-.25h-2.5zm4 0a1.25 1.25 0 0 0 2.5 0v-.25h-2.5zm4-.25V7a1.25 1.25 0 0 0 2.5 0v-.25zm-7.756-1.5h10.012l-.57-2h-8.87z"];
exports.StoreIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "store", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.StoreIcon.displayName = "Blueprint6.Icon.Next.StoreIcon";
exports.default = exports.StoreIcon;
//# sourceMappingURL=store.js.map