UNPKG

@blueprintjs/icons

Version:

Components, fonts, icons, and css files for creating and displaying icons.

28 lines 2.3 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PhoneArrowRightIcon = 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 = ["M4.531 1.759a1.25 1.25 0 0 1 .685.112l.089.047.085.055c.19.131.339.313.432.525h.001l1.32 2.95.005.01v.001a1.25 1.25 0 0 1-.102 1.176 1 1 0 0 1-.054.072L5.801 8.122c.443.808 1.278 1.634 2.093 2.075l1.394-1.184.071-.054c.173-.115.373-.185.58-.204l.155-.004q.155.005.304.048l.147.053.01.004 2.948 1.32h-.001c.212.094.394.244.525.434l.055.085.047.09c.1.211.14.449.112.684l-.002.01a3.77 3.77 0 0 1-3.739 3.27v.001a9.25 9.25 0 0 1-9.238-8.791L1.25 5.5a3.77 3.77 0 0 1 3.27-3.74zm0 1.521A2.27 2.27 0 0 0 2.75 5.5a7.75 7.75 0 0 0 7.75 7.75h.001a2.27 2.27 0 0 0 2.218-1.781l-2.622-1.175-1.4 1.191a1.25 1.25 0 0 1-1.298.143l-.004-.001c-1.211-.584-2.428-1.786-3.02-2.997l-.003-.005a1.25 1.25 0 0 1 .085-1.227l.052-.068 1.196-1.425zm6.439-1.31a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l.72-.72H9a.75.75 0 0 1 0-1.5h2.69l-.72-.72a.75.75 0 0 1 0-1.06"]; exports.PhoneArrowRightIcon = React.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "phone-arrow-right", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) })); }); exports.PhoneArrowRightIcon.displayName = "Blueprint6.Icon.Next.PhoneArrowRightIcon"; exports.default = exports.PhoneArrowRightIcon; //# sourceMappingURL=phone-arrow-right.js.map