UNPKG

@atlaskit/icon

Version:

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

17 lines (16 loc) 951 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _base = require("@atlaskit/icon/base"); var _statusInformation = _interopRequireDefault(require("@atlaskit/icon/core/status-information")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const EditorInfoIcon = props => /*#__PURE__*/_react.default.createElement(_base.IconFacade, Object.assign({ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M12 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16m0-8.5a1 1 0 0 0-1 1V15a1 1 0 0 0 2 0v-2.5a1 1 0 0 0-1-1m0-1.125a1.375 1.375 0 1 0 0-2.75 1.375 1.375 0 0 0 0 2.75"/></svg>` }, props, { newIcon: _statusInformation.default })); EditorInfoIcon.displayName = 'EditorInfoIcon'; var _default = exports.default = EditorInfoIcon;