UNPKG

@atlaskit/icon

Version:

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

28 lines (27 loc) 1.47 kB
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::ebdc34c94ce42f0d6342e71107912c76>> * @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: "PinFilled". * Category: multi-purpose * Location: @atlaskit/icon * Usage guidance: Multi purpose - Known uses: pinned Jira issue fields. * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon) * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons) */ const PinFilledIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M11.825 2.082A1.375 1.375 0 0 0 10.646 0H5.354a1.375 1.375 0 0 0-1.18 2.082L5 3.458v3.475a5 5 0 0 0-1.184.611C2.898 8.194 2 9.347 2 11.25c0 .414.336.75.75.75h4.5v4h1.5v-4h4.5a.75.75 0 0 0 .75-.75c0-1.903-.898-3.055-1.816-3.706A5 5 0 0 0 11 6.933V3.458z" clip-rule="evenodd"/>` // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props }, props)); PinFilledIcon.displayName = 'PinFilledIcon'; var _default = exports.default = PinFilledIcon;