UNPKG

@atlaskit/icon

Version:

An icon is a symbol representing a command, device, directory, or common action.

28 lines (27 loc) 1.97 kB
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::1ef3fd4ef45e64c5cc0f0d33922c08ce>> * @codegenCommand yarn build:icon-glyphs */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } /** * Icon: "Tools". * Category: multi-purpose * Location: @atlaskit/icon * Usage guidance: Multi purpose - Known usages: 'Service request' Jira issue type. * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon) * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons) */ const ToolsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1.22.22a.75.75 0 0 1 .865-.14l2.5 1.25A.75.75 0 0 1 5 2v1.922l1 1A5 5 0 0 1 12.957.397a.75.75 0 0 1 .237 1.22L11.06 3.75l1.189 1.19 2.132-2.133a.75.75 0 0 1 1.22.237 5 5 0 0 1-2.664 6.566l2.351 2.35a2.341 2.341 0 0 1-3.31 3.311l-3.97-3.97-3.97 3.97a2.341 2.341 0 0 1-3.31-3.31l5.094-5.095L3.94 4.982H2a.75.75 0 0 1-.67-.412L.08 2.087a.75.75 0 0 1 .14-.867zM3.5 3.482V2.464l-1.602-.801-.234.234.798 1.585zm5.57 6.76 3.97 3.969a.841.841 0 0 0 1.189-1.19l-3.026-3.025A5 5 0 0 1 9.53 9.78zM11 1.5a3.5 3.5 0 0 0-3.222 4.869.75.75 0 0 1-.16.824l-.088.087-5.74 5.741a.84.84 0 1 0 1.189 1.19l5.828-5.829a.75.75 0 0 1 .824-.16 3.5 3.5 0 0 0 1.773.255 3.5 3.5 0 0 0 3.091-3.662L12.78 6.53a.75.75 0 0 1-1.06 0L9.47 4.28a.75.75 0 0 1 0-1.06l1.714-1.715A4 4 0 0 0 11 1.5" clip-rule="evenodd"/>` // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props }, props)); ToolsIcon.displayName = 'ToolsIcon'; var _default = exports.default = ToolsIcon;