@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.08 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MegaphoneFilledIcon = 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 = ["M9.441 1.752c.795-.682 2.059-.124 2.059.954v9.586c0 1.114-1.346 1.671-2.134.884L6.44 10.249H5.25V14a.75.75 0 0 1-1.5 0v-3.75h-2A.75.75 0 0 1 1 9.5v-4a.75.75 0 0 1 .75-.75h4.69l2.926-2.926zM12.3 5.228a.75.75 0 0 1 .971-.428L13 5.5c.245-.631.27-.693.273-.699l.002.001.005.001.01.005.025.01.065.03a2.4 2.4 0 0 1 .704.566c.373.443.684 1.122.665 2.1-.018.962-.324 1.626-.68 2.06a2.4 2.4 0 0 1-.494.457 2 2 0 0 1-.247.143l-.023.01-.015.007-.004.002a.75.75 0 0 1-.596-1.377l.039-.023a1 1 0 0 0 .18-.17c.135-.165.328-.502.34-1.138.012-.621-.177-.944-.31-1.102a1 1 0 0 0-.188-.168q-.034-.021-.043-.024-.004-.002 0 0l.008.003.009.003h.004a.75.75 0 0 1-.428-.97"];
exports.MegaphoneFilledIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "megaphone-filled", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.MegaphoneFilledIcon.displayName = "Blueprint6.Icon.Next.MegaphoneFilledIcon";
exports.default = exports.MegaphoneFilledIcon;
//# sourceMappingURL=megaphone-filled.js.map