UNPKG

@atlaskit/icon

Version:

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

28 lines (27 loc) 1.44 kB
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::fa2d21adacbbc0a3e154779d17ad74ea>> * @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: "Api". * Category: single-purpose * Location: @atlaskit/icon * Usage guidance: Reserved for representing Application Programming Interfaces (APIs). * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon) * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons) */ const ApiIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M.5 6a2 2 0 0 1 2-2h1a2 2 0 0 1 2 2v6H4V9.5H2V12H.5zM2 8h2V6a.5.5 0 0 0-.5-.5h-1A.5.5 0 0 0 2 6zm5-3.25A.75.75 0 0 1 7.75 4H10a2 2 0 0 1 2 2v1.5a2 2 0 0 1-2 2H8.5V12H7zM8.5 8H10a.5.5 0 0 0 .5-.5V6a.5.5 0 0 0-.5-.5H8.5zM15 4v8h-1.5V4z" clip-rule="evenodd"/>` // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props }, props)); ApiIcon.displayName = 'ApiIcon'; var _default = exports.default = ApiIcon;