@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.31 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TractorIcon = 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 11c.326 0 .6.21.704.5a.747.747 0 0 1-.704 1 .747.747 0 0 1-.704-1c.103-.29.378-.5.704-.5m0-2.5a3.246 3.246 0 0 1 3.249 3.22l.001.03q0 .084-.004.167a3.24 3.24 0 0 1-.55 1.65 3.27 3.27 0 0 1-2.04 1.367 3.3 3.3 0 0 1-1.311 0 3.2 3.2 0 0 1-.894-.327 3.27 3.27 0 0 1-1.555-1.891 3.2 3.2 0 0 1-.146-.966q0-.06.003-.118.01-.29.07-.565A3.25 3.25 0 0 1 4 8.5M4 10a1.75 1.75 0 1 0 0 3.498A1.75 1.75 0 0 0 4 10m8.75.5c.747 0 1.407.365 1.816.926a2.24 2.24 0 0 1 .422 1.553A2.25 2.25 0 1 1 12.75 10.5m0 1.5a.749.749 0 1 0 0 1.5l.077-.004.074-.012A.75.75 0 0 0 12.75 12m-1.731-2a3.26 3.26 0 0 0-1.269 1.5H8.242a4.2 4.2 0 0 0-.369-1.5zM6 1.25a1.75 1.75 0 0 1 1.68 1.26l.897 3.086 1.673.165V4.25a.75.75 0 0 1 1.5 0v1.66l2.574.254a.75.75 0 0 1 .676.747v3.496a3.24 3.24 0 0 0-1.5-.82V7.59l-5.571-.55-5.203-.29H2.25v1.127a4.3 4.3 0 0 0-1.5 1.135V6a.75.75 0 0 1 .75-.75H2V2a.75.75 0 0 1 .75-.75zM3.5 5.29l3.483.194L6.24 2.93A.25.25 0 0 0 6 2.75H3.5z"];
exports.TractorIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "tractor", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.TractorIcon.displayName = "Blueprint6.Icon.Next.TractorIcon";
exports.default = exports.TractorIcon;
//# sourceMappingURL=tractor.js.map