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::9031e33df964dc80cced247be7a52703>> * @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: "Hashtag". * Category: multi-purpose * Location: @atlaskit/icon * Usage guidance: Multi purpose - Known uses: topics in Atlas, tags. * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon) * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons) */ const HashtagIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M5.274 5 6.012.868l1.476.264L6.798 5h3.476l.738-4.132 1.476.264L11.798 5H15v1.5h-3.47l-.536 3H14V11h-3.274l-.738 4.132-1.476-.264.69-3.868H5.726l-.738 4.132-1.476-.264.69-3.868H1V9.5h3.47l.536-3H2V5zM6.53 6.5l-.536 3H9.47l.536-3z" clip-rule="evenodd"/>` // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props }, props)); HashtagIcon.displayName = 'HashtagIcon'; var _default = exports.default = HashtagIcon;